2004-06-21 10:19:02 +00:00
|
|
|
|
|
2009-05-10 23:11:58 +00:00
|
|
|
|
Release notes for GStreamer Python bindings 0.10.15 "We built a wall"
|
2004-06-21 10:19:02 +00:00
|
|
|
|
|
|
|
|
|
|
2005-12-05 18:04:34 +00:00
|
|
|
|
|
|
|
|
|
The GStreamer team is proud to announce a new release
|
|
|
|
|
in the 0.10.x stable series of the
|
2005-10-03 17:52:07 +00:00
|
|
|
|
GStreamer Python Bindings.
|
2004-06-21 10:19:02 +00:00
|
|
|
|
|
|
|
|
|
|
2005-12-05 18:04:34 +00:00
|
|
|
|
The 0.10.x series is a stable series targeted at end users.
|
2005-10-03 17:52:07 +00:00
|
|
|
|
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.
|
2004-06-21 10:19:02 +00:00
|
|
|
|
|
2005-12-05 18:04:34 +00:00
|
|
|
|
|
2004-06-21 10:19:02 +00:00
|
|
|
|
|
2007-01-31 16:51:37 +00:00
|
|
|
|
|
2004-06-21 10:19:02 +00:00
|
|
|
|
Features of this release
|
|
|
|
|
|
2009-05-10 23:11:58 +00:00
|
|
|
|
* Support new API in core/base
|
|
|
|
|
* Fixes for python 2.6
|
|
|
|
|
* Other bug-fixes and improvements
|
2005-10-03 17:52:07 +00:00
|
|
|
|
|
|
|
|
|
Bugs fixed in this release
|
2007-01-31 16:51:37 +00:00
|
|
|
|
|
2009-05-10 23:11:58 +00:00
|
|
|
|
* 304361 : Python plugin loader
|
|
|
|
|
* 576145 : pygst programs skip python plugins on registry update
|
|
|
|
|
* 514717 : memleak in Pad.set_blocked_async()
|
|
|
|
|
* 571156 : gst_tag_get_type not wrapped
|
|
|
|
|
* 571380 : Allow user to specify filename and line number for gst_de...
|
|
|
|
|
* 572487 : Fix licensing screwups
|
|
|
|
|
* 574251 : leaks the flow name
|
|
|
|
|
* 574258 : _wrap_gst_install_plugins_sync might leak details
|
|
|
|
|
* 574272 : Python plugin loader causes SIGSEGV if " import gst " fails
|
|
|
|
|
* 576505 : not all gst_adapter_* methods are wrapped
|
|
|
|
|
* 577735 : python bins with do_handle_message leak messages
|
|
|
|
|
* 578435 : gst-python pkgconfig file lies about needing pygtk
|
|
|
|
|
* 578731 : Python plugin loader deadlocks registry scanning
|
|
|
|
|
* 578848 : Wrap new core/base API
|
|
|
|
|
* 579183 : freshly created QUERY_SEEKING is immutable
|
|
|
|
|
* 579325 : gstlibtoolimporter is not disted
|
|
|
|
|
* 579383 : gst-python doesn't compile with glib < = 2.16.0
|
|
|
|
|
* 581546 : Elements do_query function is broken
|
|
|
|
|
* 581729 : Fails to build with previous core/base releases (0.10.22)
|
|
|
|
|
* 581737 : Python examples need to take the GDK lock
|
|
|
|
|
* 579416 : Nasty gst-python deadlock
|
|
|
|
|
* 579455 : gst.TIME_ARGS doesn't validate input
|
|
|
|
|
* 576546 : Problems with Python 2.6
|
2005-12-23 18:10:51 +00:00
|
|
|
|
|
2004-06-21 10:19:02 +00:00
|
|
|
|
Download
|
|
|
|
|
|
|
|
|
|
You can find source releases of gst-python in the download directory:
|
|
|
|
|
http://gstreamer.freedesktop.org/src/gst-python/
|
|
|
|
|
|
|
|
|
|
GStreamer Homepage
|
|
|
|
|
|
|
|
|
|
More details can be found on the project's website:
|
|
|
|
|
http://gstreamer.freedesktop.org/
|
|
|
|
|
|
|
|
|
|
Support and Bugs
|
|
|
|
|
|
|
|
|
|
We use GNOME's bugzilla for bug reports and feature requests:
|
|
|
|
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
|
|
|
|
|
|
|
|
|
|
Developers
|
|
|
|
|
|
2009-05-10 23:11:58 +00:00
|
|
|
|
GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
|
2004-06-21 10:19:02 +00:00
|
|
|
|
Interested developers of the core library, plug-ins, and applications should
|
|
|
|
|
subscribe to the gstreamer-devel list. If there is sufficient interest we
|
|
|
|
|
will create more lists as necessary.
|
|
|
|
|
|
|
|
|
|
|
2005-10-03 17:52:07 +00:00
|
|
|
|
Applications
|
|
|
|
|
|
|
|
|
|
Contributors to this release
|
2004-06-21 10:19:02 +00:00
|
|
|
|
|
2009-01-19 23:18:26 +00:00
|
|
|
|
* Alessandro Decina
|
2009-05-10 23:11:58 +00:00
|
|
|
|
* David Schleef
|
2005-10-03 17:52:07 +00:00
|
|
|
|
* Edward Hervey
|
2009-05-10 23:11:58 +00:00
|
|
|
|
* Felipe Contreras
|
2007-08-01 17:14:09 +00:00
|
|
|
|
* Jan Schmidt
|
2009-05-10 23:11:58 +00:00
|
|
|
|
* Laszlo Pandy
|
|
|
|
|
* Mark Nauwelaerts
|
|
|
|
|
* Olivier Crete
|
2009-01-19 23:18:26 +00:00
|
|
|
|
* Sebastian Dröge
|
2009-05-10 23:11:58 +00:00
|
|
|
|
* Stefan Kost
|
|
|
|
|
* Thomas Vander Stichele
|
2007-01-31 16:51:37 +00:00
|
|
|
|
|