mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 13:26:36 +00:00
Release 0.10.22
Original commit message from CVS: Release 0.10.22
This commit is contained in:
parent
c7a197f18b
commit
e9a393398e
10 changed files with 195 additions and 78 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.10.22 ===
|
||||||
|
|
||||||
|
2009-01-19 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.22, "I heard a disturbing sound"
|
||||||
|
|
||||||
2009-01-17 Tim-Philipp Müller <tim.muller at collabora co uk>
|
2009-01-17 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
* gst/gstbus.c: (gst_bus_set_main_context), (gst_bus_create_watch):
|
* gst/gstbus.c: (gst_bus_set_main_context), (gst_bus_create_watch):
|
||||||
|
|
82
NEWS
82
NEWS
|
@ -1,4 +1,84 @@
|
||||||
This is GStreamer 0.10.21 "Take These Things From Me"
|
This is GStreamer 0.10.22 "I heard a disturbing sound"
|
||||||
|
|
||||||
|
Changes since 0.10.21:
|
||||||
|
|
||||||
|
* GstController improvements
|
||||||
|
* Extensions to the latency setting behaviours
|
||||||
|
* Ability for plugins to register dependencies to trigger re-scanning
|
||||||
|
* Optimisations in some common operations on caps and values and elsewhere
|
||||||
|
* Add sequence numbers to events so dependent events can be associated with
|
||||||
|
the event that caused them
|
||||||
|
* New macros for reading and writing float values
|
||||||
|
* Many improvements in the basesink base class
|
||||||
|
* Support non-default main contexts for GstBus watches
|
||||||
|
* Improvements in pull-mode scheduling of sinks
|
||||||
|
* Fixes for alignment issues on sparc
|
||||||
|
* Ghost pad fixes
|
||||||
|
* New bit-reader assistance API
|
||||||
|
* Many other bug fixes and improvements
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.21:
|
||||||
|
|
||||||
|
* 567002 : --gst-disable-registry-update also skips registry creation
|
||||||
|
* 350477 : [Registry] Provide a way for plugins to delegate the 'cha...
|
||||||
|
* 510354 : post GST_MESSAGE_STRUCTURE_CHANGE when linking and unlink...
|
||||||
|
* 526044 : Crash if there is more than one watcher for a GstBus
|
||||||
|
* 539108 : gst_ghost_pad_new() does more than call g_object_new()
|
||||||
|
* 544003 : [parse] Links to wrong pad if no padtemplate name is given
|
||||||
|
* 544293 : rtspsrc / gstpoll regression
|
||||||
|
* 545714 : GST_READ_UINT_* and GST_WRITE_UINT_* are not always safe ...
|
||||||
|
* 548786 : [win32] search for plugins based on location of DLL
|
||||||
|
* 551676 : Small Memleak fix in gst_pad_link_check_compatible_unlocked
|
||||||
|
* 552778 : add free_func in gstbuffer instances
|
||||||
|
* 553554 : [base] Add a generic bit reader
|
||||||
|
* 553874 : query_position broken during seek
|
||||||
|
* 555196 : Move floating point endian conversion macros into core
|
||||||
|
* 555307 : Need to push latency event into the pipeline
|
||||||
|
* 555631 : Banshee crashes; gstreamer GST_CAPS GST_IS_CAPS warnings
|
||||||
|
* 556091 : libtool-2.2 and old gettext don't mix
|
||||||
|
* 556900 : a copy & paste bug in helloworld example
|
||||||
|
* 557154 : Allow totem to run without write-access to home directory
|
||||||
|
* 557300 : libgstnet needs to link against $(WIN32_LIBS)
|
||||||
|
* 557438 : Gstreamer crashes when Banshee supposed to change track
|
||||||
|
* 557649 : GstBaseTransform can cause ivalid memory references
|
||||||
|
* 559250 : segments need identifiers.
|
||||||
|
* 560301 : Add --plugin to gst-inspect
|
||||||
|
* 560360 : Excessive statting when reading binary cache
|
||||||
|
* 560399 : Unnecessary CRC checksum for binary registry cache
|
||||||
|
* 560442 : GNOME Goal: Remove deprecated GLib symbols
|
||||||
|
* 561501 : g_type_class_ref without unref
|
||||||
|
* 562170 : GstBus watch doesn't work with non-default main context
|
||||||
|
* 562949 : [API] Add an URI query type for querying the source/sink URI
|
||||||
|
* 564863 : Caps are not propagated from a ghostpad's target to the g...
|
||||||
|
* 567225 : volatile gonce_data in BOILERPLATE not initialized to 0
|
||||||
|
* 566393 : [deadlock] Setting index on a pipeline
|
||||||
|
|
||||||
|
API added since 0.10.21:
|
||||||
|
|
||||||
|
* Add bit reader and byte reader classes.
|
||||||
|
* gst_message_new_structure_change()
|
||||||
|
* gst_message_parse_structure_change()
|
||||||
|
* GST_BUFFER_FREE_FUNC()
|
||||||
|
* Add GST_READ_UINT24_(LE|BE) and GST_WRITE_UINT24_(LE|BE).
|
||||||
|
* GstBaseSrc::gst_base_src_set_blocksize()
|
||||||
|
* GstBaseSrc::gst_base_src_get_blocksize()
|
||||||
|
* GstBaseSink::gst_base_sink_set_blocksize()
|
||||||
|
* GstBaseSink::gst_base_sink_get_blocksize()
|
||||||
|
* GstBaseSink::blocksize
|
||||||
|
* GstBaseSink::gst_base_sink_do_preroll()
|
||||||
|
* Add gst_byte_reader_get_data and gst_byte_reader_peek_data
|
||||||
|
* Move float endianness conversion macros from libgstfloatcast to core
|
||||||
|
* gst_util_seqnum_next, gst_util_seqnum_compare
|
||||||
|
* gst_event_get_seqnum, gst_event_set_seqnum
|
||||||
|
* gst_message_get_seqnum, gst_message_set_seqnum
|
||||||
|
* GstSeekFlags::GST_SEEK_FLAG_SKIP
|
||||||
|
* gst_bin_recalculate_latency()
|
||||||
|
* GstBin::do-latency
|
||||||
|
* gst_tag_setter_reset_tags()
|
||||||
|
* gst_query_new_uri, gst_query_set_uri, gst_query_parse_uri
|
||||||
|
* add gst_plugin_add_dependency()
|
||||||
|
* add gst_plugin_add_dependency_simple()
|
||||||
|
|
||||||
|
|
||||||
Changes since 0.10.20:
|
Changes since 0.10.20:
|
||||||
|
|
||||||
|
|
146
RELEASE
146
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer 0.10.21 "Take These Things From Me"
|
Release notes for GStreamer 0.10.22 "I heard a disturbing sound"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,71 +37,83 @@ contains a set of less supported plug-ins that haven't passed the
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* Basetransform rework
|
* GstController improvements
|
||||||
* Basesink synchronisation extensions
|
* Extensions to the latency setting behaviours
|
||||||
* New documentation
|
* Ability for plugins to register dependencies to trigger re-scanning
|
||||||
* Many bug fixes, enhancements and optimisations
|
* Optimisations in some common operations on caps and values and elsewhere
|
||||||
|
* Add sequence numbers to events so dependent events can be associated with the event that caused them
|
||||||
|
* New macros for reading and writing float values
|
||||||
|
* Many improvements in the basesink base class
|
||||||
|
* Support non-default main contexts for GstBus watches
|
||||||
|
* Improvements in pull-mode scheduling of sinks
|
||||||
|
* Fixes for alignment issues on sparc
|
||||||
|
* Ghost pad fixes
|
||||||
|
* New bit-reader assistance API
|
||||||
|
* Many other bug fixes and improvements
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 481169 : [tag] add support for geo tags (gps location etc.)
|
* 567002 : --gst-disable-registry-update also skips registry creation
|
||||||
* 520694 : adding GST_TAG_KEYWORDS
|
* 350477 : [Registry] Provide a way for plugins to delegate the 'cha...
|
||||||
* 538201 : deleting the control point at ts=0 does not lower the con...
|
* 510354 : post GST_MESSAGE_STRUCTURE_CHANGE when linking and unlink...
|
||||||
* 544855 : fakesrc and fakesink should call super::event()
|
* 526044 : Crash if there is more than one watcher for a GstBus
|
||||||
* 339795 : [GstBaseTransform] Reverse negotiation issues in passthro...
|
* 539108 : gst_ghost_pad_new() does more than call g_object_new()
|
||||||
* 348114 : [PPC64?] [gcc-4.1.2?] GST_BUFFER_IN_CAPS flag should have...
|
* 544003 : [parse] Links to wrong pad if no padtemplate name is given
|
||||||
* 361718 : [basetransform] needs API to force renegotiation
|
* 544293 : rtspsrc / gstpoll regression
|
||||||
* 533856 : gst_buffer_join() documentation is unclear
|
* 545714 : GST_READ_UINT_* and GST_WRITE_UINT_* are not always safe ...
|
||||||
* 536978 : GTKDOC_CFLAGS should include CFLAGS
|
* 548786 : [win32] search for plugins based on location of DLL
|
||||||
* 537804 : [multiqueue] wrongly reporting that the queue is full.
|
* 551676 : Small Memleak fix in gst_pad_link_check_compatible_unlocked
|
||||||
* 537812 : [check] add api to setup a pad by name
|
* 552778 : add free_func in gstbuffer instances
|
||||||
* 538568 : Add GST_TAG_ATTACHMENT
|
* 553554 : [base] Add a generic bit reader
|
||||||
* 539772 : gst_pad_template_new() does more than call g_object_new()
|
* 553874 : query_position broken during seek
|
||||||
* 542175 : gst-inspect --gst-plugins-path fails with multiple direct...
|
* 555196 : Move floating point endian conversion macros into core
|
||||||
* 543444 : gst_base_sink_get_position can return 0 unexpectedly
|
* 555307 : Need to push latency event into the pipeline
|
||||||
* 543853 : Bison version check failure on OSX 10.4 Tiger
|
* 555631 : Banshee crashes; gstreamer GST_CAPS GST_IS_CAPS warnings
|
||||||
* 544174 : [basesrc] allow dynamic value of the seekable value.
|
* 556091 : libtool-2.2 and old gettext don't mix
|
||||||
* 544776 : [win32] binary registry may fail if glib is using a diffe...
|
* 556900 : a copy & paste bug in helloworld example
|
||||||
* 545352 : gsturi is too restrictive
|
* 557154 : Allow totem to run without write-access to home directory
|
||||||
* 545603 : gst-inspect: don't print uri handler when compiled withou...
|
* 557300 : libgstnet needs to link against $(WIN32_LIBS)
|
||||||
* 545605 : gstelementfactory: don't use uri handler code without uri...
|
* 557438 : Gstreamer crashes when Banshee supposed to change track
|
||||||
* 545607 : gst: include gstconfig when using macros defined therein
|
* 557649 : GstBaseTransform can cause ivalid memory references
|
||||||
* 545853 : [basetransform] rewrite
|
* 559250 : segments need identifiers.
|
||||||
* 546328 : fractions with G_MAXINT cause failure for fixation
|
* 560301 : Add --plugin to gst-inspect
|
||||||
* 546822 : gstreamer doesn't tell gettext to output its translations...
|
* 560360 : Excessive statting when reading binary cache
|
||||||
* 547277 : filesrc detect if a file is seekable using SEEK_SET and n...
|
* 560399 : Unnecessary CRC checksum for binary registry cache
|
||||||
* 547728 : [basetransform] fail on buffer_alloc
|
* 560442 : GNOME Goal: Remove deprecated GLib symbols
|
||||||
* 548394 : basesink should ignore EOS during flushing
|
* 561501 : g_type_class_ref without unref
|
||||||
* 548652 : [Inconsistency] GST_TAG_LOCATION is used for different me...
|
* 562170 : GstBus watch doesn't work with non-default main context
|
||||||
* 549504 : Thread-safe version of gst_pad_get_internal_links()
|
* 562949 : [API] Add an URI query type for querying the source/sink URI
|
||||||
* 551952 : Need 'check' package when compile
|
* 564863 : Caps are not propagated from a ghostpad's target to the g...
|
||||||
* 551978 : Memleak in gst_element_sync_state_with_paren
|
* 567225 : volatile gonce_data in BOILERPLATE not initialized to 0
|
||||||
* 547835 : tee release_request_pad while buffer_alloc racyness
|
* 566393 : [deadlock] Setting index on a pipeline
|
||||||
* 538628 : Patch: added a timeout property to fdsrc used in gst_poll...
|
|
||||||
* 546883 : [basetransform] ximagesink fails when resizing video window
|
|
||||||
* 551509 : gst_base_transform_prepare_output_buffer: assertion faile...
|
|
||||||
|
|
||||||
API changed in this release
|
API changed in this release
|
||||||
|
|
||||||
- API additions:
|
- API additions:
|
||||||
|
|
||||||
* Add GST_TAG_ATTACHMENT for generic file attachments to streams.
|
* Add bit reader and byte reader classes.
|
||||||
* Add gst_base_sink_set_render_delay()
|
* gst_message_new_structure_change()
|
||||||
* Add gst_base_sink_get_render_delay()
|
* gst_message_parse_structure_change()
|
||||||
* Add gst_check_setup_src_pad_by_name
|
* GST_BUFFER_FREE_FUNC()
|
||||||
* Add gst_check_setup_sink_pad_by_name
|
* Add GST_READ_UINT24_(LE|BE) and GST_WRITE_UINT24_(LE|BE).
|
||||||
* Add gst_check_teardown_pad_by_name
|
* GstBaseSrc::gst_base_src_set_blocksize()
|
||||||
* Add GstBaseTransform::gst_base_transform_suggest()
|
* GstBaseSrc::gst_base_src_get_blocksize()
|
||||||
* GstBaseTransform::gst_base_transform_reconfigure()
|
* GstBaseSink::gst_base_sink_set_blocksize()
|
||||||
* GstPad::gst_pad_set_iterate_internal_links_function()
|
* GstBaseSink::gst_base_sink_get_blocksize()
|
||||||
* GstPad::GstPadIterIntLinkFunction
|
* GstBaseSink::blocksize
|
||||||
* GstPad::gst_pad_iterate_internal_links()
|
* GstBaseSink::gst_base_sink_do_preroll()
|
||||||
* GstPad::gst_pad_iterate_internal_links_default()
|
* Add gst_byte_reader_get_data and gst_byte_reader_peek_data
|
||||||
- API deprecations:
|
* Move float endianness conversion macros from libgstfloatcast to core
|
||||||
|
* gst_util_seqnum_next, gst_util_seqnum_compare
|
||||||
* gst_pad_get_internal_links()
|
* gst_event_get_seqnum, gst_event_set_seqnum
|
||||||
* gst_pad_set_internal_link_function()
|
* gst_message_get_seqnum, gst_message_set_seqnum
|
||||||
* gst_pad_get_internal_links_default()
|
* GstSeekFlags::GST_SEEK_FLAG_SKIP
|
||||||
|
* gst_bin_recalculate_latency()
|
||||||
|
* GstBin::do-latency
|
||||||
|
* gst_tag_setter_reset_tags()
|
||||||
|
* gst_query_new_uri, gst_query_set_uri, gst_query_parse_uri
|
||||||
|
* add gst_plugin_add_dependency()
|
||||||
|
* add gst_plugin_add_dependency_simple()
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -137,25 +149,25 @@ Let us know if you want to be added to this list.
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Alessandro Decina
|
* Alessandro Decina
|
||||||
|
* Andrew Feren
|
||||||
|
* Andy Wingo
|
||||||
* Antoine Tremblay
|
* Antoine Tremblay
|
||||||
|
* Cygwin Ports maintainer
|
||||||
* David Schleef
|
* David Schleef
|
||||||
|
* Dig Ge
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Frederic Crozat
|
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Jason Zhao
|
* Jan Schmidt - Sun Microsystems
|
||||||
* Joel Larsson
|
* Jonas Holmberg
|
||||||
* Luc Pionchon
|
|
||||||
* Michael Smith
|
* Michael Smith
|
||||||
* Murray Cumming
|
|
||||||
* Ole André Vadla Ravnås
|
|
||||||
* Olivier Crete
|
* Olivier Crete
|
||||||
* Rene Stadler
|
* Peter Kjellerstedt
|
||||||
* Robert Schwebel
|
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
|
* Simon Holm Thøgersen
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Thijs Vermeir
|
* Thijs Vermeir
|
||||||
* Thomas Vander Stichele
|
* Thomas Vander Stichele
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Tristan Matthews
|
|
||||||
* 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.21.3,
|
AC_INIT(GStreamer, 0.10.22,
|
||||||
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
|
||||||
|
|
|
@ -14,6 +14,13 @@ GstBin *gstbin
|
||||||
GstElement *arg1
|
GstElement *arg1
|
||||||
</SIGNAL>
|
</SIGNAL>
|
||||||
|
|
||||||
|
<SIGNAL>
|
||||||
|
<NAME>GstBin::do-latency</NAME>
|
||||||
|
<RETURNS>gboolean</RETURNS>
|
||||||
|
<FLAGS>l</FLAGS>
|
||||||
|
GstBin *gstbin
|
||||||
|
</SIGNAL>
|
||||||
|
|
||||||
<SIGNAL>
|
<SIGNAL>
|
||||||
<NAME>GstFakeSrc::handoff</NAME>
|
<NAME>GstFakeSrc::handoff</NAME>
|
||||||
<RETURNS>void</RETURNS>
|
<RETURNS>void</RETURNS>
|
||||||
|
|
|
@ -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.21</version>
|
<version>0.10.22</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gstreamer</source>
|
<source>gstreamer</source>
|
||||||
<package>GStreamer source release</package>
|
<package>GStreamer source release</package>
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
<longname>File Sink</longname>
|
<longname>File Sink</longname>
|
||||||
<class>Sink/File</class>
|
<class>Sink/File</class>
|
||||||
<description>Write stream to a file</description>
|
<description>Write stream to a file</description>
|
||||||
<author>Thomas <thomas@apestaart.org></author>
|
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||||
<pads>
|
<pads>
|
||||||
<caps>
|
<caps>
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
|
|
|
@ -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.21</version>
|
<version>0.10.22</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.22</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>I heard a disturbing sound</name>
|
||||||
|
<created>2009-01-19</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.22.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.22.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.21</revision>
|
<revision>0.10.21</revision>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
af az be bg ca cs da de en_GB es fi fr hu id it nb nl pl pt_BR ru rw sk sq sr sv tr uk vi zh_CN zh_TW
|
af az be bg ca cs da de en_GB es fi fr hu id it ja nb nl pl pt_BR ru rw sk sq sr sv tr uk vi zh_CN zh_TW
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
/* #undef GST_GCOV_ENABLED */
|
/* #undef GST_GCOV_ENABLED */
|
||||||
|
|
||||||
/* Default errorlevel to use */
|
/* Default errorlevel to use */
|
||||||
#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
|
#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
|
||||||
|
|
||||||
/* GStreamer license */
|
/* GStreamer license */
|
||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
#define GST_MAJORMINOR "0.10"
|
#define GST_MAJORMINOR "0.10"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* package name in plugins */
|
||||||
#define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
|
#define GST_PACKAGE_NAME "GStreamer source release"
|
||||||
|
|
||||||
/* package origin */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
@ -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.21.1"
|
#define PACKAGE_STRING "GStreamer 0.10.22"
|
||||||
|
|
||||||
/* 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.21.1"
|
#define PACKAGE_VERSION "0.10.22"
|
||||||
|
|
||||||
/* 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.21.1"
|
#define VERSION "0.10.22"
|
||||||
|
|
||||||
/* 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