configure.ac: releasing 0.10.11, "Dumb things"

Original commit message from CVS:
=== release 0.10.11 ===

2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>

* configure.ac:
releasing 0.10.11, "Dumb things"
This commit is contained in:
Jan Schmidt 2006-12-07 02:30:38 +00:00
parent 35fa7a7fbd
commit a51e6e7822
34 changed files with 268 additions and 125 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.11 ===
2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
releasing 0.10.11, "Dumb things"
2006-12-05 Jan Schmidt <thaytan@mad.scientist.com> 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
* gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add), * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),

62
NEWS
View file

@ -1,4 +1,64 @@
This is GStreamer Base Plug-ins 0.10.10, "Chorizo" This is GStreamer Base Plug-ins 0.10.11, "Dumb things"
Bugs fixed since 0.10.10:
* 360552 : [riff] [avi] extracts non-UTF8 metadata
* 365501 : [x/xvimagesink] race condition when creating first image ...
* 339366 : [playbin] hangs if suburi file type cannot be determined
* 355914 : libvisual causes xvimagesink: assertion `GST_CAPS_REFCOU...
* 363118 : gst_riff_create_video_caps() should also store variant in...
* 363607 : xvimagesink xwindow_draw_border() slowness
* 336301 : [playbin] can't handle RTSP source
* 337026 : oggmux doesn't set EOS properly
* 337031 : vorbisdec outputs too much data
* 340049 : New BaseRTPAudioPayloader class to -base
* 348264 : Theora encoding, Ogg muxing don't handle discontinuities
* 354773 : xvimage assumes that XV_COLORKEY can be set in RGB888 format
* 355917 : libvisual plugin is broken
* 355935 : multifdsink doesn't allow setting maximums (soft, hard) i...
* 357038 : [ffmpegcolorspace] RGBA handling broken
* 357215 : [playbin] buffering notification not quite right yet
* 357289 : [riff] riff parser can't detect aac audio stream
* 357404 : [playbin] Linking can fail silently
* 357531 : [subparse] problem if markup is not closed
* 357577 : [playbin] regression: buffering still images broken
* 357591 : Avoid compiler warning with uclibc and -Werror
* 357613 : XvStopVideo in xvimagesink
* 357800 : [libvisual] doesn't pass audio data to libvisual 0.4.0 co...
* 359580 : tcpserversink and dataprotocol assert for multipart streams
* 361095 : Fixes compiling with forte: warning clean up (part 3)
* 361456 : [basertppayload] Memory leak
* 361634 : sink- > ringbuffer NULL in BaseAudioSink's setcaps()
* 361984 : [subparse] doesn't accept .srt file that doesn't start wi...
* 366334 : [PATCH] Windows vs8 fixes
* 368273 : Using the remove signal on multifdsink is not threadsafe
* 368310 : include file gstbasertpaudiopayload.h not included for r...
* 369482 : [typefind] MPEG system streams get recognized as mp3 files
* 370092 : [PATCH] Decodebin v2 : Implementation
* 377183 : regression: no eos when playing ogg vorbis files
* 381219 : bad debugging code left in audiorate
* 382223 : [decodebin] more delayed linking
* 382269 : Typefind detects mpeg video clip as audio/mpeg
* 335635 : Add an Ogg/Vorbis retagging element
* 341681 : [textoverlay] flickering with continuously timestamped text
* 342228 : [alsa] Recognize " Front " as a Master channel
* 357330 : [subparse] some sami parser minor but enhanced patch
* 357532 : [gsttag] vorbistag doesn't handle dates that include time...
* 359237 : [typefinding] doesn't recognize XML files shorter than 25...
* 362845 : [subparse] add support for tmplayer format
* 357977 : [videorate] new segment start is not respected
* 364812 : [PATCH] oggmux release pad does not remove pad
* 364856 : pngenc stride problems
* 372507 : Mac build fixes
API added since 0.10.10:
* playbin::queue-min-threshold property.
* GstVideoOrientation interface
* gst_base_rtp_depayload_push_ts
* gst_base_rtp_depayload_push
* Add dropped_buffers to multifdsink's get-stats GValueArray
* gst_ring_buffer_commit_full
Changes since 0.10.9: Changes since 0.10.9:

120
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer Base Plug-ins 0.10.10 "Chorizo" Release notes for GStreamer Base Plug-ins 0.10.11 "Dumb things"
@ -54,48 +54,72 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release Features of this release
* Parallel installability with 0.8.x series * This release requires GStreamer core 0.10.11 or higher
* Threadsafe design and API * Improved buffering during network playback
* New elements: gdppay, gdpdepay * Support for reverse playback of Ogg/Vorbis/Theora
* Reverse playback support in the audio sinks
* The Ogg muxer now produces correct streams in all cases
* Support libvisual 0.4
* Improvements in RTP support
* Support retagging of Vorbis files
* Introduction of the decodebin2 element
* Many other bug fixes and improvements
Bugs fixed in this release Bugs fixed in this release
* 343787 : The adder cannot handle when multiple elements tries to l... * 360552 : [riff] [avi] extracts non-UTF8 metadata
* 336075 : ALSA emu10k1 mixer tracks are wrongly classified as playb... * 365501 : [x/xvimagesink] race condition when creating first image ...
* 349105 : crash with playbin and resizing screen * 339366 : [playbin] hangs if suburi file type cannot be determined
* 342494 : [v4l] Query " device-name " even if device is not open * 355914 : libvisual causes xvimagesink: assertion `GST_CAPS_REFCOU...
* 342680 : [adder] seeking with multiple ogg files fails to work * 363118 : gst_riff_create_video_caps() should also store variant in...
* 345188 : [alsa] can't handle more than 8 channels * 363607 : xvimagesink xwindow_draw_border() slowness
* 347091 : converting vorbis comments to GstTagLists is lossy * 336301 : [playbin] can't handle RTSP source
* 348157 : Changed " Change Device " menu behaviour in gnome-volume-co... * 337026 : oggmux doesn't set EOS properly
* 348916 : [typefind] add multipart/x-mixed-replace typefinder * 337031 : vorbisdec outputs too much data
* 350157 : [riff] riff parser can't detect dts audio stream * 340049 : New BaseRTPAudioPayloader class to -base
* 350655 : [oggdemux] should process seeking queries * 348264 : Theora encoding, Ogg muxing don't handle discontinuities
* 350900 : [adder] should not clamp floating point values * 354773 : xvimage assumes that XV_COLORKEY can be set in RGB888 format
* 351426 : API: add gst_tag_parse_extended_comment * 355917 : libvisual plugin is broken
* 351502 : g_value_set_string leaks * 355935 : multifdsink doesn't allow setting maximums (soft, hard) i...
* 351742 : [vorbisenc] discontinuity detection too sensitive, might ... * 357038 : [ffmpegcolorspace] RGBA handling broken
* 353658 : [videotestsrc] doesn't round strides correctly for YVYU * 357215 : [playbin] buffering notification not quite right yet
* 354594 : multifdsink doesn't work reliably with sync-method = 'nex... * 357289 : [riff] riff parser can't detect aac audio stream
* 351790 : [ogmparse] crash parsing video stream on x86-64 * 357404 : [playbin] Linking can fail silently
* 140139 : [avidemux] can't play broken avi with ogg (not vorbis) au... * 357531 : [subparse] problem if markup is not closed
* 347783 : [PLUGIN-MOVE] GDP elements should be moved * 357577 : [playbin] regression: buffering still images broken
* 347918 : Internal data flow error in udpsrc * 357591 : Avoid compiler warning with uclibc and -Werror
* 349656 : jitterbuffer in GstBaseRtp fails to handle rtp seqnum rol... * 357613 : XvStopVideo in xvimagesink
* 350784 : element alsamixer doesn't respect asoundrc * 357800 : [libvisual] doesn't pass audio data to libvisual 0.4.0 co...
* 351308 : [netbuffer] build fails with gkt-doc critical warnings * 359580 : tcpserversink and dataprotocol assert for multipart streams
* 353234 : audiorate preserves DISCONT on buffers * 361095 : Fixes compiling with forte: warning clean up (part 3)
* 353912 : Add cmml caps to oggmux * 361456 : [basertppayload] Memory leak
* 361634 : sink- > ringbuffer NULL in BaseAudioSink's setcaps()
* 361984 : [subparse] doesn't accept .srt file that doesn't start wi...
* 366334 : [PATCH] Windows vs8 fixes
* 368273 : Using the remove signal on multifdsink is not threadsafe
* 368310 : include file gstbasertpaudiopayload.h not included for r...
* 369482 : [typefind] MPEG system streams get recognized as mp3 files
* 370092 : [PATCH] Decodebin v2 : Implementation
* 377183 : regression: no eos when playing ogg vorbis files
* 381219 : bad debugging code left in audiorate
* 382223 : [decodebin] more delayed linking
* 382269 : Typefind detects mpeg video clip as audio/mpeg
* 335635 : Add an Ogg/Vorbis retagging element
* 341681 : [textoverlay] flickering with continuously timestamped text
* 342228 : [alsa] Recognize " Front " as a Master channel
* 357330 : [subparse] some sami parser minor but enhanced patch
* 357532 : [gsttag] vorbistag doesn't handle dates that include time...
* 359237 : [typefinding] doesn't recognize XML files shorter than 25...
* 362845 : [subparse] add support for tmplayer format
* 357977 : [videorate] new segment start is not respected
* 364812 : [PATCH] oggmux release pad does not remove pad
* 364856 : pngenc stride problems
* 372507 : Mac build fixes
API changed in this release API changed in this release
- API additions: - API additions:
* gst_rtp_buffer_get_payload_subbuffer()
* gst_tag_parse_extended_comment()
* GstPlayBin::connection-speed
* GstTheoraParse::synchronization-points
* GST_AUDIO_CHANNEL_POSITION_NONE
Download Download
@ -125,22 +149,28 @@ Applications
Contributors to this release Contributors to this release
* Alessandro Dessina *
* Andy Wingo * David Schleef
* Edgard Lima
* Edward Hervey * Edward Hervey
* Iain Holmes * Ferenc Gerlits
* James Livingston * James "Doc" Livingston
* Jan David Mol
* Jan Schmidt * Jan Schmidt
* Jens Granseuer * Jonathan Matthew
* Kai Vehmanen * Josep Torre Valles
* Marcel Moreaux * Julien MOUTTE
* Martin Szulecki * Mark Nauwelaerts
* Michael Smith * Michael Smith
* Sjoerd Simons * Peter Kjellerstedt
* Renato Filho
* Sebastien Cote
* Sergey Scobich
* Stefan Kost * Stefan Kost
* Thomas Vander Stichele * Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Viktor Peters * Ville Syrjala
* Wim Taymans * Wim Taymans
* Young-Ho Cha * Young-Ho Cha
* Zaheer Abbas Merali
   

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.10.10.1, AC_INIT(GStreamer Base Plug-ins, 0.10.11,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base) gst-plugins-base)
@ -42,7 +42,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, 7, 0, 7) AS_LIBTOOL(GST, 8, 0, 8)
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.

View file

@ -401,7 +401,7 @@
<ARG> <ARG>
<NAME>GstMultiFdSink::buffers-max</NAME> <NAME>GstMultiFdSink::buffers-max</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= -1</RANGE> <RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Buffers max</NICK> <NICK>Buffers max</NICK>
<BLURB>max number of buffers to queue for a client (-1 = no limit).</BLURB> <BLURB>max number of buffers to queue for a client (-1 = no limit).</BLURB>
@ -421,7 +421,7 @@
<ARG> <ARG>
<NAME>GstMultiFdSink::buffers-soft-max</NAME> <NAME>GstMultiFdSink::buffers-soft-max</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= -1</RANGE> <RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Buffers soft max</NICK> <NICK>Buffers soft max</NICK>
<BLURB>Recover client when going over this limit (-1 = no limit).</BLURB> <BLURB>Recover client when going over this limit (-1 = no limit).</BLURB>
@ -511,7 +511,7 @@
<ARG> <ARG>
<NAME>GstMultiFdSink::buffers-min</NAME> <NAME>GstMultiFdSink::buffers-min</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= -1</RANGE> <RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Buffers min</NICK> <NICK>Buffers min</NICK>
<BLURB>min number of buffers to queue (-1 = as few as possible).</BLURB> <BLURB>min number of buffers to queue (-1 = as few as possible).</BLURB>
@ -541,7 +541,7 @@
<ARG> <ARG>
<NAME>GstMultiFdSink::bytes-min</NAME> <NAME>GstMultiFdSink::bytes-min</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= -1</RANGE> <RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Bytes min</NICK> <NICK>Bytes min</NICK>
<BLURB>min number of bytes to queue (-1 = as little as possible).</BLURB> <BLURB>min number of bytes to queue (-1 = as little as possible).</BLURB>
@ -551,7 +551,7 @@
<ARG> <ARG>
<NAME>GstMultiFdSink::time-min</NAME> <NAME>GstMultiFdSink::time-min</NAME>
<TYPE>gint64</TYPE> <TYPE>gint64</TYPE>
<RANGE>>= -1</RANGE> <RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Time min</NICK> <NICK>Time min</NICK>
<BLURB>min number of time to queue (-1 = as little as possible).</BLURB> <BLURB>min number of time to queue (-1 = as little as possible).</BLURB>
@ -571,7 +571,7 @@
<ARG> <ARG>
<NAME>GstMultiFdSink::units-max</NAME> <NAME>GstMultiFdSink::units-max</NAME>
<TYPE>gint64</TYPE> <TYPE>gint64</TYPE>
<RANGE>>= -1</RANGE> <RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Units max</NICK> <NICK>Units max</NICK>
<BLURB>max number of units to queue (-1 = no limit).</BLURB> <BLURB>max number of units to queue (-1 = no limit).</BLURB>
@ -581,7 +581,7 @@
<ARG> <ARG>
<NAME>GstMultiFdSink::units-soft-max</NAME> <NAME>GstMultiFdSink::units-soft-max</NAME>
<TYPE>gint64</TYPE> <TYPE>gint64</TYPE>
<RANGE>>= -1</RANGE> <RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Units soft max</NICK> <NICK>Units soft max</NICK>
<BLURB>Recover client when going over this limit (-1 = no limit).</BLURB> <BLURB>Recover client when going over this limit (-1 = no limit).</BLURB>
@ -721,7 +721,7 @@
<ARG> <ARG>
<NAME>GstVorbisEnc::bitrate</NAME> <NAME>GstVorbisEnc::bitrate</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[-1,250001]</RANGE> <RANGE>[G_MAXULONG,250001]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Target Bitrate</NICK> <NICK>Target Bitrate</NICK>
<BLURB>Attempt to encode at a bitrate averaging this (in bps). This uses the bitrate management engine, and is not recommended for most users. Quality is a better alternative. (-1 == disabled).</BLURB> <BLURB>Attempt to encode at a bitrate averaging this (in bps). This uses the bitrate management engine, and is not recommended for most users. Quality is a better alternative. (-1 == disabled).</BLURB>
@ -751,7 +751,7 @@
<ARG> <ARG>
<NAME>GstVorbisEnc::max-bitrate</NAME> <NAME>GstVorbisEnc::max-bitrate</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[-1,250001]</RANGE> <RANGE>[G_MAXULONG,250001]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Maximum Bitrate</NICK> <NICK>Maximum Bitrate</NICK>
<BLURB>Specify a maximum bitrate (in bps). Useful for streaming applications. (-1 == disabled).</BLURB> <BLURB>Specify a maximum bitrate (in bps). Useful for streaming applications. (-1 == disabled).</BLURB>
@ -761,7 +761,7 @@
<ARG> <ARG>
<NAME>GstVorbisEnc::min-bitrate</NAME> <NAME>GstVorbisEnc::min-bitrate</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[-1,250001]</RANGE> <RANGE>[G_MAXULONG,250001]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Minimum Bitrate</NICK> <NICK>Minimum Bitrate</NICK>
<BLURB>Specify a minimum bitrate (in bps). Useful for encoding for a fixed-size channel. (-1 == disabled).</BLURB> <BLURB>Specify a minimum bitrate (in bps). Useful for encoding for a fixed-size channel. (-1 == disabled).</BLURB>
@ -1541,7 +1541,7 @@
<ARG> <ARG>
<NAME>GstCdParanoiaSrc::read-speed</NAME> <NAME>GstCdParanoiaSrc::read-speed</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= -1</RANGE> <RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Read speed</NICK> <NICK>Read speed</NICK>
<BLURB>Read from device at specified speed.</BLURB> <BLURB>Read from device at specified speed.</BLURB>
@ -1551,7 +1551,7 @@
<ARG> <ARG>
<NAME>GstCdParanoiaSrc::search-overlap</NAME> <NAME>GstCdParanoiaSrc::search-overlap</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[-1,75]</RANGE> <RANGE>[G_MAXULONG,75]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Search overlap</NICK> <NICK>Search overlap</NICK>
<BLURB>Force minimum overlap search during verification to n sectors.</BLURB> <BLURB>Force minimum overlap search during verification to n sectors.</BLURB>
@ -1608,3 +1608,13 @@
<DEFAULT>GDP Version 1.0</DEFAULT> <DEFAULT>GDP Version 1.0</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstDecodeBin2::caps</NAME>
<TYPE>GstCaps</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Caps</NICK>
<BLURB>The caps on which to stop decoding.</BLURB>
<DEFAULT></DEFAULT>
</ARG>

View file

@ -138,3 +138,46 @@ GstCdParanoiaSrc *gstcdparanoiasrc
gint arg1 gint arg1
</SIGNAL> </SIGNAL>
<SIGNAL>
<NAME>GstDecodeBin2::autoplug-continue</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
GstDecodeBin2 *gstdecodebin2
GstCaps *arg1
</SIGNAL>
<SIGNAL>
<NAME>GstDecodeBin2::autoplug-sort</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
GstDecodeBin2 *gstdecodebin2
GstCaps *arg1
gpointer arg2
</SIGNAL>
<SIGNAL>
<NAME>GstDecodeBin2::new-decoded-pad</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstDecodeBin2 *gstdecodebin2
GstPad *arg1
gboolean arg2
</SIGNAL>
<SIGNAL>
<NAME>GstDecodeBin2::removed-decoded-pad</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstDecodeBin2 *gstdecodebin2
GstPad *arg1
</SIGNAL>
<SIGNAL>
<NAME>GstDecodeBin2::unknown-type</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstDecodeBin2 *gstdecodebin2
GstPad *arg1
GstCaps *arg2
</SIGNAL>

View file

@ -3,10 +3,10 @@
<description>Adds multiple streams</description> <description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename> <filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename> <basename>libgstadder.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>ALSA plugin library</description> <description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename> <filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename> <basename>libgstalsa.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Convert audio to different formats</description> <description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename> <filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename> <basename>libgstaudioconvert.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Adjusts audio frames</description> <description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename> <filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename> <basename>libgstaudiorate.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Resamples audio</description> <description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename> <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename> <basename>libgstaudioresample.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Creates audio test signals of given frequency and volume</description> <description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename> <filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename> <basename>libgstaudiotestsrc.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Read audio from CD in paranoid mode</description> <description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename> <filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename> <basename>libgstcdparanoia.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>decoder bin</description> <description>decoder bin</description>
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename> <filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
<basename>libgstdecodebin.so</basename> <basename>libgstdecodebin.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,7 +3,7 @@
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description> <description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename> <filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
<basename>libgstffmpegcolorspace.so</basename> <basename>libgstffmpegcolorspace.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>FFMpeg</package> <package>FFMpeg</package>

View file

@ -3,10 +3,10 @@
<description>Payload/depayload GDP packets</description> <description>Payload/depayload GDP packets</description>
<filename>../../gst/gdp/.libs/libgstgdp.so</filename> <filename>../../gst/gdp/.libs/libgstgdp.so</filename>
<basename>libgstgdp.so</basename> <basename>libgstgdp.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>elements to read from and write to Gnome-VFS uri's</description> <description>elements to read from and write to Gnome-VFS uri's</description>
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename> <filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
<basename>libgstgnomevfs.so</basename> <basename>libgstgnomevfs.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>libvisual visualization plugins</description> <description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename> <filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename> <basename>libgstlibvisual.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
@ -23,13 +23,6 @@
<description>Libvisual corona plugin</description> <description>Libvisual corona plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author> <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element> </element>
<element>
<name>libvisual_gforce</name>
<longname>libvisual libvisual G-Force plugin plugin v.0.1.0</longname>
<class>Visualization</class>
<description>Libvisual G-Force plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element> <element>
<name>libvisual_infinite</name> <name>libvisual_infinite</name>
<longname>libvisual infinite plugin plugin v.0.1</longname> <longname>libvisual infinite plugin plugin v.0.1</longname>

View file

@ -3,10 +3,10 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description> <description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename> <filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename> <basename>libgstogg.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
@ -21,7 +21,7 @@
<longname>Ogg demuxer</longname> <longname>Ogg demuxer</longname>
<class>Codec/Demuxer</class> <class>Codec/Demuxer</class>
<description>demux ogg streams (info about ogg: http://xiph.org)</description> <description>demux ogg streams (info about ogg: http://xiph.org)</description>
<author>Wim Taymand &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
<element> <element>
<name>oggmux</name> <name>oggmux</name>

View file

@ -3,10 +3,10 @@
<description>Pango-based text rendering and overlay</description> <description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename> <filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename> <basename>libgstpango.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>player bin</description> <description>player bin</description>
<filename>../../gst/playback/.libs/libgstplaybin.so</filename> <filename>../../gst/playback/.libs/libgstplaybin.so</filename>
<basename>libgstplaybin.so</basename> <basename>libgstplaybin.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Subtitle parsing</description> <description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename> <filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename> <basename>libgstsubparse.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>transfer data over the network via TCP</description> <description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename> <filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename> <basename>libgsttcp.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Theora plugin library</description> <description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename> <filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename> <basename>libgsttheora.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>default typefind functions</description> <description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename> <filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename> <basename>libgsttypefindfunctions.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>

View file

@ -3,10 +3,10 @@
<description>elements for Video 4 Linux</description> <description>elements for Video 4 Linux</description>
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename> <filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
<basename>libgstvideo4linux.so</basename> <basename>libgstvideo4linux.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Adjusts video frames</description> <description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename> <filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename> <basename>libgstvideorate.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Resizes video</description> <description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename> <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename> <basename>libgstvideoscale.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Creates a test video stream</description> <description>Creates a test video stream</description>
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename> <filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
<basename>libgstvideotestsrc.so</basename> <basename>libgstvideotestsrc.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>plugin for controlling audio volume</description> <description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename> <filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename> <basename>libgstvolume.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Vorbis plugin library</description> <description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename> <filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename> <basename>libgstvorbis.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>X11 video output element based on standard Xlib calls</description> <description>X11 video output element based on standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename> <filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
<basename>libgstximagesink.so</basename> <basename>libgstximagesink.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>XFree86 video output plugin using Xv extension</description> <description>XFree86 video output plugin using Xv extension</description>
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename> <filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
<basename>libgstxvimagesink.so</basename> <basename>libgstxvimagesink.so</basename>
<version>0.10.10.1</version> <version>0.10.11</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -39,7 +39,7 @@
#define GST_LICENSE "LGPL" #define GST_LICENSE "LGPL"
/* package name in plugins */ /* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease" #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
/* package origin */ /* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
@ -211,13 +211,13 @@
#undef PACKAGE_NAME "GStreamer Base Plug-ins" #undef PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.10.2" #undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.11"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME "gst-plugins-base" #undef PACKAGE_TARNAME "gst-plugins-base"
/* Define to the version of this package. */ /* Define to the version of this package. */
#undef PACKAGE_VERSION "0.10.10.2" #undef PACKAGE_VERSION "0.10.11"
/* directory where plugins are located */ /* directory where plugins are located */
#undef PLUGINDIR #undef PLUGINDIR
@ -241,7 +241,7 @@
#undef STDC_HEADERS #undef STDC_HEADERS
/* Version number of package */ /* Version number of package */
#define VERSION "0.10.10.2" #define VERSION "0.10.11"
/* 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). */