Release 0.10.3

Original commit message from CVS:
Release 0.10.3
This commit is contained in:
Jan Schmidt 2006-05-04 15:05:00 +00:00
parent 1e6b348ad9
commit 5e4d17708c
58 changed files with 13623 additions and 152 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.3 ===
2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
releasing 0.10.3, "Desplazado"
2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
* gst/matroska/matroska-mux.c:

84
NEWS
View file

@ -1,4 +1,86 @@
This is GStreamer Good Plug-ins 0.10.2, "Papa was a rolling stone".
This is GStreamer Good Plug-ins 0.10.3, "Desplazado"
Changes since 0.10.2:
* Annodex/CMML support
* RTSP and RTP enhancements
* HAL configured audio device support
* FLAC, Matroska, AVI, WAV, ID3, APE, DV and JPEG plugin improvements
* Recognise SSA/ASS and USF subtitles in Matroska files
* Fixes for ESD and SunAudio output plugins
* More uniform plugin descriptions
* IceCast metadata reading plugin added
* New plugins ported from 0.8: OSX audio, AVI muxer, X-Windows input,
WAV encoder, Gdk-Pixbuf image decoder, Smoke decoder,
Video colour balance
* Lots of bug fixes
Bugs fixed since 0.10.2:
* 335067 : RTSP src not working with WMServer servers
* 333657 : Replacing icy demuxing in gnomevfssrc
* 329106 : HAL sound device wrapper plugins
* 337749 : totem (gstreamer) crashes when playing an avi file
* 330885 : avidemux does not handle eos at end of seek-region
* 337364 : faulty GObject macros
* 337625 : [patch] Streaming support for wavparse
* 150363 : [pngdec] doesn't handle grayscale or paletted
* 154744 : Time slider does not work with avi videos from Cannon SD100
* 161712 : [auparse] .au files don't play in playbin
* 313266 : [wavparse] will not play DTS stream in malformed WAV
* 319183 : rtspsrc filter sometimes uses an odd port for rtp
* 319986 : annodex decoding and encoding support
* 323721 : [id3demux] read in replaygain information from RVA2 frame...
* 323880 : " Seek in ready " for dvdemux
* 325191 : problem with auparse or mulawdec, choppy esd playback
* 326160 : videobalance not ported to new GstVideoFilter
* 327658 : " Seek in ready " support for wavparse plugin
* 328327 : gst-plugins-good fail to compile with gcc 4.1
* 329107 : Profile support for gconfaudiosink
* 330239 : Crash playing any song from a particular album over rhyth...
* 330678 : Unable to play .fli files
* 331253 : Critical warnings when using cddacdiosrc
* 331368 : Gstreamer doesn't recognise tags
* 331385 : [alpha] state change function returns a constant
* 331672 : Another file that gstreamer can't read the tags on
* 331905 : [jpeg] smokedec not ported
* 331917 : [pngdec] does not support files with png streams
* 332031 : [PATCH] avimux ported to 0.10
* 332547 : [wavparse] does not support multichannel wavs
* 333070 : [id3demux] reads unicode tags incorrectly where .8 did it...
* 333302 : [apedemux] some WavPack files with APE tags fail to play ...
* 333392 : [sunaudio] unused variables break CVS build with -Werror
* 333512 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
* 333624 : invalid get_times implementation in gstdynudpsink
* 333784 : [patch] unref the result of gst_pad_get_parent
* 334083 : [jpegdec] wrong durations set on buffers after seeking in...
* 334522 : avi of mpeg4 video and adpcm audio from digital camera re...
* 334732 : [id3demux] mp3 fails to play because typefinding thinks i...
* 334995 : [goom] zoom filter leaked
* 335231 : [wavparse] incorrect way to calculate seek position with ...
* 335755 : rhythmbox import crasher - png?
* 335858 : Video playback out of sync
* 335958 : [speexenc] doesn't work
* 336110 : move taglib-based ID3 muxer to -good
* 336602 : plugins need better/univied descriptions
* 336756 : move ximagesrc to gst-plugins-good
* 336889 : [avidemux] index creation might fail with some non-indexe...
* 336904 : Problem playing some AVI file when splitting large chunks...
* 337033 : [speex] can't seek in speex-encoded audio
* 337183 : [matroska] " caps not real subset " when playing audio files
* 337294 : AVI files downloaded from vidoe.google.com won't play
* 337421 : [sunaudiosink] some fixes
* 337609 : [flacdec] can't play .flac files where header says total_...
* 338290 : [flacdec] segment seek not supported
* 338713 : [id3demux] TCO genre tags (id3v2.2) don't get read by gst...
* 338715 : [shout2send] fix crash on error and tags received before ...
* 338716 : [wavenc] " not negotiated " error with CVS core
* 338810 : [matroskademux] blocks on segmenting seek (and other seek...
* 339446 : [matroska] can't play file if details come before type in...
* 339451 : [matroska] enhancement for VfW compatibility cases
* 339678 : [matroskamux] wrong timestamps of B-frames
* 340346 : [matroskamux] blocks upon muxing video and vorbis-audio
* 319884 : rtpamrdec discards non-transmitted frames
Changes since 0.10.1:
* New libcdio based CDDA reading element

126
RELEASE
View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer Good Plug-ins 0.10.2 "Papa was a rolling stone"
GStreamer: Release notes for GStreamer Good Plug-ins 0.10.3 "Desplazado"
@ -53,39 +53,83 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
* New libcdio based CDDA reading element
* APE tag reader ported
* ID3 tag reading fixes
* Sun Audio Sink fixes
* GOOM and gconf element fixes
* lots of bug and leak fixes
* Annodex/CMML support
* RTSP and RTP enhancements
* HAL configured audio device support
* FLAC, Matroska, AVI, WAV, ID3, APE, DV and JPEG plugin improvements
* Recognise SSA/ASS and USF subtitles in Matroska files
* Fixes for ESD and SunAudio output plugins
* More uniform plugin descriptions
* IceCast metadata reading plugin added
* New plugins ported from 0.8: OSX audio, AVI muxer, X-Windows input, WAV encoder, Gdk-Pixbuf image decoder, Smoke decoder, Video colour balance
* Lots of bug fixes
Bugs fixed in this release
* 328336 : silence warings which make dvdec / dvdemux unusable
* 315557 : Internal event problem with MP3s from vgmix.com
* 323327 : [cdio] port cddasrc to 0.10
* 325148 : Bugs in G711 RTP packetization logic
* 325649 : apetag plugin needs porting to 0.10
* 326446 : check that all elements in -good pass queries they can't ...
* 326602 : id3demux is not compiling without ZLIB
* 326683 : build problem caused by AS_LIBTOOL_TAGS([CXX])
* 326736 : gconf(audio|video)sink response to key changes
* 326864 : [wavparse] time to bytes format conversion broken
* 327009 : [esdsink] won't compile with includes in non-standard prefix
* 327765 : [sunaudio] fixes for mixer and stuttering mp3 playback
* 327825 : [matroskamux] Matroska muxer deadlock
* 327871 : [videobox] crash when cropping
* 328241 : id3demux emits NULL date for year tags
* 328264 : Fix build with gcc 2.95
* 328452 : Rhytmbox crashes with 0.10.1
* 328531 : [matroskamux] doesn't send newsegment event, critical war...
* 329181 : totem crash when using goom effect
* 329810 : Fails to read ID3 tag
* 330005 : Please use the autodetect sinks by default
* 317658 : [cdio] support for cd-text and cd-g
* 335067 : RTSP src not working with WMServer servers
* 333657 : Replacing icy demuxing in gnomevfssrc
* 329106 : HAL sound device wrapper plugins
* 337749 : totem (gstreamer) crashes when playing an avi file
* 330885 : avidemux does not handle eos at end of seek-region
* 337364 : faulty GObject macros
* 337625 : [patch] Streaming support for wavparse
* 150363 : [pngdec] doesn't handle grayscale or paletted
* 154744 : Time slider does not work with avi videos from Cannon SD100
* 161712 : [auparse] .au files don't play in playbin
* 313266 : [wavparse] will not play DTS stream in malformed WAV
* 319183 : rtspsrc filter sometimes uses an odd port for rtp
* 319986 : annodex decoding and encoding support
* 323721 : [id3demux] read in replaygain information from RVA2 frame...
* 323880 : " Seek in ready " for dvdemux
* 325191 : problem with auparse or mulawdec, choppy esd playback
* 326160 : videobalance not ported to new GstVideoFilter
* 327658 : " Seek in ready " support for wavparse plugin
* 328327 : gst-plugins-good fail to compile with gcc 4.1
* 329107 : Profile support for gconfaudiosink
* 330239 : Crash playing any song from a particular album over rhyth...
* 330678 : Unable to play .fli files
* 331253 : Critical warnings when using cddacdiosrc
* 331368 : Gstreamer doesn't recognise tags
* 331385 : [alpha] state change function returns a constant
* 331672 : Another file that gstreamer can't read the tags on
* 331905 : [jpeg] smokedec not ported
* 331917 : [pngdec] does not support files with png streams
* 332031 : [PATCH] avimux ported to 0.10
* 332547 : [wavparse] does not support multichannel wavs
* 333070 : [id3demux] reads unicode tags incorrectly where .8 did it...
* 333302 : [apedemux] some WavPack files with APE tags fail to play ...
* 333392 : [sunaudio] unused variables break CVS build with -Werror
* 333512 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
* 333624 : invalid get_times implementation in gstdynudpsink
* 333784 : [patch] unref the result of gst_pad_get_parent
* 334083 : [jpegdec] wrong durations set on buffers after seeking in...
* 334522 : avi of mpeg4 video and adpcm audio from digital camera re...
* 334732 : [id3demux] mp3 fails to play because typefinding thinks i...
* 334995 : [goom] zoom filter leaked
* 335231 : [wavparse] incorrect way to calculate seek position with ...
* 335755 : rhythmbox import crasher - png?
* 335858 : Video playback out of sync
* 335958 : [speexenc] doesn't work
* 336110 : move taglib-based ID3 muxer to -good
* 336602 : plugins need better/univied descriptions
* 336756 : move ximagesrc to gst-plugins-good
* 336889 : [avidemux] index creation might fail with some non-indexe...
* 336904 : Problem playing some AVI file when splitting large chunks...
* 337033 : [speex] can't seek in speex-encoded audio
* 337183 : [matroska] " caps not real subset " when playing audio files
* 337294 : AVI files downloaded from vidoe.google.com won't play
* 337421 : [sunaudiosink] some fixes
* 337609 : [flacdec] can't play .flac files where header says total_...
* 338290 : [flacdec] segment seek not supported
* 338713 : [id3demux] TCO genre tags (id3v2.2) don't get read by gst...
* 338715 : [shout2send] fix crash on error and tags received before ...
* 338716 : [wavenc] " not negotiated " error with CVS core
* 338810 : [matroskademux] blocks on segmenting seek (and other seek...
* 339446 : [matroska] can't play file if details come before type in...
* 339451 : [matroska] enhancement for VfW compatibility cases
* 339678 : [matroskamux] wrong timestamps of B-frames
* 340346 : [matroskamux] blocks upon muxing video and vorbis-audio
* 319884 : rtpamrdec discards non-transmitted frames
Download
@ -115,15 +159,31 @@ Applications
Contributors to this release
* Alessandro Decina
* Andy Wingo
* Benjamin Pineau)
* Brian Cameron
* Christian Schaller
* Edgard Lima
* Edward Hervey
* Jan Gerber
* Fabrizio Gennari
* Jan Schmidt
* Michal Benes
* Josef Zlomek
* Julien MOUTTE
* Jürg Billeter
* Mark Nauwelaerts
* Michael Dominic K.
* Michael Smith
* Philippe Kalaf
* Philippe Valembois
* Ryan Lortie (desrt)
* Sebastien Moutte
* Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller
* Tommi Myöhänen
* Wim Taymans
* Wouter Paesen).
* Zaheer Abbas Merali
* j^
 

View file

@ -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 Good Plug-ins, 0.10.2.1,
AC_INIT(GStreamer Good Plug-ins, 0.10.3.0,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)

File diff suppressed because it is too large Load diff

View file

@ -14,6 +14,7 @@ GstGSMEnc *gstgsmenc
<SIGNAL>
<NAME>GstMultiUDPSink::add</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstMultiUDPSink *gstmultiudpsink
gchar *arg1
gint arg2
@ -22,12 +23,14 @@ gint arg2
<SIGNAL>
<NAME>GstMultiUDPSink::clear</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstMultiUDPSink *gstmultiudpsink
</SIGNAL>
<SIGNAL>
<NAME>GstMultiUDPSink::client-added</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstMultiUDPSink *gstmultiudpsink
gchar *arg1
gint arg2
@ -36,6 +39,7 @@ gint arg2
<SIGNAL>
<NAME>GstMultiUDPSink::client-removed</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstMultiUDPSink *gstmultiudpsink
gchar *arg1
gint arg2
@ -44,6 +48,7 @@ gint arg2
<SIGNAL>
<NAME>GstMultiUDPSink::get-stats</NAME>
<RETURNS>GValueArray*</RETURNS>
<FLAGS>l</FLAGS>
GstMultiUDPSink *gstmultiudpsink
gchar *arg1
gint arg2
@ -52,6 +57,7 @@ gint arg2
<SIGNAL>
<NAME>GstMultiUDPSink::remove</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstMultiUDPSink *gstmultiudpsink
gchar *arg1
gint arg2
@ -60,6 +66,7 @@ gint arg2
<SIGNAL>
<NAME>GstDynUDPSink::get-stats</NAME>
<RETURNS>GValueArray*</RETURNS>
<FLAGS>l</FLAGS>
GstDynUDPSink *gstdynudpsink
gchar *arg1
gint arg2
@ -86,6 +93,7 @@ GstVertigoTV *gstvertigotv
<SIGNAL>
<NAME>GstShout2send::connection-problem</NAME>
<RETURNS>void</RETURNS>
<FLAGS>c</FLAGS>
GstShout2send *gstshout2send
gint arg1
</SIGNAL>
@ -99,18 +107,21 @@ DV1394Src *dv1394src
<SIGNAL>
<NAME>GstJpegEnc::frame-encoded</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstJpegEnc *gstjpegenc
</SIGNAL>
<SIGNAL>
<NAME>GstAASink::frame-displayed</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstAASink *gstaasink
</SIGNAL>
<SIGNAL>
<NAME>GstAASink::have-size</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstAASink *gstaasink
guint arg1
guint arg2
@ -247,6 +258,7 @@ GstElement *arg1
<SIGNAL>
<NAME>GstDV1394Src::frame-dropped</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstDV1394Src *gstdv1394src
</SIGNAL>

View file

@ -3,10 +3,10 @@
<description>Source for DV data via IEEE1394 interface</description>
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
<basename>libgst1394.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>adds an alpha channel to video</description>
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
<basename>libgstalpha.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>RGB-&gt;YUV colorspace conversion preserving the alpha channels</description>
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
<basename>libgstalphacolor.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
<filename>../../ext/annodex/.libs/libgstannodex.so</filename>
<basename>libgstannodex.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>APEv1/2 tag reader</description>
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
<basename>libgstapetag.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>parses au streams</description>
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
<basename>libgstauparse.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Plugin contains auto-detection plugins for video/audio outputs</description>
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
<basename>libgstautodetect.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>AVI stream handling</description>
<filename>../../gst/avi/.libs/libgstavi.so</filename>
<basename>libgstavi.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Colored ASCII Art video sink</description>
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
<basename>libgstcacasink.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Cairo-based overlaying</description>
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
<basename>libgstcairo.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>GPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Audio Cutter to split audio into non-silent bits</description>
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
<basename>libgstcutter.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>elements for testing and debugging</description>
<filename>../../gst/debug/.libs/libgstdebug.so</filename>
<basename>libgstdebug.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
<filename>../../ext/dv/.libs/libgstdv.so</filename>
<basename>libgstdv.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
<filename>../../gst/debug/.libs/libgstefence.so</filename>
<basename>libgstefence.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>effect plugins from the effectv project</description>
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
<basename>libgsteffectv.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>ESD Element Plugins</description>
<filename>../../ext/esd/.libs/libgstesd.so</filename>
<basename>libgstesd.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>The FLAC Lossless compressor Codec</description>
<filename>../../ext/flac/.libs/libgstflac.so</filename>
<basename>libgstflac.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>FLX video decoder</description>
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
<basename>libgstflxdec.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
<basename>libgstgconfelements.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>GDK Pixbuf decoder &amp; scaler</description>
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
<basename>libgstgdkpixbuf.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>GOOM visualization filter</description>
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
<basename>libgstgoom.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>elements wrapping the GStreamer/HAL audio input/output devices</description>
<filename>../../ext/hal/.libs/libgsthalelements.so</filename>
<basename>libgsthalelements.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Demux ICY tags from a stream</description>
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
<basename>libgsticydemux.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Demux ID3v1 and ID3v2 tags from a file</description>
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
<basename>libgstid3demux.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>JPeg plugin library</description>
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
<basename>libgstjpeg.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

File diff suppressed because it is too large Load diff

View file

@ -3,10 +3,10 @@
<description>Audio level plugin</description>
<filename>../../gst/level/.libs/libgstlevel.so</filename>
<basename>libgstlevel.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Matroska stream handling</description>
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
<basename>libgstmatroska.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>MuLaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
<basename>libgstmulaw.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>multipart stream manipulation</description>
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
<basename>libgstmultipart.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Template for a video filter</description>
<filename>../../gst/debug/.libs/libgstnavigationtest.so</filename>
<basename>libgstnavigationtest.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>OSS (Open Sound System) support for GStreamer</description>
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
<basename>libgstossaudio.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>PNG plugin library</description>
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
<basename>libgstpng.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Quicktime stream demuxer</description>
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
<basename>libgstqtdemux.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Real-time protocol plugins</description>
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
<basename>libgstrtp.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>transfer data via RTSP</description>
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
<basename>libgstrtsp.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>Sends data to an icecast server using libshout2</description>
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
<basename>libgstshout2.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>libshout2</package>

View file

@ -3,10 +3,10 @@
<description>Apply the standard SMPTE transitions on video images</description>
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
<basename>libgstsmpte.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Speex plugin library</description>
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
<basename>libgstspeex.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -1,17 +1,17 @@
<plugin>
<name>taglib</name>
<description>Tag-writing plug-in based on taglib</description>
<description>Tag writing plug-in based on taglib</description>
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
<basename>libgsttaglib.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>id3v2mux</name>
<longname>TagLib ID3v2 Muxer</longname>
<longname>TagLib-based ID3v2 Muxer</longname>
<class>Formatter/Metadata</class>
<description>Adds an ID3v2 header to the beginning of MP3 files using taglib</description>
<author>Christophe Fergeau &lt;teuf@gnome.org&gt;</author>

View file

@ -3,10 +3,10 @@
<description>transfer data via UDP</description>
<filename>../../gst/udp/.libs/libgstudp.so</filename>
<basename>libgstudp.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Changes hue, saturation, brightness etc. on video images</description>
<filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>
<basename>libgstvideobalance.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>resizes a video by adding borders or cropping</description>
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
<basename>libgstvideobox.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Flips and rotates video</description>
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
<basename>libgstvideoflip.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Video mixer</description>
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
<basename>libgstvideomixer.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Encode raw audio into WAV</description>
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
<basename>libgstwavenc.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Parse a .wav file into raw audio</description>
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
<basename>libgstwavparse.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>X11 video input plugin using standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
<basename>libgstximagesrc.so</basename>
<version>0.10.2.1</version>
<version>0.10.3.0</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -36,7 +36,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins CVS/prerelease"
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@ -244,13 +244,13 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.2.1"
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.3.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.10.2.1"
#define PACKAGE_VERSION "0.10.3.0"
/* Define the plugin directory */
#ifdef _DEBUG
@ -266,7 +266,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.10.2.1"
#define VERSION "0.10.3.0"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */