mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 0.10.17
This commit is contained in:
parent
a38bcc2bc6
commit
6de8ad8d66
4 changed files with 58 additions and 12 deletions
30
ChangeLog
30
ChangeLog
|
@ -1,3 +1,33 @@
|
|||
=== release 0.10.17 ===
|
||||
|
||||
2009-10-05 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.17, "Shiny new button"
|
||||
|
||||
2009-09-17 01:21:47 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* configure.ac:
|
||||
0.10.16.3 pre-release
|
||||
|
||||
2009-09-16 16:23:27 +0200 Edward Hervey <bilboed@bilboed.com>
|
||||
|
||||
* configure.ac:
|
||||
* gst/Makefile.am:
|
||||
* gst/gst-0.10.25.ignore:
|
||||
* gst/gst-pb-0.10.25.ignore:
|
||||
* gst/gst.defs:
|
||||
* gst/gstversion.override.in:
|
||||
* gst/interfaces.defs:
|
||||
* gst/interfaces.override:
|
||||
Update definitions and ignores for core/base 0.10.25. Fixes #587432
|
||||
|
||||
2009-09-12 00:26:57 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* ChangeLog:
|
||||
* configure.ac:
|
||||
0.10.16.2 pre-release
|
||||
|
||||
2009-09-11 22:41:28 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* testsuite/test_message.py:
|
||||
|
|
15
NEWS
15
NEWS
|
@ -1,4 +1,17 @@
|
|||
This is GStreamer Python Bindings 0.10.16, "Distorted memory"
|
||||
This is GStreamer Python Bindings 0.10.17, "Shiny new button"
|
||||
|
||||
Changes since 0.10.16:
|
||||
|
||||
* Fix leak in gst_base_sink_get_last_buffer()
|
||||
* Fix linking of pygstminiobject
|
||||
* Add test_audio.py example
|
||||
* Fix deadlocks calling gst_pad_link()
|
||||
|
||||
Bugs fixed since 0.10.16:
|
||||
|
||||
* 590348 : [audio (and other modules)] can't use pygstminiobject !
|
||||
* 590803 : checks fail in non-English locale
|
||||
* 592447 : memory leak on certain pipelines with appsink
|
||||
|
||||
Changes since 0.10.15:
|
||||
|
||||
|
|
23
RELEASE
23
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Python bindings 0.10.16 "Distorted memory"
|
||||
Release notes for GStreamer Python bindings 0.10.17 "Shiny new button"
|
||||
|
||||
|
||||
|
||||
|
@ -17,15 +17,16 @@ It is, however, parallel installable with the 0.8.x series.
|
|||
|
||||
Features of this release
|
||||
|
||||
* Update bindings for GStreamer 0.10.24
|
||||
* Fixes for the python plugin loader
|
||||
* Fix leak in gst_base_sink_get_last_buffer()
|
||||
* Fix linking of pygstminiobject
|
||||
* Add test_audio.py example
|
||||
* Fix deadlocks calling gst_pad_link()
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 580992 : gst_preset_get_preset_names not wrapped in gst-python
|
||||
* 583378 : libgstpython.so causes a segfault
|
||||
* 583607 : Error when building from tarball
|
||||
* 584445 : gst.TagList getters and setters should convert unicode ob...
|
||||
* 590348 : [audio (and other modules)] can't use pygstminiobject !
|
||||
* 590803 : checks fail in non-English locale
|
||||
* 592447 : memory leak on certain pipelines with appsink
|
||||
|
||||
Download
|
||||
|
||||
|
@ -54,9 +55,11 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Christian Schaller
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Olivier Crête
|
||||
* Stefan Kost
|
||||
* Thomas Vander Stichele
|
||||
* Johannes Berg
|
||||
* Marc-Andre Lureau
|
||||
* 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.16.3,
|
||||
AC_INIT(GStreamer Python Bindings, 0.10.17,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-python)
|
||||
|
||||
|
|
Loading…
Reference in a new issue