From 4653b1f050aa53b4de70895faab344dc3f8645b7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 14 Aug 2006 11:14:43 +0000 Subject: releasing 0.10.4 Original commit message from CVS: releasing 0.10.4 --- ChangeLog | 43 ++++--- NEWS | 73 ++++++++++- RELEASE | 171 ++++++++++++------------- configure.ac | 2 +- docs/plugins/gst-plugins-good-plugins.args | 24 +++- docs/plugins/inspect/plugin-1394.xml | 7 +- docs/plugins/inspect/plugin-aasink.xml | 4 +- docs/plugins/inspect/plugin-alaw.xml | 4 +- docs/plugins/inspect/plugin-alpha.xml | 4 +- docs/plugins/inspect/plugin-alphacolor.xml | 4 +- docs/plugins/inspect/plugin-annodex.xml | 4 +- docs/plugins/inspect/plugin-apetag.xml | 4 +- docs/plugins/inspect/plugin-auparse.xml | 4 +- docs/plugins/inspect/plugin-autodetect.xml | 4 +- docs/plugins/inspect/plugin-avi.xml | 4 +- docs/plugins/inspect/plugin-cacasink.xml | 4 +- docs/plugins/inspect/plugin-cairo.xml | 4 +- docs/plugins/inspect/plugin-cdio.xml | 4 +- docs/plugins/inspect/plugin-cutter.xml | 4 +- docs/plugins/inspect/plugin-debug.xml | 4 +- docs/plugins/inspect/plugin-dv.xml | 4 +- docs/plugins/inspect/plugin-efence.xml | 4 +- docs/plugins/inspect/plugin-effectv.xml | 4 +- docs/plugins/inspect/plugin-esdsink.xml | 4 +- docs/plugins/inspect/plugin-flac.xml | 4 +- docs/plugins/inspect/plugin-flxdec.xml | 4 +- docs/plugins/inspect/plugin-gconfelements.xml | 4 +- docs/plugins/inspect/plugin-gdkpixbuf.xml | 4 +- docs/plugins/inspect/plugin-goom.xml | 4 +- docs/plugins/inspect/plugin-halelements.xml | 4 +- docs/plugins/inspect/plugin-icydemux.xml | 4 +- docs/plugins/inspect/plugin-id3demux.xml | 4 +- docs/plugins/inspect/plugin-jpeg.xml | 4 +- docs/plugins/inspect/plugin-level.xml | 4 +- docs/plugins/inspect/plugin-matroska.xml | 4 +- docs/plugins/inspect/plugin-mulaw.xml | 4 +- docs/plugins/inspect/plugin-multipart.xml | 6 +- docs/plugins/inspect/plugin-navigationtest.xml | 4 +- docs/plugins/inspect/plugin-ossaudio.xml | 4 +- docs/plugins/inspect/plugin-png.xml | 4 +- docs/plugins/inspect/plugin-rtp.xml | 4 +- docs/plugins/inspect/plugin-rtsp.xml | 4 +- docs/plugins/inspect/plugin-shout2send.xml | 2 +- docs/plugins/inspect/plugin-smpte.xml | 4 +- docs/plugins/inspect/plugin-speex.xml | 4 +- docs/plugins/inspect/plugin-taglib.xml | 4 +- docs/plugins/inspect/plugin-udp.xml | 7 +- docs/plugins/inspect/plugin-videobalance.xml | 4 +- docs/plugins/inspect/plugin-videobox.xml | 4 +- docs/plugins/inspect/plugin-videoflip.xml | 4 +- docs/plugins/inspect/plugin-videomixer.xml | 4 +- docs/plugins/inspect/plugin-wavenc.xml | 4 +- docs/plugins/inspect/plugin-wavparse.xml | 4 +- docs/plugins/inspect/plugin-ximagesrc.xml | 4 +- win32/common/config.h | 8 +- 55 files changed, 303 insertions(+), 220 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4f74d778..f5fc8fcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.4 === + +2006-08-14 Thomas Vander Stichele + + * configure.ac: + releasing 0.10.4, "Dear Leader" + 2006-08-10 Thomas Vander Stichele Patch by: Edward Hervey @@ -87,8 +94,8 @@ * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps), (gst_signal_processor_process): - don't query buffer-frames from caps, add lots of debug-log, - try fix for assert (#349189) + don't query buffer-frames from caps, add lots of debug-log, + try fix for assert (#349189) 2006-07-31 Wim Taymans @@ -105,8 +112,8 @@ (gst_signal_processor_sink_activate_push), (gst_signal_processor_src_activate_pull), (gst_signal_processor_change_state): - Add debugs logs here and there, add more error handling, add some - FIXME comments, filed #349189 + Add debugs logs here and there, add more error handling, add some + FIXME comments, filed #349189 2006-07-29 Zaheer Abbas Merali @@ -409,7 +416,7 @@ * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: - Add annodex and icydemux, cleanup the sections a bit + Add annodex and icydemux, cleanup the sections a bit 2006-07-19 Tim-Philipp Müller @@ -422,8 +429,8 @@ 2006-07-18 Stefan Kost * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps): - Respect mpegversion for "video/mpeg" and give message in case of - unhandled versions. + Respect mpegversion for "video/mpeg" and give message in case of + unhandled versions. 2006-07-17 Wim Taymans @@ -1016,19 +1023,19 @@ * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init), (gst_sunaudiosink_init), (gst_sunaudiosink_prepare), (gst_sunaudiosink_write): - Attached find a patch that fixes a number of bugs with the SunAudio mixer - plugin and fixes #344101: - 1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3 tracks onto - the tracklist causing gnome-volume-control's preferences dialog to be messed - up and would core dump if you checked/unchecked any item. - 2. We weren't previously setting the MUTE flag properly. Fixing this makes - gnome-volume-control work better. - 3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT and - the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes gnome-volume-control - look better. + Attached find a patch that fixes a number of bugs with the SunAudio + mixer plugin and fixes #344101: + 1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3 + tracks onto the tracklist causing gnome-volume-control's preferences + dialog to be messed up and would core dump if you checked/unchecked + any item. + 2. We weren't previously setting the MUTE flag properly. Fixing this + makes gnome-volume-control work better. + 3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT + and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes + gnome-volume-control look better. Also some minor cleanup in gstsunaudiosink.c. - 2006-06-09 Wim Taymans * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type), diff --git a/NEWS b/NEWS index c5615c5d..ee384574 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,75 @@ -This is GStreamer Good Plug-ins 0.10.3, "Desplazado" +This is GStreamer Good Plug-ins 0.10.4, "Dear Leader" + +Changes since 0.10.3: + + * added apev2mux element + * use libiec61883 for Firewire + +Bugs fixed since 0.10.3: + + * 345930 : [id3demux] segfaults with file containing only ID3v1 tag + * 347529 : wavparse error + * 321191 : rtpamrdec isn't a subclass of GstBaseRtpDepayload + * 340027 : [patch] wavparse fails for several files + * 318563 : offer support for new raw1394_iso api in dv1394src + * 330623 : [avidemux] only the beginning of big avi files gets played + * 334375 : [id3demux] [id3v2mux] ID3 tag rewriting is lossy + * 337076 : Problem with broken matroska files containing non-UTF8 su... + * 339704 : [id3demux] read images from ID3 tags + * 340282 : Goom visualization is unusable at 'Normal' size and higher + * 340623 : [matroskademux] small memory leak + * 340699 : [flacdec] should not send EOS when doing segment seeking + * 340859 : [avimux] produces index with all frames marked as keyframes + * 340946 : raw1394 plugin uses deprecated functions + * 340979 : [id3demux] mp3 id3v2 TCON tag possible bug? + * 341489 : gst-plugins-good wavparse Cygwin fix + * 341774 : Fails to read tags in file + * 341818 : [matroskademux] poor concurrent performance + * 342029 : [id3demux] overflow of titlenumbers + * 342097 : [jpegdec] crash with attached JPEG file + * 342448 : [matroska] support for muxing/demuxing Theora video + * 342526 : [avimux] dml index support, codec_data support, cleanups + * 342592 : dvdemux doesn't post segment-done right + * 342734 : [matroskamux] might block on state-change + * 343051 : [autoaudiosink] doesn't try esdsink + * 343055 : README mentions 0.9.6 + * 343117 : jpegdec, mjpeg avi's and flush seeks + * 343122 : [taglib] new apev2mux element + * 343123 : [apedemux] add support for GST_TAG_LOCATION + * 343127 : [apedemux] extract track count, clean up parsing + * 343602 : configure --disable-external fails + * 343603 : need to add -lm to build tests/examples/level + * 343678 : configure.ac incorrectly uses $(SED) rather than $SED + * 343837 : [wavparse] can't handle WAV file with 'bext' header chunk + * 344100 : --disable-schemas-install not honored + * 344101 : SunAudio mixer fixes + * 344120 : dv1394src should now require libraw1394 > = 1.1.0 + * 344605 : [id3demux] set picture type on image buffers + * 345232 : [wavparse] reads beyond end-of-file (in pull mode) + * 345288 : [udp] make work on Windows + * 345713 : ximagesrc uses XFixesCursorImage incorrectly and will seg... + * 346066 : [sunaudiosink] don't override user setting and switch on ... + * 346259 : [sunaudio] move monitor to input tab in mixer + * 347234 : streaming UDP (MPEGTS) shows only one frame of video + * 347258 : [wavparse] internal stream error reading gnome-game gnibb... + * 347898 : [id3v2mux] write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION + * 347972 : [cdiocddasrc] core dumps if device is not found + * 348644 : [id3demux] Gets the wrong part of binary blob for ID3 v2.... + * 348752 : [udpsrc] add property to set buffer size for udp socket + * 348913 : [id3v2mux] tagging utf-8 text may be converted to iso-8869-1 + * 349155 : [smokeenc] does not set caps on it's buffers + * 349189 : LADSPA gstsignalprocessor.c: line 408: assertion failed: ... + * 349907 : multiudpsink messes up multicast addresses + * 350433 : [rtph263pdepay] h.263plus depayloader does not work + * 340492 : [flacdec] support push-based operation (and thus flac-ove... + * 345679 : fix to avoid goom core dumping + * 317470 : [GstCheck] gst_check_teardown_element asserts wrong refcount + * 340980 : [pixbuf,wavparse] fix build with gcc 2.95 + * 343661 : Jpeg image crashes gstreamer + * 344923 : New SunAudio source plugin, and mixer now supports stereo... + * 345301 : [PATCH] gst-plugins-good rtsp for Windows + * 346921 : gstmultiudpsink multicast support is broken + * 344136 : More accurate list of plugins which will/will not be buil... Changes since 0.10.2: diff --git a/RELEASE b/RELEASE index 07174c46..51e6d2c4 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Good Plug-ins 0.10.3 "Desplazado" +Release notes for GStreamer Good Plug-ins 0.10.4 "Dear Leader" @@ -53,83 +53,76 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * 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 + * Parallel installability with 0.8.x series + * Threadsafe design and API + * added apev2mux element + * use libiec61883 for Firewire Bugs fixed in this release - * 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 + * 345930 : [id3demux] segfaults with file containing only ID3v1 tag + * 347529 : wavparse error + * 321191 : rtpamrdec isn't a subclass of GstBaseRtpDepayload + * 340027 : [patch] wavparse fails for several files + * 318563 : offer support for new raw1394_iso api in dv1394src + * 330623 : [avidemux] only the beginning of big avi files gets played + * 334375 : [id3demux] [id3v2mux] ID3 tag rewriting is lossy + * 337076 : Problem with broken matroska files containing non-UTF8 su... + * 339704 : [id3demux] read images from ID3 tags + * 340282 : Goom visualization is unusable at 'Normal' size and higher + * 340623 : [matroskademux] small memory leak + * 340699 : [flacdec] should not send EOS when doing segment seeking + * 340859 : [avimux] produces index with all frames marked as keyframes + * 340946 : raw1394 plugin uses deprecated functions + * 340979 : [id3demux] mp3 id3v2 TCON tag possible bug? + * 341489 : gst-plugins-good wavparse Cygwin fix + * 341774 : Fails to read tags in file + * 341818 : [matroskademux] poor concurrent performance + * 342029 : [id3demux] overflow of titlenumbers + * 342097 : [jpegdec] crash with attached JPEG file + * 342448 : [matroska] support for muxing/demuxing Theora video + * 342526 : [avimux] dml index support, codec_data support, cleanups + * 342592 : dvdemux doesn't post segment-done right + * 342734 : [matroskamux] might block on state-change + * 343051 : [autoaudiosink] doesn't try esdsink + * 343055 : README mentions 0.9.6 + * 343117 : jpegdec, mjpeg avi's and flush seeks + * 343122 : [taglib] new apev2mux element + * 343123 : [apedemux] add support for GST_TAG_LOCATION + * 343127 : [apedemux] extract track count, clean up parsing + * 343602 : configure --disable-external fails + * 343603 : need to add -lm to build tests/examples/level + * 343678 : configure.ac incorrectly uses $(SED) rather than $SED + * 343837 : [wavparse] can't handle WAV file with 'bext' header chunk + * 344100 : --disable-schemas-install not honored + * 344101 : SunAudio mixer fixes + * 344120 : dv1394src should now require libraw1394 > = 1.1.0 + * 344605 : [id3demux] set picture type on image buffers + * 345232 : [wavparse] reads beyond end-of-file (in pull mode) + * 345288 : [udp] make work on Windows + * 345713 : ximagesrc uses XFixesCursorImage incorrectly and will seg... + * 346066 : [sunaudiosink] don't override user setting and switch on ... + * 346259 : [sunaudio] move monitor to input tab in mixer + * 347234 : streaming UDP (MPEGTS) shows only one frame of video + * 347258 : [wavparse] internal stream error reading gnome-game gnibb... + * 347898 : [id3v2mux] write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION + * 347972 : [cdiocddasrc] core dumps if device is not found + * 348644 : [id3demux] Gets the wrong part of binary blob for ID3 v2.... + * 348752 : [udpsrc] add property to set buffer size for udp socket + * 348913 : [id3v2mux] tagging utf-8 text may be converted to iso-8869-1 + * 349155 : [smokeenc] does not set caps on it's buffers + * 349189 : LADSPA gstsignalprocessor.c: line 408: assertion failed: ... + * 349907 : multiudpsink messes up multicast addresses + * 350433 : [rtph263pdepay] h.263plus depayloader does not work + * 340492 : [flacdec] support push-based operation (and thus flac-ove... + * 345679 : fix to avoid goom core dumping + * 317470 : [GstCheck] gst_check_teardown_element asserts wrong refcount + * 340980 : [pixbuf,wavparse] fix build with gcc 2.95 + * 343661 : Jpeg image crashes gstreamer + * 344923 : New SunAudio source plugin, and mixer now supports stereo... + * 345301 : [PATCH] gst-plugins-good rtsp for Windows + * 346921 : gstmultiudpsink multicast support is broken + * 344136 : More accurate list of plugins which will/will not be buil... Download @@ -159,31 +152,31 @@ Applications Contributors to this release - * Alessandro Decina + * Alex Lancaster * Andy Wingo - * Benjamin Pineau) * Brian Cameron - * Christian Schaller - * Edgard Lima * Edward Hervey - * Fabrizio Gennari + * James "Doc" Livingston * Jan Schmidt - * Josef Zlomek - * Julien MOUTTE - * Jürg Billeter + * Jens Granseuer + * Jindrich Makovicka + * Joni Valtanen + * Kai Vehmanen + * Maciej Katafiasz * Mark Nauwelaerts - * Michael Dominic K. * Michael Smith + * Michal Benes + * Peter Kjellerstedt * Philippe Kalaf - * Philippe Valembois - * Ryan Lortie (desrt) + * Rob Taylor + * Sebastian Dröge + * Sebastien Cote * Sebastien Moutte + * Sjoerd Simons * Stefan Kost + * Thijs Vermeir * Thomas Vander Stichele * Tim-Philipp Müller - * Tommi Myöhänen * Wim Taymans - * Wouter Paesen). * Zaheer Abbas Merali - * j^   \ No newline at end of file diff --git a/configure.ac b/configure.ac index f8a57116..2a4fd66a 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/pre -AC_INIT(GStreamer Good Plug-ins, 0.10.3.2, +AC_INIT(GStreamer Good Plug-ins, 0.10.4, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-good) diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index c2e0a685..9bdb1fb5 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -133,7 +133,7 @@ gchararray rw -multicast_group +Multicast Group The Address of multicast group to join. "0.0.0.0" @@ -143,7 +143,7 @@ gint [0,65535] rw -port +Port The port to receive the packets from, 0=allocate. 4951 @@ -163,11 +163,21 @@ gint >= -1 rw -socket handle +Socket Handle Socket to use for UDP reception. (-1 == allocate). -1 + +GstUDPSrc::buffer-size +gint +>= 0 +rw +Buffer Size +Size of the kernel receive buffer in bytes, 0=default. +0 + + GstSMPTE::border gint @@ -13362,9 +13372,9 @@ GstMultipartDemux::autoscan gboolean -rwx +rw autoscan -Try to autofind the prefix. +Try to autofind the prefix (deprecated unused, see boundary). FALSE @@ -13374,8 +13384,8 @@ rwx Boundary -The boundary string separating data. -"ThisRandomString" +The boundary string separating data, automatic if NULL. +NULL diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index 6bfe550c..5609b39a 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -3,10 +3,10 @@ Source for DV data via IEEE1394 interface ../../ext/raw1394/.libs/libgst1394.so libgst1394.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin @@ -16,7 +16,8 @@ Source for DV video data from firewire port Erik Walthinsen <omega@temple-baptist.com> Daniel Fischer <dan@f3c.com> - Wim Taymans <wim@fluendo.com> + Wim Taymans <wim@fluendo.com> + Zaheer Abbas Merali <zaheerabbas at merali dot org> \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index 91a7b41d..01a8da6e 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -3,10 +3,10 @@ ASCII Art video sink ../../ext/aalib/.libs/libgstaasink.so libgstaasink.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index 6e115a4b..95609be9 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -3,10 +3,10 @@ ALaw audio conversion routines ../../gst/law/.libs/libgstalaw.so libgstalaw.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index cd783878..6d990a59 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -3,10 +3,10 @@ adds an alpha channel to video ../../gst/alpha/.libs/libgstalpha.so libgstalpha.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index 7cec95e6..5a84cd8d 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -3,10 +3,10 @@ RGB->YUV colorspace conversion preserving the alpha channels ../../gst/alpha/.libs/libgstalphacolor.so libgstalphacolor.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-annodex.xml b/docs/plugins/inspect/plugin-annodex.xml index 1ba3f9df..01fba97e 100644 --- a/docs/plugins/inspect/plugin-annodex.xml +++ b/docs/plugins/inspect/plugin-annodex.xml @@ -3,10 +3,10 @@ annodex stream manipulation (info about annodex: http://www.annodex.net) ../../ext/annodex/.libs/libgstannodex.so libgstannodex.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index c4065db6..7a858b68 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -3,10 +3,10 @@ APEv1/2 tag reader ../../gst/apetag/.libs/libgstapetag.so libgstapetag.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index 5cd5f798..87a12020 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -3,10 +3,10 @@ parses au streams ../../gst/auparse/.libs/libgstauparse.so libgstauparse.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 547fee94..302915e8 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -3,10 +3,10 @@ Plugin contains auto-detection plugins for video/audio outputs ../../gst/autodetect/.libs/libgstautodetect.so libgstautodetect.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index 2d9da33a..9b0cb1ac 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -3,10 +3,10 @@ AVI stream handling ../../gst/avi/.libs/libgstavi.so libgstavi.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index f018eec9..30215cad 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -3,10 +3,10 @@ Colored ASCII Art video sink ../../ext/libcaca/.libs/libgstcacasink.so libgstcacasink.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 74bab500..f66f0824 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,10 +3,10 @@ Cairo-based overlaying ../../ext/cairo/.libs/libgstcairo.so libgstcairo.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index 386407cc..32fb7d8a 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,10 +3,10 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.10.3.1 + 0.10.4 GPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index 0a7e6fed..6664784a 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -3,10 +3,10 @@ Audio Cutter to split audio into non-silent bits ../../gst/cutter/.libs/libgstcutter.so libgstcutter.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index 89a4ca6b..ef2eb641 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -3,10 +3,10 @@ elements for testing and debugging ../../gst/debug/.libs/libgstdebug.so libgstdebug.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index e3ab7356..d1cfe8ed 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -3,10 +3,10 @@ DV demuxer and decoder based on libdv (libdv.sf.net) ../../ext/dv/.libs/libgstdv.so libgstdv.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml index 20b3e33f..feb17750 100644 --- a/docs/plugins/inspect/plugin-efence.xml +++ b/docs/plugins/inspect/plugin-efence.xml @@ -3,10 +3,10 @@ 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". ../../gst/debug/.libs/libgstefence.so libgstefence.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index 74ad396d..337645e0 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -3,10 +3,10 @@ effect plugins from the effectv project ../../gst/effectv/.libs/libgsteffectv.so libgsteffectv.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml index b481203a..1255d7bf 100644 --- a/docs/plugins/inspect/plugin-esdsink.xml +++ b/docs/plugins/inspect/plugin-esdsink.xml @@ -3,10 +3,10 @@ ESD Element Plugins ../../ext/esd/.libs/libgstesd.so libgstesd.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index dc9c2949..0a5ef380 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -3,10 +3,10 @@ The FLAC Lossless compressor Codec ../../ext/flac/.libs/libgstflac.so libgstflac.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index 233038dc..6fb8ec58 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -3,10 +3,10 @@ FLX video decoder ../../gst/flx/.libs/libgstflxdec.so libgstflxdec.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml index b535c5a3..2bbec4a2 100644 --- a/docs/plugins/inspect/plugin-gconfelements.xml +++ b/docs/plugins/inspect/plugin-gconfelements.xml @@ -3,10 +3,10 @@ elements wrapping the GStreamer/GConf audio/video output settings ../../ext/gconf/.libs/libgstgconfelements.so libgstgconfelements.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index b7e36d39..34e99645 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -3,10 +3,10 @@ GDK Pixbuf decoder & scaler ../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so libgstgdkpixbuf.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index 70537b89..083cbf29 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -3,10 +3,10 @@ GOOM visualization filter ../../gst/goom/.libs/libgstgoom.so libgstgoom.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-halelements.xml b/docs/plugins/inspect/plugin-halelements.xml index 2ca90c6e..d548ee2a 100644 --- a/docs/plugins/inspect/plugin-halelements.xml +++ b/docs/plugins/inspect/plugin-halelements.xml @@ -3,10 +3,10 @@ elements wrapping the GStreamer/HAL audio input/output devices ../../ext/hal/.libs/libgsthalelements.so libgsthalelements.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index e0a5f83b..ef72e539 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -3,10 +3,10 @@ Demux ICY tags from a stream ../../gst/icydemux/.libs/libgsticydemux.so libgsticydemux.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index 6044a40e..8cf7aeac 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -3,10 +3,10 @@ Demux ID3v1 and ID3v2 tags from a file ../../gst/id3demux/.libs/libgstid3demux.so libgstid3demux.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index 47442de7..43cd54b9 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,10 +3,10 @@ JPeg plugin library ../../ext/jpeg/.libs/libgstjpeg.so libgstjpeg.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index f32bb6ca..a438df82 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -3,10 +3,10 @@ Audio level plugin ../../gst/level/.libs/libgstlevel.so libgstlevel.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 115026c1..f4e1081a 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -3,10 +3,10 @@ Matroska stream handling ../../gst/matroska/.libs/libgstmatroska.so libgstmatroska.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index edc5b045..31880291 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -3,10 +3,10 @@ MuLaw audio conversion routines ../../gst/law/.libs/libgstmulaw.so libgstmulaw.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index 976a0c4d..18194a11 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -3,10 +3,10 @@ multipart stream manipulation ../../gst/multipart/.libs/libgstmultipart.so libgstmultipart.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin @@ -14,7 +14,7 @@ Multipart demuxer Codec/Demuxer demux multipart streams - Wim Taymans <wim@fluendo.com> + Wim Taymans <wim@fluendo.com>, Sjoerd Simons <sjoerd@luon.net> multipartmux diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index 80699533..48ebd191 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -3,10 +3,10 @@ Template for a video filter ../../gst/debug/.libs/libgstnavigationtest.so libgstnavigationtest.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index c0979ca4..b9593334 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -3,10 +3,10 @@ OSS (Open Sound System) support for GStreamer ../../sys/oss/.libs/libgstossaudio.so libgstossaudio.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index 3eaa398e..d12652b3 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -3,10 +3,10 @@ PNG plugin library ../../ext/libpng/.libs/libgstpng.so libgstpng.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index be290449..5f1ed179 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -3,10 +3,10 @@ Real-time protocol plugins ../../gst/rtp/.libs/libgstrtp.so libgstrtp.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index 4db5a1b5..802c5128 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -3,10 +3,10 @@ transfer data via RTSP ../../gst/rtsp/.libs/libgstrtsp.so libgstrtsp.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index 16868ade..b08068ab 100644 --- a/docs/plugins/inspect/plugin-shout2send.xml +++ b/docs/plugins/inspect/plugin-shout2send.xml @@ -3,7 +3,7 @@ Sends data to an icecast server using libshout2 ../../ext/shout2/.libs/libgstshout2.so libgstshout2.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good libshout2 diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index a8e04e85..3b874bc7 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -3,10 +3,10 @@ Apply the standard SMPTE transitions on video images ../../gst/smpte/.libs/libgstsmpte.so libgstsmpte.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index a5ddc7d6..30cdaf3e 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -3,10 +3,10 @@ Speex plugin library ../../ext/speex/.libs/libgstspeex.so libgstspeex.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index 5e3d40b7..ef7fa0b9 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -3,10 +3,10 @@ Tag writing plug-in based on taglib ../../ext/taglib/.libs/libgsttaglib.so libgsttaglib.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index c2ae9c6e..badc003e 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,10 +3,10 @@ transfer data via UDP ../../gst/udp/.libs/libgstudp.so libgstudp.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin @@ -35,7 +35,8 @@ UDP packet receiver Source/Network Receive data over the network via UDP - Wim Taymans <wim@fluendo.com> + Wim Taymans <wim@fluendo.com> + Thijs Vermeir <thijs.vermeir@barco.com> \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-videobalance.xml b/docs/plugins/inspect/plugin-videobalance.xml index 81adab27..d5487220 100644 --- a/docs/plugins/inspect/plugin-videobalance.xml +++ b/docs/plugins/inspect/plugin-videobalance.xml @@ -3,10 +3,10 @@ Changes hue, saturation, brightness etc. on video images ../../gst/videofilter/.libs/libgstvideobalance.so libgstvideobalance.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index c23afaef..bb63734d 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -3,10 +3,10 @@ resizes a video by adding borders or cropping ../../gst/videobox/.libs/libgstvideobox.so libgstvideobox.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-videoflip.xml b/docs/plugins/inspect/plugin-videoflip.xml index 75b35365..c728e751 100644 --- a/docs/plugins/inspect/plugin-videoflip.xml +++ b/docs/plugins/inspect/plugin-videoflip.xml @@ -3,10 +3,10 @@ Flips and rotates video ../../gst/videofilter/.libs/libgstvideoflip.so libgstvideoflip.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index 1c6fa2bd..e781db6a 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -3,10 +3,10 @@ Video mixer ../../gst/videomixer/.libs/libgstvideomixer.so libgstvideomixer.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index a01443f8..8f5e3061 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -3,10 +3,10 @@ Encode raw audio into WAV ../../gst/wavenc/.libs/libgstwavenc.so libgstwavenc.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index a59beae4..af5e46bc 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -3,10 +3,10 @@ Parse a .wav file into raw audio ../../gst/wavparse/.libs/libgstwavparse.so libgstwavparse.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index 31a0236e..2757a081 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -3,10 +3,10 @@ X11 video input plugin using standard Xlib calls ../../sys/ximage/.libs/libgstximagesrc.so libgstximagesrc.so - 0.10.3.1 + 0.10.4 LGPL gst-plugins-good - GStreamer Good Plug-ins CVS/prerelease + GStreamer Good Plug-ins source release Unknown package origin diff --git a/win32/common/config.h b/win32/common/config.h index 9f9527fb..e0086e3e 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -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.3.2" +#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.4" /* 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.3.2" +#define PACKAGE_VERSION "0.10.4" /* Define the plugin directory */ #ifdef _DEBUG @@ -266,7 +266,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.3.2" +#define VERSION "0.10.4" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -- cgit