mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
Release 0.10.16
This commit is contained in:
parent
54cbb3220b
commit
0d0b85cb15
4 changed files with 52 additions and 36 deletions
30
ChangeLog
30
ChangeLog
|
@ -1,3 +1,33 @@
|
||||||
|
=== release 0.10.16 ===
|
||||||
|
|
||||||
|
2009-08-05 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.16, "Distorted memory"
|
||||||
|
|
||||||
|
2009-07-24 00:43:35 +0300 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* common:
|
||||||
|
Automatic update of common submodule
|
||||||
|
From fedaaee to 94f95e3
|
||||||
|
|
||||||
|
2009-07-20 17:52:10 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
0.10.15.3 pre-release
|
||||||
|
|
||||||
|
2009-07-17 11:34:50 +0200 Edward Hervey <bilboed@bilboed.com>
|
||||||
|
|
||||||
|
* gst/base.defs:
|
||||||
|
* gst/gst-0.10.24.ignore:
|
||||||
|
gst: More API additions to gstreamer core. Fixes #587432
|
||||||
|
|
||||||
|
2009-07-14 19:00:28 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* configure.ac:
|
||||||
|
0.10.15.2 pre-release
|
||||||
|
|
||||||
2009-07-13 12:24:35 -0400 Olivier Crête <olivier.crete@collabora.co.uk>
|
2009-07-13 12:24:35 -0400 Olivier Crête <olivier.crete@collabora.co.uk>
|
||||||
|
|
||||||
* common:
|
* common:
|
||||||
|
|
14
NEWS
14
NEWS
|
@ -1,4 +1,16 @@
|
||||||
This is GStreamer Python Bindings 0.10.15, "We built a wall"
|
This is GStreamer Python Bindings 0.10.16, "Distorted memory"
|
||||||
|
|
||||||
|
Changes since 0.10.15:
|
||||||
|
|
||||||
|
* Update bindings for GStreamer 0.10.24
|
||||||
|
* Fixes for the python plugin loader
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.15:
|
||||||
|
|
||||||
|
* 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...
|
||||||
|
|
||||||
Changes since 0.10.14:
|
Changes since 0.10.14:
|
||||||
|
|
||||||
|
|
42
RELEASE
42
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Python bindings 0.10.15 "We built a wall"
|
Release notes for GStreamer Python bindings 0.10.16 "Distorted memory"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,35 +17,15 @@ It is, however, parallel installable with the 0.8.x series.
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* Support new API in core/base
|
* Update bindings for GStreamer 0.10.24
|
||||||
* Fixes for python 2.6
|
* Fixes for the python plugin loader
|
||||||
* Other bug-fixes and improvements
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 304361 : Python plugin loader
|
* 580992 : gst_preset_get_preset_names not wrapped in gst-python
|
||||||
* 576145 : pygst programs skip python plugins on registry update
|
* 583378 : libgstpython.so causes a segfault
|
||||||
* 514717 : memleak in Pad.set_blocked_async()
|
* 583607 : Error when building from tarball
|
||||||
* 571156 : gst_tag_get_type not wrapped
|
* 584445 : gst.TagList getters and setters should convert unicode ob...
|
||||||
* 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
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -74,15 +54,9 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Alessandro Decina
|
|
||||||
* David Schleef
|
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Felipe Contreras
|
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Laszlo Pandy
|
* Olivier Crête
|
||||||
* Mark Nauwelaerts
|
|
||||||
* Olivier Crete
|
|
||||||
* Sebastian Dröge
|
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Thomas Vander Stichele
|
* Thomas Vander Stichele
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer Python Bindings, 0.10.15.3,
|
AC_INIT(GStreamer Python Bindings, 0.10.16,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-python)
|
gst-python)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue