mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Release 0.10.11
Original commit message from CVS: Release 0.10.11
This commit is contained in:
parent
57b45c787d
commit
355a8d2132
6 changed files with 41 additions and 18 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.11 ===
|
||||
|
||||
2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.11, "What I got"
|
||||
|
||||
2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
13
NEWS
13
NEWS
|
@ -1,4 +1,15 @@
|
|||
This is GStreamer Python Bindings 0.10.10, "Destination Overtime"
|
||||
This is GStreamer Python Bindings 0.10.11, "What I got"
|
||||
|
||||
Changes since 0.10.10:
|
||||
|
||||
* Wrap gst.Pad.start_task
|
||||
* New videomixer example
|
||||
* Various other fixes
|
||||
|
||||
Bugs fixed since 0.10.10:
|
||||
|
||||
* 512916 : python_do_pending_calls timer is apparently redundant
|
||||
* 514717 : memleak in Pad.set_blocked_async()
|
||||
|
||||
Changes since 0.10.9:
|
||||
|
||||
|
|
24
RELEASE
24
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Python bindings 0.10.10 "Destination Overtime"
|
||||
Release notes for GStreamer Python bindings 0.10.11 "What I got"
|
||||
|
||||
|
||||
|
||||
|
@ -17,18 +17,14 @@ It is, however, parallel installable with the 0.8.x series.
|
|||
|
||||
Features of this release
|
||||
|
||||
* Wrap new API for 0.10.16 GStreamer and Base releases.
|
||||
* New gst.pbutils module wraps the gst-plugins-base pbutils library.
|
||||
* Rework gst_pad_add_*probe function wrapping to avoid leaks.
|
||||
* Various build fixes.
|
||||
* Wrap gst.Pad.start_task
|
||||
* New videomixer example
|
||||
* Various other fixes
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 509522 : New gst-python bindings don't compile with python2.4
|
||||
* 472822 : Wrap -base utils helper library
|
||||
* 504786 : pad probes leak refs to their data
|
||||
* 509766 : generated win32/common/config.h miss some defines
|
||||
* 510437 : Build failure due to missing Python.h
|
||||
* 512916 : python_do_pending_calls timer is apparently redundant
|
||||
* 514717 : memleak in Pad.set_blocked_async()
|
||||
|
||||
Download
|
||||
|
||||
|
@ -58,11 +54,9 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Andy Wingo
|
||||
* Alessandro Decina
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Olivier Crete
|
||||
* Sebastian Dröge
|
||||
* Sebastien Moutte
|
||||
* Tim-Philipp Müller
|
||||
* Rene Stadler
|
||||
* Stefan Kost
|
||||
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 081a00a5e25d069b15bb7f6092c8f951462cd8eb
|
||||
Subproject commit 170f8e91adc7157f6e708ffa58ca22d10e4e45da
|
|
@ -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.10.2,
|
||||
AC_INIT(GStreamer Python Bindings, 0.10.11,
|
||||
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.11</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>What I got</name>
|
||||
<created>2008-03-21</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.11.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.11.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.10</revision>
|
||||
|
|
Loading…
Reference in a new issue