mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
configure.ac: releasing 0.10.15, "October"
Original commit message from CVS: === release 0.10.15 === 2007-11-15 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: releasing 0.10.15, "October"
This commit is contained in:
parent
0e2362d657
commit
f68d08a092
10 changed files with 193 additions and 55 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.10.15 ===
|
||||||
|
|
||||||
|
2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.15, "October"
|
||||||
|
|
||||||
2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
|
2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* win32/vs6/libgstreamer.dsp:
|
* win32/vs6/libgstreamer.dsp:
|
||||||
|
|
81
NEWS
81
NEWS
|
@ -1,4 +1,83 @@
|
||||||
This is GStreamer 0.10.14 "Breathing Vacuum"
|
This is GStreamer 0.10.15 "October"
|
||||||
|
|
||||||
|
Changes since 0.10.14:
|
||||||
|
|
||||||
|
* Changes for asynchronous sink management
|
||||||
|
* New ts-offset property on basesink for adjusting clock synchronisation
|
||||||
|
* New GstController LFO feature
|
||||||
|
* Fixes and improvements in latency measurement for live pipelines
|
||||||
|
* Additional documentation and docs fixes
|
||||||
|
* Faster typefinding
|
||||||
|
* More tag types added
|
||||||
|
* Improvements in various core elements and parent classes
|
||||||
|
* New unit tests
|
||||||
|
* Allow dumping pipelines as dot graphs
|
||||||
|
* GstStructures now support nesting
|
||||||
|
* URIHandler interface can now be implemented in bindings
|
||||||
|
* Many other bug-fixes and improvements
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.14:
|
||||||
|
|
||||||
|
* 496722 : DSP/DSW files in win32/vs6 directory are in unix format
|
||||||
|
* 476514 : [queue] Doesn't forward EOS event in all cases
|
||||||
|
* 456573 : allow dumping pipelines as dot graphs
|
||||||
|
* 475723 : cleanup static caps correctly
|
||||||
|
* 480341 : Memory leak at fakesink (regression in cvs)
|
||||||
|
* 349410 : Problems with type handling
|
||||||
|
* 414539 : [API] Support more GST_TAG*_SORTNAME and remove MusicBrai...
|
||||||
|
* 459717 : [Controller] Add GstLFOControlSource that provides values...
|
||||||
|
* 459809 : [API] add GST_TAG_COMPOSER
|
||||||
|
* 461598 : Commit Hungarian translations from TP
|
||||||
|
* 461599 : Some files missing from POTFILES.in
|
||||||
|
* 464366 : program including gst/gstbuffer.h does not compile with -...
|
||||||
|
* 466595 : gst_index_add_association generates corrupted entries
|
||||||
|
* 469402 : File uri handling on windows broken
|
||||||
|
* 473846 : Deadlock if sink is unable to send first buffer
|
||||||
|
* 474371 : Can't build libsgtcontroller with VS6
|
||||||
|
* 474823 : tee unit test failure
|
||||||
|
* 478347 : GST_STATIC_PAD_TEMPLATE macro causes warnings with g++-4.2
|
||||||
|
* 478401 : gstbasesrc.c ref count bug
|
||||||
|
* 479784 : GST_PLUGIN_DEFINE() doesn't accept BSD and MIT/X11 licences
|
||||||
|
* 485343 : Implement a wait_eos function in basesink
|
||||||
|
* 487969 : allow nested GstStructures
|
||||||
|
* 492077 : Build issues on Windows/MSVC
|
||||||
|
* 493134 : Wrong GstObject signals registration
|
||||||
|
* 493983 : Build issues on Windows
|
||||||
|
* 494343 : pre-release vs6 patch
|
||||||
|
* 480858 : gstqueue code cleaning
|
||||||
|
* 486758 : queue element fails to re-negotiate caps upstream when si...
|
||||||
|
* 488201 : gst_segment_set_newsegment does not accumulate correctly
|
||||||
|
* 492729 : PAUSED- > PLAYING returns ASYNC when triggered from bus han...
|
||||||
|
* 494245 : [basesink] doesn't sync correctly if segment is in BYTES ...
|
||||||
|
|
||||||
|
API added since 0.10.14:
|
||||||
|
|
||||||
|
* gst_base_sink_get_last_buffer()
|
||||||
|
* GstBaseSink::last-buffer
|
||||||
|
* GstURIHandlerInterface::get_type_full
|
||||||
|
* GstURIHandlerInterface::get_protocols_full
|
||||||
|
* New tag: GST_TAG_ARTIST_SORTNAME
|
||||||
|
* New tag: GST_TAG_ALBUM_SORTNAME
|
||||||
|
* New tag: GST_TAG_TITLE_SORTNAME
|
||||||
|
* New tag: GST_TAG_COMPOSER
|
||||||
|
* gst_value_set_structure()
|
||||||
|
* gst_value_get_structure()
|
||||||
|
* GST_VALUE_HOLDS_STRUCTURE macro
|
||||||
|
* gst_bus_pop_filtered()
|
||||||
|
* gst_bus_timed_pop_filtered()
|
||||||
|
* gst_base_sink_wait_eos()
|
||||||
|
* gst_pad_peer_query()
|
||||||
|
* GstBaseSrc::do-timestamp
|
||||||
|
* gst_base_src_set_do_timestamp()
|
||||||
|
* gst_base_src_get_do_timestamp()
|
||||||
|
* GstBaseSink::ts-offset property
|
||||||
|
* gst_base_sink_set_ts_offset()
|
||||||
|
* gst_base_sink_get_ts_offset()
|
||||||
|
* GstBaseSink::async property
|
||||||
|
* gst_base_sink_set_async_enabled()
|
||||||
|
* gst_base_sink_is_async_enabled()
|
||||||
|
* gst_structure_get_uint()
|
||||||
|
* GstLFOControlSource and functions
|
||||||
|
|
||||||
Changes since 0.10.13:
|
Changes since 0.10.13:
|
||||||
|
|
||||||
|
|
129
RELEASE
129
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer 0.10.14 "Breathing Vacuum"
|
Release notes for GStreamer 0.10.15 "October"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ It is, however, parallel installable with the 0.8.x series.
|
||||||
|
|
||||||
|
|
||||||
The 0.10.x series has been reworked for threadsafety. It also features
|
The 0.10.x series has been reworked for threadsafety. It also features
|
||||||
various feature additions and enhancements.
|
various feature additions and enchancements.
|
||||||
|
|
||||||
|
|
||||||
This module, gstreamer, only contains core functionality.
|
This module, gstreamer, only contains core functionality.
|
||||||
|
@ -37,51 +37,84 @@ contains a set of less supported plug-ins that haven't passed the
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* State change handling improvements
|
* Changes for asynchronous sink management
|
||||||
* New improved GstController API
|
* New ts-offset property on basesink for adjusting clock synchronisation
|
||||||
* Multi-queue fixes and enhancements
|
* New GstController LFO feature
|
||||||
* Fewer dynamic library relocations
|
* Fixes and improvements in latency measurement for live pipelines
|
||||||
* Various other fixes and improvements
|
* Additional documentation and docs fixes
|
||||||
* Parallel installability with 0.8.x series
|
* Faster typefinding
|
||||||
* Threadsafe design and API
|
* More tag types added
|
||||||
|
* Improvements in various core elements and parent classes
|
||||||
|
* New unit tests
|
||||||
|
* Allow dumping pipelines as dot graphs
|
||||||
|
* GstStructures now support nesting
|
||||||
|
* URIHandler interface can now be implemented in bindings
|
||||||
|
* Many other bug-fixes and improvements
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 457322 : registry is read twice on startup
|
* 496722 : DSP/DSW files in win32/vs6 directory are in unix format
|
||||||
* 406632 : pkgconfigify the check for Check in configure.ac
|
* 476514 : [queue] Doesn't forward EOS event in all cases
|
||||||
* 423700 : [multiqueue] leaks memory when flushing
|
* 456573 : allow dumping pipelines as dot graphs
|
||||||
* 437457 : saving relocations for GstElementDetails
|
* 475723 : cleanup static caps correctly
|
||||||
* 444648 : [API] add GstParamSpecFraction
|
* 480341 : Memory leak at fakesink (regression in cvs)
|
||||||
* 444820 : build error with grammar.tab.c
|
* 349410 : Problems with type handling
|
||||||
* 448794 : state changes are racy with decodebin after rewrite for 0...
|
* 414539 : [API] Support more GST_TAG*_SORTNAME and remove MusicBrai...
|
||||||
* 449197 : [capsfilter] Should set src pad caps on buffer
|
* 459717 : [Controller] Add GstLFOControlSource that provides values...
|
||||||
* 449226 : Incomplete ghostpads in xml session save
|
* 459809 : [API] add GST_TAG_COMPOSER
|
||||||
* 449493 : minor quoting fix in gst-feature.m4 macro
|
* 461598 : Commit Hungarian translations from TP
|
||||||
* 450711 : [GstController] Improve extensibility by providing a GstC...
|
* 461599 : Some files missing from POTFILES.in
|
||||||
* 451939 : [API] add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI
|
* 464366 : program including gst/gstbuffer.h does not compile with -...
|
||||||
* 459501 : gst_registry_lookup_feature_locked is slow
|
* 466595 : gst_index_add_association generates corrupted entries
|
||||||
* 462558 : Regression in async state change handling
|
* 469402 : File uri handling on windows broken
|
||||||
* 462752 : make gst_element_class_set_details_simple args const
|
* 473846 : Deadlock if sink is unable to send first buffer
|
||||||
* 430682 : multiqueue doesn't output data on unlinked pads properly
|
* 474371 : Can't build libsgtcontroller with VS6
|
||||||
* 462085 : registry feature hash can access invalid memory
|
* 474823 : tee unit test failure
|
||||||
* 357959 : buffer_alloc is not proxied through tee
|
* 478347 : GST_STATIC_PAD_TEMPLATE macro causes warnings with g++-4.2
|
||||||
* 374639 : GstTee doesn't handle pad list resyncs properly
|
* 478401 : gstbasesrc.c ref count bug
|
||||||
* 449414 : [capsfilter] Copy of passed GstCaps taken instead of refe...
|
* 479784 : GST_PLUGIN_DEFINE() doesn't accept BSD and MIT/X11 licences
|
||||||
* 453732 : [PATCH] multiqueue returns wrong internally linked pads
|
* 485343 : Implement a wait_eos function in basesink
|
||||||
|
* 487969 : allow nested GstStructures
|
||||||
|
* 492077 : Build issues on Windows/MSVC
|
||||||
|
* 493134 : Wrong GstObject signals registration
|
||||||
|
* 493983 : Build issues on Windows
|
||||||
|
* 494343 : pre-release vs6 patch
|
||||||
|
* 480858 : gstqueue code cleaning
|
||||||
|
* 486758 : queue element fails to re-negotiate caps upstream when si...
|
||||||
|
* 488201 : gst_segment_set_newsegment does not accumulate correctly
|
||||||
|
* 492729 : PAUSED- > PLAYING returns ASYNC when triggered from bus han...
|
||||||
|
* 494245 : [basesink] doesn't sync correctly if segment is in BYTES ...
|
||||||
|
|
||||||
API changed in this release
|
API changed in this release
|
||||||
|
|
||||||
- API additions:
|
- API additions:
|
||||||
|
|
||||||
* Add GstParamSpecFraction, so elements can have fraction
|
* gst_base_sink_get_last_buffer()
|
||||||
properties without lots of painful string parsing (#444648).
|
* GstBaseSink::last-buffer
|
||||||
* Add fail_unless_equals_float() and assert_equals_float()
|
* GstURIHandlerInterface::get_type_full
|
||||||
* Add gst_type_register_static_full
|
* GstURIHandlerInterface::get_protocols_full
|
||||||
* Add gst_element_class_set_details_simple
|
* New tag: GST_TAG_ARTIST_SORTNAME
|
||||||
* Refactor GstController into the core controller which can take
|
* New tag: GST_TAG_ALBUM_SORTNAME
|
||||||
a GstControlSource for providing actual values for timestamps.
|
* New tag: GST_TAG_TITLE_SORTNAME
|
||||||
* add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI (#451939)
|
* New tag: GST_TAG_COMPOSER
|
||||||
* gst_element_factory_has_interface()
|
* gst_value_set_structure()
|
||||||
|
* gst_value_get_structure()
|
||||||
|
* GST_VALUE_HOLDS_STRUCTURE macro
|
||||||
|
* gst_bus_pop_filtered()
|
||||||
|
* gst_bus_timed_pop_filtered()
|
||||||
|
* gst_base_sink_wait_eos()
|
||||||
|
* gst_pad_peer_query()
|
||||||
|
* GstBaseSrc::do-timestamp
|
||||||
|
* gst_base_src_set_do_timestamp()
|
||||||
|
* gst_base_src_get_do_timestamp()
|
||||||
|
* GstBaseSink::ts-offset property
|
||||||
|
* gst_base_sink_set_ts_offset()
|
||||||
|
* gst_base_sink_get_ts_offset()
|
||||||
|
* GstBaseSink::async property
|
||||||
|
* gst_base_sink_set_async_enabled()
|
||||||
|
* gst_base_sink_is_async_enabled()
|
||||||
|
* gst_structure_get_uint()
|
||||||
|
* GstLFOControlSource and functions
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -116,18 +149,26 @@ Let us know if you want to be added to this list.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Andy Wingo
|
*
|
||||||
|
* Benoit Fouet
|
||||||
|
* David Nečas
|
||||||
|
* Edgard Lima
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
|
* Felipe Contreras
|
||||||
|
* Gabor Kelemen
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Mark Nauwelaerts
|
* Jan Schmidt - Sun Microsystems
|
||||||
|
* Jorge González González
|
||||||
|
* Julien MOUTTE
|
||||||
|
* Michael Smith
|
||||||
|
* Murray Cumming
|
||||||
|
* Ole André Vadla Ravnås
|
||||||
|
* Philippe Kalaf
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Sebastien Moutte
|
* Sebastien Moutte
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Steve Fink
|
* Steve Fink
|
||||||
* Thomas Vander Stichele
|
* Thomas Vander Stichele
|
||||||
* Tim Angus
|
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Tommi Vainikainen
|
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
* Étienne Noreau-Hébert
|
|
||||||
|
|
|
@ -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.14.1,
|
AC_INIT(GStreamer, 0.10.15,
|
||||||
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
|
||||||
|
@ -43,7 +43,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
||||||
dnl - interfaces added -> increment AGE
|
dnl - interfaces added -> increment AGE
|
||||||
dnl - interfaces removed -> AGE = 0
|
dnl - interfaces removed -> AGE = 0
|
||||||
dnl sets GST_LT_LDFLAGS
|
dnl sets GST_LT_LDFLAGS
|
||||||
AS_LIBTOOL(GST, 13, 0, 13)
|
AS_LIBTOOL(GST, 14, 0, 14)
|
||||||
|
|
||||||
dnl FIXME: this macro doesn't actually work;
|
dnl FIXME: this macro doesn't actually work;
|
||||||
dnl the generated libtool script has no support for the listed tags.
|
dnl the generated libtool script has no support for the listed tags.
|
||||||
|
|
|
@ -261,7 +261,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstFakeSink::num-buffers</NAME>
|
<NAME>GstFakeSink::num-buffers</NAME>
|
||||||
<TYPE>gint</TYPE>
|
<TYPE>gint</TYPE>
|
||||||
<RANGE>>= G_MAXULONG</RANGE>
|
<RANGE>>= -1</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>num-buffers</NICK>
|
<NICK>num-buffers</NICK>
|
||||||
<BLURB>Number of buffers to accept going EOS.</BLURB>
|
<BLURB>Number of buffers to accept going EOS.</BLURB>
|
||||||
|
|
|
@ -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.14</version>
|
<version>0.10.15</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.14</version>
|
<version>0.10.15</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.15</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>October</name>
|
||||||
|
<created>2007-11-15</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.15.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.15.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.14</revision>
|
<revision>0.10.14</revision>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
af az ca be bg cs da de en_GB es fi fr hu it nb nl pl ru rw sq sr sv tr uk vi zh_CN zh_TW
|
af az ca be bg cs da de en_GB es fi fr hu it nb nl pl ru rw sk sq sr sv tr uk vi zh_CN zh_TW
|
||||||
|
|
|
@ -175,7 +175,7 @@
|
||||||
#define HAVE_WIN32 1
|
#define HAVE_WIN32 1
|
||||||
|
|
||||||
/* Define host CPU */
|
/* Define host CPU */
|
||||||
#define HOST_CPU "x86_64"
|
#define HOST_CPU "i686"
|
||||||
|
|
||||||
/* library dir */
|
/* library dir */
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
@ -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.14"
|
#define PACKAGE_STRING "GStreamer 0.10.15"
|
||||||
|
|
||||||
/* 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.14"
|
#define PACKAGE_VERSION "0.10.15"
|
||||||
|
|
||||||
/* 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.14"
|
#define VERSION "0.10.15"
|
||||||
|
|
||||||
/* 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