mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
0.10.5 "My Little Poney wants some Funk" release
Original commit message from CVS: 0.10.5 "My Little Poney wants some Funk" release ----------------------------------------------------------------------
This commit is contained in:
parent
8ef500156b
commit
56caaf8b7a
2 changed files with 30 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.10.5 ===
|
||||||
|
|
||||||
|
2006-07-20 <>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.5, "My Little Poney wants some Funk"
|
||||||
|
|
||||||
2006-07-19 Edward Hervey <edward@fluendo.com>
|
2006-07-19 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* configure.ac: 0.10.4.2 pre-release
|
* configure.ac: 0.10.4.2 pre-release
|
||||||
|
|
24
NEWS
24
NEWS
|
@ -1,4 +1,26 @@
|
||||||
This is GStreamer Python Bindings 0.10.4, "Alegre"
|
This is GStreamer Python Bindings 0.10.5, "My Little Poney wants some Funk"
|
||||||
|
|
||||||
|
Changes since 0.10.4:
|
||||||
|
|
||||||
|
* now requires glib >= 2.8
|
||||||
|
* switch to up-to-date pygtk codegenerator
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.4:
|
||||||
|
|
||||||
|
* 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...
|
||||||
|
|
||||||
Changes since 0.10.3:
|
Changes since 0.10.3:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue