GStreamer
open source multimedia framework
Home
Features
News
Annual Conference
Planet (Blogs)
Download
Applications
Security Center
GitLab
Developers
Documentation
Mailing Lists
Forum
File a Bug
Artwork
@gstreamer on Twitter
@gstreamer on Mastodon
#gstreamer on Matrix

Release notes for GStreamer Python bindings 0.10.5 "My Little Poney wants some Funk"

The GStreamer team is proud to announce a new release in the 0.10.x stable series of the GStreamer Python Bindings.

The 0.10.x series is a stable series targeted at end users. It is not API or ABI compatible with the stable 0.8.x series. It is, however, parallel installable with the 0.8.x series.

Features of this release

  • Now requires glib 2.8 or greater
  • Parallel installability with 0.8.x series
  • Threadsafe design and API

Bugs fixed in this release

  • 319871 : drop GIL state lock when doing something that can cause a...
  • 338982 : python refcounting problems in gstpad.override
  • 313138 : Need to update constructors to use properties
  • 329075 : __gsignals__ doesn' t work in classes derived from gst.Pi...
  • 334548 : Proper use of PyTuple and PyList for return values
  • 339040 : [patch] Error domains from gsterror are not wrapped
  • 339248 : Wrapper for virtual method GstBaseTransform.get_unit_size
  • 339308 : MiniObject arguments for virtual methods shouldn't have t...
  • 339767 : An example of subclassing GstBaseTransform
  • 339938 : filesrc.py example still uses 0.8 API
  • 341114 : pygst.require uses asserts rather than real error checking
  • 341799 : patch to make gst-python work on OSes without dl.so
  • 342493 : audio-controller.py needs slight updates for 0.10
  • 343652 : gstfile.py sometimes results in " *** glibc detected *** c...

Download

You can find source releases of gst-python in the gst-python download directory.

The git repository and details how to clone it can be found at git.freedesktop.org .

Homepage

The project's website is https://gstreamer.freedesktop.org.

Support and Bugs

We use GNOME's bugzilla for bug reports and feature requests.

Please submit patches via bugzilla as well.

For help and support, please subscribe to and send questions to the gstreamer-devel mailing list (see below for details).

Find us on IRC at #gstreamer.

Developers

Git is hosted on git.freedesktop.org. You can browse the gst-python repository.

All code is in Git and can be checked out from there.

Interested developers of the core library, plugins, and applications should subscribe to the gstreamer-devel list.

Applications

Contributors to this release

  • Andy Wingo
  • Edward Hervey
  • Johan Dahlin
  • Johan Rydberg
  • Thomas Vander Stichele
  • Yuri Pankov
  • Артём Попов

Report a problem on this page.