mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
Commit 0.10.19 release on the branch
Original commit message from CVS: Commit 0.10.19 release on the branch
This commit is contained in:
parent
fbde682002
commit
c5f91b6cb1
8 changed files with 36 additions and 42 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.10.19 ===
|
||||||
|
|
||||||
|
2008-04-03 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.19, "Me again"
|
||||||
|
|
||||||
2008-04-03 Jan Schmidt <jan.schmidt@sun.com>
|
2008-04-03 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* plugins/elements/gstfdsink.c:
|
* plugins/elements/gstfdsink.c:
|
||||||
|
|
10
NEWS
10
NEWS
|
@ -1,4 +1,12 @@
|
||||||
This is GStreamer 0.10.18 "So far away"
|
This is GStreamer 0.10.19 "Me Again"
|
||||||
|
|
||||||
|
Changes since 0.10.18:
|
||||||
|
|
||||||
|
* Fix a regression in raw fd handling
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.18:
|
||||||
|
|
||||||
|
* 524041 : gstfdsrc broken in 0.10.18
|
||||||
|
|
||||||
Changes since 0.10.17:
|
Changes since 0.10.17:
|
||||||
|
|
||||||
|
|
38
RELEASE
38
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer 0.10.18 "So far away"
|
Release notes for GStreamer 0.10.19 "Me again"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,30 +37,11 @@ contains a set of less supported plug-ins that haven't passed the
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* New GstPoll abstraction simplifies operations on multiple fd's/sockets
|
* Fix a regression in raw fd handling
|
||||||
* Various bug fixes and corrections
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 516187 : adding gst_collect_pads_read_buffer () collectpads
|
* 524041 : gstfdsrc broken in 0.10.18
|
||||||
* 516395 : gst_buffer_create_sub does not copy flags
|
|
||||||
* 520756 : different registry backend configurations cause build errors
|
|
||||||
* 498222 : configure improvements
|
|
||||||
* 499127 : [multiqueue] has no documentation
|
|
||||||
* 505417 : Add GstPoll to core
|
|
||||||
* 509559 : [gstinfo]_gst_debug_init() memory leak
|
|
||||||
* 510194 : segmentation fault when trying to link elements.
|
|
||||||
* 511783 : [API] [check] add gst_check_element_push_buffer_list() etc.
|
|
||||||
* 513964 : [GstPad] gst_pad_get_caps don't return a copy of the caps
|
|
||||||
* 515469 : patch to add gst_index_set_resolver_full
|
|
||||||
* 519584 : gst_element_implements_interface() segfaults with 'filesr...
|
|
||||||
* 519698 : g_free/xmlFree mismatches in gstregistryxml
|
|
||||||
* 520152 : Core uses non-portable size_t and ssize_t
|
|
||||||
* 520671 : GstPoll needs to be ported to Windows
|
|
||||||
* 520808 : GstPoll's API could need some changes for Windows
|
|
||||||
* 520877 : registrybinary.c doesn't build cleanly on Windows/MSVC
|
|
||||||
* 521740 : libgstreamer.def exports not up to date
|
|
||||||
* 522741 : regression: gst_index_entry_free() frees string it does n...
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -95,19 +76,6 @@ Let us know if you want to be added to this list.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Andy Wingo
|
|
||||||
* David Schleef
|
|
||||||
* Edward Hervey
|
|
||||||
* Fabrizio Gennari
|
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Julien Moutte
|
|
||||||
* Ole André Vadla Ravnås
|
|
||||||
* Peter Kjellerstedt
|
|
||||||
* Rene Stadler
|
|
||||||
* Sebastian Dröge
|
|
||||||
* Siavash Safi
|
|
||||||
* Stefan Kost
|
|
||||||
* Thijs Vermeir
|
|
||||||
* Tim-Philipp Müller
|
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
|
|
|
@ -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, 0.10.18,
|
AC_INIT(GStreamer, 0.10.19,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gstreamer)
|
gstreamer)
|
||||||
AG_GST_INIT
|
AG_GST_INIT
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>standard GStreamer elements</description>
|
<description>standard GStreamer elements</description>
|
||||||
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
|
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
|
||||||
<basename>libgstcoreelements.so</basename>
|
<basename>libgstcoreelements.so</basename>
|
||||||
<version>0.10.18</version>
|
<version>0.10.19</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gstreamer</source>
|
<source>gstreamer</source>
|
||||||
<package>GStreamer source release</package>
|
<package>GStreamer source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GStreamer core indexers</description>
|
<description>GStreamer core indexers</description>
|
||||||
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
|
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
|
||||||
<basename>libgstcoreindexers.so</basename>
|
<basename>libgstcoreindexers.so</basename>
|
||||||
<version>0.10.18</version>
|
<version>0.10.19</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gstreamer</source>
|
<source>gstreamer</source>
|
||||||
<package>GStreamer source release</package>
|
<package>GStreamer source release</package>
|
||||||
|
|
|
@ -39,6 +39,17 @@ hierarchy, and a set of media-agnostic core elements.
|
||||||
</CVSRepository>
|
</CVSRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.10.19</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>Me Again</name>
|
||||||
|
<created>2008-04-04</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.19.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.19.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.18</revision>
|
<revision>0.10.18</revision>
|
||||||
|
|
|
@ -197,13 +197,13 @@
|
||||||
#define PACKAGE_NAME "GStreamer"
|
#define PACKAGE_NAME "GStreamer"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "GStreamer 0.10.18"
|
#define PACKAGE_STRING "GStreamer 0.10.19"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "gstreamer"
|
#define PACKAGE_TARNAME "gstreamer"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "0.10.18"
|
#define PACKAGE_VERSION "0.10.19"
|
||||||
|
|
||||||
/* Define the plugin directory */
|
/* Define the plugin directory */
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
@ -219,7 +219,7 @@
|
||||||
#undef USE_POISONING
|
#undef USE_POISONING
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.10.18"
|
#define VERSION "0.10.19"
|
||||||
|
|
||||||
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
|
Loading…
Reference in a new issue