mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 0.10.12
Original commit message from CVS: Release 0.10.12
This commit is contained in:
parent
d0899f282d
commit
eb20ecac9b
5 changed files with 54 additions and 10 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.12 ===
|
||||
|
||||
2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.12, "A Wild Finish"
|
||||
|
||||
2008-06-13 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* configure.ac:
|
||||
|
|
17
NEWS
17
NEWS
|
@ -1,4 +1,19 @@
|
|||
This is GStreamer Python Bindings 0.10.11, "What I got"
|
||||
This is GStreamer Python Bindings 0.10.12, "A Wild Finish"
|
||||
|
||||
Changes since 0.10.11:
|
||||
|
||||
* Build fixes
|
||||
* make gst.Fraction do simplification like GstFraction does in C
|
||||
* Wrap gst_type_find_register
|
||||
* Various bug-fixes
|
||||
|
||||
Bugs fixed since 0.10.11:
|
||||
|
||||
* 529728 : wrap gst_type_find_register
|
||||
* 529731 : release the GIL around gst_element_factory_make
|
||||
* 531697 : wrong indentation
|
||||
* 532809 : gst-python version of gst.Fraction doesn't simplify
|
||||
* 534888 : gst-python refcount error with gst_event_new_tag
|
||||
|
||||
Changes since 0.10.10:
|
||||
|
||||
|
|
27
RELEASE
27
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Python bindings 0.10.11 "What I got"
|
||||
Release notes for GStreamer Python bindings 0.10.12 "A Wild Finish"
|
||||
|
||||
|
||||
|
||||
|
@ -17,14 +17,24 @@ It is, however, parallel installable with the 0.8.x series.
|
|||
|
||||
Features of this release
|
||||
|
||||
* Wrap gst.Pad.start_task
|
||||
* New videomixer example
|
||||
* Various other fixes
|
||||
* Build fixes
|
||||
* make gst.Fraction do simplification like GstFraction does in C
|
||||
* Wrap gst_type_find_register
|
||||
* Various bug-fixes
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 512916 : python_do_pending_calls timer is apparently redundant
|
||||
* 514717 : memleak in Pad.set_blocked_async()
|
||||
* 529728 : wrap gst_type_find_register
|
||||
* 529731 : release the GIL around gst_element_factory_make
|
||||
* 531697 : wrong indentation
|
||||
* 532809 : gst-python version of gst.Fraction doesn't simplify
|
||||
* 534888 : gst-python refcount error with gst_event_new_tag
|
||||
|
||||
API changed in this release
|
||||
|
||||
- API additions:
|
||||
|
||||
* gst.type_find_register()
|
||||
|
||||
Download
|
||||
|
||||
|
@ -55,8 +65,9 @@ Applications
|
|||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Damien Lespiau
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Rene Stadler
|
||||
* Stefan Kost
|
||||
* Johan Dahlin
|
||||
* Sebastian Dröge
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer Python Bindings, 0.10.11.3,
|
||||
AC_INIT(GStreamer Python Bindings, 0.10.12,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-python)
|
||||
|
||||
|
|
|
@ -33,6 +33,17 @@ It also comes with a number of examples.
|
|||
</CVSRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.12</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>A Wild Finish</name>
|
||||
<created>2008-06-18</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.12.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.12.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.11</revision>
|
||||
|
|
Loading…
Reference in a new issue