diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-04-24 00:18:30 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-04-24 00:18:30 +0000 |
commit | 10e4194d5da531826365d11d085e9715cc2e1764 (patch) | |
tree | eb7e8a12e56aa4e345b12773cde33e199f344b95 | |
parent | 5d68a26ffa04450f33d812e90934c2f2a3c4f331 (diff) |
Release 0.10.7RELEASE-0_10_7
Original commit message from CVS:
Release 0.10.7
70 files changed, 657 insertions, 343 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.7 === + +2008-04-24 Jan Schmidt <jan.schmidt@sun.com> + + * configure.ac: + releasing 0.10.7, "House of Cards" + 2008-04-22 Stefan Kost <ensonic@users.sf.net> * ext/faad/gstfaad.c: @@ -335,7 +342,7 @@ 2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk> - Patch by: kapil <kapil at fluendo dot com> + Patch by: Kapil Agrawal <kapil at fluendo dot com> * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps), (gst_gsmdec_chain): @@ -1,4 +1,66 @@ -This is GStreamer Bad Plug-ins 0.10.6, "A Big Deep Breath" +This is GStreamer Bad Plug-ins 0.10.7, "House of Cards" + +Changes since 0.10.6: + + * OSS v4 support + * libdc1394 2.0.0 support + * AAC support fixes + * RTP support improved + * New OFA element + * SRT subtitle encoder added + * Windows Inet support for http/ftp + * Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS + * Fixes in Bayer decoder, replaygain analysis, GSM decoder + * DVB/MPEG-TS support improved + * NSF decoder updated + * 'metadata' plugin enhancements + * Dirac encoder ported to libschroedinger + * mplex element ported to 0.10 + * VCD/CDXA parser ported to 0.10 + * Directshow wrapper improvements + * 'selector' plugin enhancements + * souphttpsrc moved to the -good module + * Various other fixes and enhancements + +Bugs fixed since 0.10.6: + + * 498237 : nsfdec crash with SK8ORDIE. + * 529378 : faad leaks GstAudioChannelPosition + * 351309 : New Element: gst-puid + * 469979 : [faad] Could not map channel positions - setting caps on ... + * 494499 : replaygain analysis slowdown on low volume (denormals) + * 514948 : [souphttpsrc] configurable buffer size setting and zero-copy + * 514964 : [dc1394] port to new stable 2.0.x API + * 517937 : various C89 fixes + * 518227 : test/icles/metadata_editor.c does not compile on Windows + * 518722 : [souphttpsrc] append cookie headers to HTTP request + * 519905 : [mvedemux] fix audio discontinuity + * 520329 : [PATCH] mjpegtools: mplex ported to 0.10 and mpeg2enc upd... + * 520626 : Implement collision and loop detection in rtpmanager + * 520892 : [dshowvideosrc] latency and shutdown improvements + * 520894 : rtpmanager rtcp thread shutdown deadlock + * 520897 : new element: wininetsrc + * 521749 : [souphttpsrc] unit test fails on mandriva cooker + * 522134 : [souphttpsrc] Playback should continue seamlessly on serv... + * 522212 : wrong origin + * 522884 : gstneonhttpsrc does not handle the HTTP status 303 correc... + * 523854 : [souphttpsrc] Glitches and crackling when playing things ... + * 524035 : [neonhttpsrc] fails to compile with libneon 0.28.x + * 525271 : [new plugin] srtenc + * 526337 : souphttpsrc ignores connections error + * 527622 : [flvdemux] crash in FLV demuxer + * 528000 : [timidity] Doesn't dist all files correctly + * 528011 : [dc1394] Shouldn't be included in the states test + * 528245 : rtpbin element leaks + * 528266 : [ofa] Unit test fails because of different fingerprints + * 528614 : timeout introduced in poll loop for fd in dvbsrc causes b... + * 529283 : [ofa] Unit test leaks tag string + * 529285 : [rganalysis] Unit test leaks a GstTagList + * 517854 : DirectFB check fails + * 517895 : nas plugin no longer builds (configure.ac error) + * 517896 : PATCH: fix building of mpeg2enc plugin with even newer mj... + * 525100 : does not build with --disable-external + * 481354 : [wavparse] does not play 700Hz GSM 6.10 wav file Changes since 0.10.5: @@ -1,16 +1,14 @@ -Release notes for GStreamer Bad Plug-ins 0.10.6 "A Big Deep Breath" +Release notes for GStreamer Bad Plug-ins 0.10.7 "House of Cards" The GStreamer team is proud to announce a new release -in the 0.10.x stable series of the -GStreamer Bad Plug-ins. +in the 0.10.x stable series of the GStreamer Bad Plug-ins. The 0.10.x series is a stable series targeted at end users. -It is not API or ABI compatible with the stable 0.8.x series. -It is, however, parallel installable with the 0.8.x series. +It is, parallel installable with the older 0.8.x series. @@ -60,128 +58,65 @@ contains a set of well-supported plug-ins, but might pose problems for Features of this release - * DVB support added - * dc1394 support - * RTP-manager improvements - * Support for native QT codecs on OS/X and DirectShow codecs on Windows, courtesy of Songbird and Fluendo - * New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu - * More new elements: mpeg4videoparse, metadatademux/mux, souphttpsrc, speexresample, qtwrapper - * Even more new elements: rawaudioparse, fbdevsink - * Renamed elements/plugins: switch (now selector), pitch (now soundtouch) - * Elements graduated to good: multifilesrc/sink, spectrum, equalizer, bpwsinc, lpwsinc - * Elements graduated to ugly: xingmux (now part of mpegaudioparse) - * OpenGL support moved to new module: gst-plugins-gl - * appsrc/appsink improvements - * Fixes in neonhttpsrc - * Fixes in amrwbparse - * Deinterlacer improvements - * Fixes in dtsdec - * Fixes in the Real codec wrappers + * OSS v4 support + * libdc1394 2.0.0 support + * AAC support fixes + * RTP support improved + * New OFA element + * SRT subtitle encoder added + * Windows Inet support for http/ftp + * Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS + * Fixes in Bayer decoder, replaygain analysis, GSM decoder + * DVB/MPEG-TS support improved + * NSF decoder updated + * 'metadata' plugin enhancements + * Dirac encoder ported to libschroedinger + * mplex element ported to 0.10 + * VCD/CDXA parser ported to 0.10 + * Directshow wrapper improvements + * 'selector' plugin enhancements + * souphttpsrc moved to the -good module + * Various other fixes and enhancements Bugs fixed in this release - * 321240 : [PLUGIN-MOVE] dfbvideosink should be moved from -bad to -... - * 508029 : [speexresample] pops/glitches in some cases - * 508294 : [realaudiodec] crash in set_caps dereferencing NULL funcs... - * 387251 : New Plugin! : dc1394 Adds Support for firewire (1394) IID... - * 393461 : [Real] Location of .so varies on each distribution - * 395424 : neonhttpsrc lacks support for proxy servers - * 397759 : Xingmux may not write a proper Xing/VBR header - * 403992 : [new plugin] timidity based midi decoder - * 409974 : Code for improved GStreamer resampler (based on speex res... - * 426657 : Add support for SDP multicast description files - * 433373 : [win32] autogenerated win32/common/config.h needed - * 444499 : build of fresh CVS is failing in ext/sdl - * 450175 : gcc-2.9x build fixes - * 450605 : Missing files in po/POTFILES.in - * 452009 : ./configure breaks when cross-compiling FAAD2 - * 452258 : [mpeg2enc] make work with mjpegtools 1.9 - * 453636 : dvbsrc needs more flexible adapter selection - * 454078 : [ivorbis] header files missing in release tarball - * 454313 : missing xml files to build docs/plugins - * 456901 : PATCH: add several missing supported mime-types to the mo... - * 456912 : PATCH: make wildmidi plugin check for /etc/timidity.cfg - * 461068 : Seeking not properly implemented by the pitch plugin - * 461373 : HP-UX 11.11 build with native compiler - * 461377 : [festival] port to GStreamer-0.10 - * 461601 : Some files missing from POTFILES.in - * 462737 : compilation breaks with g++-4.2 and gcc-4.2 - * 464678 : Add connection-speed property to mmssrc element - * 468039 : [mythtvsrc] missing examples for live tv in gst-inspect - * 471554 : real media videos do not work - * 473562 : [rtpmanager] cvs build problem due to compiler warning - * 474969 : [neonhttpsrc] fails to play radio streams with neon > =0.26 - * 476128 : Printf format fixes - * 476148 : Add mpeg4 video parser - * 476159 : memleak patch to rtpmanager - * 476370 : [faad] shouldn't set channel-positions for mono and stereo - * 477306 : amrwbenc has not property to select band mode - * 478566 : Add notification of active SSRCs to the RTP manager - * 481200 : gstneonhttpsrc discards GET parameters from URL - * 481276 : [mpegtsparse] " not linked (-1) " error - * 481279 : [mpegtsparse] partial corruption of the output stream - * 483400 : mpegtsparse: PAT with version 0 incorrectly skipped by pa... - * 484990 : memleak - missing g_free() rtpmanager/gstrtpbin.c - * 485462 : alsaspdifsink uses wrong sample rate - * 487496 : [dvdspu] fails to link on Mac OS - * 487892 : [mpegtsparse] getting pat-info property before PAT is ava... - * 487901 : [mpegtsparse] stale PAT info when switching from PLAYING ... - * 490060 : [faac] a few minor issues: bitrate, enum nick for low com... - * 490682 : [interleave] can't create more than one request sink pad - * 492406 : Crasher in libgstdshow on Windows/MSVC - * 492798 : [rtpmanager] build issues on Windows/MSVC - * 496221 : Streaming FLV's over HTTP doesn't work, for totem and the... - * 498430 : incomplete CVS commit - * 498667 : gstreamer segfaults in faac - * 498755 : FLV files incorrectly report framerate of 1000fps - * 499008 : mpeg2enc ignores the incoming stream aspect property - * 500099 : Fixes and improvements to souphttpsrc - * 500142 : switch element in switch plugin should be renamed - * 501579 : rtpmanager should emit a signal when it can associate a s... - * 502335 : [souphttpsrc] some enhancements - * 502879 : videoparse segmentation fault - * 503308 : Changing tempo using pitch plugin doesn't update length info - * 507020 : [rtpjitterbuffer] unreffing peeked buffer and not popping... - * 507584 : gio: gstgiobasesrc.c does not compile with CVS version of... - * 507940 : rtpsession:rtp_send_src shouldnt not have fixed caps - * 508515 : [rtpbin] allow request_new_pad with name NULL - * 508587 : Improvement to rtpsession - * 508979 : Enhancement for xingmux - * 510708 : [souphttpsrc] support for libsoup-2.4 - * 511001 : enhanced deinterlace plugin - * 511146 : rtpjitterbuffer should not return an error on no-caps - * 511530 : DTS library API change? - * 511683 : gstrtpbin fails to associate streams together for lipsync - * 511686 : make gstrtpjitterbuffer respect different clock rates for... - * 511920 : rtpsource queue full tries to treat GstBuffer as GstObject - * 512654 : [h264parse] does not build in cvs head (unused variable i... - * 512774 : [rtpjitterbuffer] does not accept clock rate from caps - * 512826 : switch / selector event leak - * 514093 : bug in configure.ac prevents glimagesink plugin from bein... - * 515564 : souphttpsrc unit test fails to build - * 515567 : [states] States unit test should exclude the dvb plugin - * 515588 : Warning building tremor plugin - * 515720 : [xvid] Memory leak caused by not unsetting GValue - * 515721 : [rfb] rfbsrc leaking the rfb decoder - * 515722 : [fbdev] Leaking the device property string - * 515815 : [mpegvideoparse] fix a few new memory leaks - * 515860 : plugins should not install headers - fix metadata - * 515919 : Fix a bunch of finalize leaks - * 515964 : [docs] Still contains docs for the GIO plugin although it... - * 515970 : [dshowdecwrapper] Doesn't chain up dispose function properly - * 516061 : [h264parse] fix a few new memory leaks - * 516094 : Remove glimagesink from -bad - * 516114 : dvbbasebin leaks the location string when the uri handler... - * 516160 : gstrtpbin did not ignore streams with no SR when doing as... - * 516436 : [dvdsub] segfault on display of 1st subpicture in 2nd cha... - * 516448 : criticals due to missing debug category init in mpegtsparse - * 516499 : critical caused by assuming optional property " descriptor... - * 517391 : [tta] Doesn't link with libm - * 517571 : small memory leak in gstrtpbin - * 517684 : [mythtvsrc] Small bug fixes - * 478159 : Could not decode realvideo buffer - * 497020 : Add fully async HTTP source based on libsoup. - * 501562 : [switch] bogus locking order + * 498237 : nsfdec crash with SK8ORDIE. + * 529378 : faad leaks GstAudioChannelPosition + * 351309 : New Element: gst-puid + * 469979 : [faad] Could not map channel positions - setting caps on ... + * 494499 : replaygain analysis slowdown on low volume (denormals) + * 514948 : [souphttpsrc] configurable buffer size setting and zero-copy + * 514964 : [dc1394] port to new stable 2.0.x API + * 517937 : various C89 fixes + * 518227 : test/icles/metadata_editor.c does not compile on Windows + * 518722 : [souphttpsrc] append cookie headers to HTTP request + * 519905 : [mvedemux] fix audio discontinuity + * 520329 : [PATCH] mjpegtools: mplex ported to 0.10 and mpeg2enc upd... + * 520626 : Implement collision and loop detection in rtpmanager + * 520892 : [dshowvideosrc] latency and shutdown improvements + * 520894 : rtpmanager rtcp thread shutdown deadlock + * 520897 : new element: wininetsrc + * 521749 : [souphttpsrc] unit test fails on mandriva cooker + * 522134 : [souphttpsrc] Playback should continue seamlessly on serv... + * 522212 : wrong origin + * 522884 : gstneonhttpsrc does not handle the HTTP status 303 correc... + * 523854 : [souphttpsrc] Glitches and crackling when playing things ... + * 524035 : [neonhttpsrc] fails to compile with libneon 0.28.x + * 525271 : [new plugin] srtenc + * 526337 : souphttpsrc ignores connections error + * 527622 : [flvdemux] crash in FLV demuxer + * 528000 : [timidity] Doesn't dist all files correctly + * 528011 : [dc1394] Shouldn't be included in the states test + * 528245 : rtpbin element leaks + * 528266 : [ofa] Unit test fails because of different fingerprints + * 528614 : timeout introduced in poll loop for fd in dvbsrc causes b... + * 529283 : [ofa] Unit test leaks tag string + * 529285 : [rganalysis] Unit test leaks a GstTagList + * 517854 : DirectFB check fails + * 517895 : nas plugin no longer builds (configure.ac error) + * 517896 : PATCH: fix building of mpeg2enc plugin with even newer mj... + * 525100 : does not build with --disable-external + * 481354 : [wavparse] does not play 700Hz GSM 6.10 wav file Download @@ -211,54 +146,33 @@ Applications Contributors to this release - * Alessandro Decina - * Alexander Shopov - * Andrzej Mendel + * Andreas Henriksson * Andy Wingo - * Armando Taffarel Neto - * Bastien Nocera - * Christian Schaller - * Daniel Charles + * Damien Lespiau + * Daniel Fischer * David Schleef + * Ed Catmur * Edgard Lima * Edward Hervey - * Gabriel Bouvigne - * Gautier Portet - * Hans de Goede - * Ian Munro - * Ilkka Tuohela - * Jakub Bogusz + * Emilio Pozuelo Monfort + * Eric Buehl * Jan Schmidt + * Jan de Groot * Jens Granseuer - * Johan Dahlin - * Jonathan Matthew - * Jorge González González - * Josep Torra Valles * Julien Moutte - * Laurent Glayal - * Michael Kötter - * Michael Smith + * Kapil Agrawal + * Mark Nauwelaerts * Ole AndrĂ© Vadla RavnĂĄs * Olivier Crete * Peter Kjellerstedt - * Raphael Higino - * Renato Filho - * RenĂ© Stadler - * Richard Hult - * Sean D'Epagnier + * Rene Stadler * Sebastian Dröge - * Sebastien Moutte + * Sjoerd Simons * Stefan Kost * Thijs Vermeir - * Thomas Green - * Thomas Vander Stichele * Tim-Philipp MĂĽller - * Wai-Ming Ho - * Wenzheng Hu + * William M. Brack * Wim Taymans * Wouter Cloetens - * Wouter Paesen - * Youness Alaoui * Zaheer Abbas Merali - * mutex at runbox dot com Â
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 6f57c9cca..5dc4fd94e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 Bad Plug-ins, 0.10.6.4, +AC_INIT(GStreamer Bad Plug-ins, 0.10.7, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-bad) diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index c90394c8f..8355c97d6 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -564,7 +564,7 @@ <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>automatic-redirect</NICK> -<BLURB>Automatically follow HTTP redirects (HTTP Status Code 302).</BLURB> +<BLURB>Automatically follow HTTP redirects (HTTP Status Code 302/303).</BLURB> <DEFAULT>TRUE</DEFAULT> </ARG> @@ -665,7 +665,7 @@ <FLAGS>rw</FLAGS> <NICK>Aspect</NICK> <BLURB>Display aspect ratio.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>Deduce from input</DEFAULT> </ARG> <ARG> @@ -765,7 +765,7 @@ <FLAGS>rw</FLAGS> <NICK>Format</NICK> <BLURB>Encoding profile format.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>Generic MPEG-1</DEFAULT> </ARG> <ARG> @@ -775,7 +775,7 @@ <FLAGS>rw</FLAGS> <NICK>Framerate</NICK> <BLURB>Output framerate.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>Same as input</DEFAULT> </ARG> <ARG> @@ -785,7 +785,7 @@ <FLAGS>rw</FLAGS> <NICK>Interlace mode</NICK> <BLURB>MPEG-2 motion estimation and encoding modes.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>Progressive</DEFAULT> </ARG> <ARG> @@ -855,7 +855,7 @@ <FLAGS>rw</FLAGS> <NICK>Norm</NICK> <BLURB>Tag output for specific video norm.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>Unspecified</DEFAULT> </ARG> <ARG> @@ -865,7 +865,7 @@ <FLAGS>rw</FLAGS> <NICK>Playback field order</NICK> <BLURB>Force specific playback field order.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>Unspecified</DEFAULT> </ARG> <ARG> @@ -885,7 +885,7 @@ <FLAGS>rw</FLAGS> <NICK>Quant. matrix</NICK> <BLURB>Quantisation matrix to use for encoding.</BLURB> -<DEFAULT>0</DEFAULT> +<DEFAULT>Default</DEFAULT> </ARG> <ARG> @@ -901,10 +901,10 @@ <ARG> <NAME>GstMpeg2enc::quantisation</NAME> <TYPE>gint</TYPE> -<RANGE>[0,31]</RANGE> +<RANGE>[-1,31]</RANGE> <FLAGS>rw</FLAGS> <NICK>Quantisation</NICK> -<BLURB>Quantisation factor (0=default, 1=best, 31=worst).</BLURB> +<BLURB>Quantisation factor (-1=cbr, 0=default, 1=best, 31=worst).</BLURB> <DEFAULT>0</DEFAULT> </ARG> @@ -1075,7 +1075,7 @@ <FLAGS>rw</FLAGS> <NICK>Output format</NICK> <BLURB>Format of output frames.</BLURB> -<DEFAULT>OUTPUTFORMAT_RAW</DEFAULT> +<DEFAULT>OUTPUTFORMAT_ADTS</DEFAULT> </ARG> <ARG> @@ -1095,7 +1095,7 @@ <FLAGS>rw</FLAGS> <NICK>Block type</NICK> <BLURB>Block type encorcing.</BLURB> -<DEFAULT>SHORTCTL_NORMAL</DEFAULT> +<DEFAULT>SHORTCTL_NOSHORT</DEFAULT> </ARG> <ARG> @@ -1534,7 +1534,7 @@ <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>code-rate-hp</NICK> -<BLURB>High Priority Code Rate (DVB-T and DVB-S).</BLURB> +<BLURB>High Priority Code Rate (DVB-T, DVB-S and DVB-C).</BLURB> <DEFAULT>AUTO</DEFAULT> </ARG> @@ -1604,7 +1604,7 @@ <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>inversion</NICK> -<BLURB>Inversion Information (DVB-T).</BLURB> +<BLURB>Inversion Information (DVB-T and DVB-C).</BLURB> <DEFAULT>ON</DEFAULT> </ARG> @@ -1614,7 +1614,7 @@ <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>modulation</NICK> -<BLURB>Modulation (DVB-T).</BLURB> +<BLURB>Modulation (DVB-T and DVB-C).</BLURB> <DEFAULT>QAM 16</DEFAULT> </ARG> @@ -18244,7 +18244,7 @@ <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>code-rate-hp</NICK> -<BLURB>High Priority Code Rate (DVB-T and DVB-S).</BLURB> +<BLURB>High Priority Code Rate (DVB-T, DVB-S and DVB-C).</BLURB> <DEFAULT>AUTO</DEFAULT> </ARG> @@ -18314,7 +18314,7 @@ <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>inversion</NICK> -<BLURB>Inversion Information (DVB-T).</BLURB> +<BLURB>Inversion Information (DVB-T and DVB-C).</BLURB> <DEFAULT>ON</DEFAULT> </ARG> @@ -18324,7 +18324,7 @@ <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>modulation</NICK> -<BLURB>Modulation (DVB-T).</BLURB> +<BLURB>Modulation (DVB-T and DVB-C).</BLURB> <DEFAULT>QAM 16</DEFAULT> </ARG> @@ -18730,7 +18730,7 @@ <ARG> <NAME>GstMythtvSrc::location</NAME> -<TYPE>gchararray</TYPE> +<TYPE>gchar*</TYPE> <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>Location</NICK> @@ -18745,7 +18745,7 @@ <ARG> <NAME>GstMythtvSrc::mythtv-channel</NAME> -<TYPE>gchararray</TYPE> +<TYPE>gchar*</TYPE> <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>mythtv-channel</NICK> @@ -18775,7 +18775,7 @@ <ARG> <NAME>GstMythtvSrc::mythtv-live-chainid</NAME> -<TYPE>gchararray</TYPE> +<TYPE>gchar*</TYPE> <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>mythtv-live-chainid</NICK> @@ -18805,22 +18805,42 @@ <ARG> <NAME>GstInputSelector::active-pad</NAME> -<TYPE>gchar*</TYPE> +<TYPE>GstPad*</TYPE> <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>Active pad</NICK> -<BLURB>Name of the currently active sink pad.</BLURB> -<DEFAULT>NULL</DEFAULT> +<BLURB>The currently active sink pad.</BLURB> +<DEFAULT></DEFAULT> +</ARG> + +<ARG> +<NAME>GstInputSelector::n-pads</NAME> +<TYPE>guint</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Number of Pads</NICK> +<BLURB>The number of sink pads.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstInputSelector::select-all</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Select all mode</NICK> +<BLURB>Forwards data from all input pads.</BLURB> +<DEFAULT>FALSE</DEFAULT> </ARG> <ARG> <NAME>GstOutputSelector::active-pad</NAME> -<TYPE>gchar*</TYPE> +<TYPE>GstPad*</TYPE> <RANGE></RANGE> <FLAGS>rw</FLAGS> <NICK>Active pad</NICK> <BLURB>Name of the currently active src pad.</BLURB> -<DEFAULT>NULL</DEFAULT> +<DEFAULT></DEFAULT> </ARG> <ARG> @@ -18863,3 +18883,263 @@ <DEFAULT>0</DEFAULT> </ARG> +<ARG> +<NAME>GstSrtEnc::duration</NAME> +<TYPE>gint64</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Offset for the duration</NICK> +<BLURB>Offset for the duration of the subtitles.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstSrtEnc::timestamp</NAME> +<TYPE>gint64</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Offset for the starttime</NICK> +<BLURB>Offset for the starttime for the subtitles.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstOss4Sink::device</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Device</NICK> +<BLURB>OSS4 device (e.g. /dev/oss/hdaudio0/pcm0 or /dev/dspN) (NULL = use first available playback device).</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstOss4Sink::device-name</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Device name</NICK> +<BLURB>Human-readable name of the sound device.</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstOss4Source::device</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Device</NICK> +<BLURB>OSS4 device (e.g. /dev/oss/hdaudio0/pcm0 or /dev/dspN) (NULL = use first available device).</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstOss4Source::device-name</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Device name</NICK> +<BLURB>Human-readable name of the sound device.</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstOss4Mixer::device</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Device</NICK> +<BLURB>OSS mixer device (e.g. /dev/oss/hdaudio0/mix0 or /dev/mixerN) (NULL = use first mixer device found).</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstOss4Mixer::device-name</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Device name</NICK> +<BLURB>Human-readable name of the sound device.</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::cpd</NAME> +<TYPE>gint</TYPE> +<RANGE>[1,100]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>cpd</NICK> +<BLURB>cpd.</BLURB> +<DEFAULT>60</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::denoise</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>denoise</NICK> +<BLURB>denoise.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::iwlt-filter</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,7]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>iwlt_filter</NICK> +<BLURB>iwlt_filter.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::l1-sep</NAME> +<TYPE>gint</TYPE> +<RANGE>[1,1000]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>l1_sep</NICK> +<BLURB>l1_sep.</BLURB> +<DEFAULT>24</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::lossless</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>lossless</NICK> +<BLURB>lossless.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::multi-quants</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>multi_quants</NICK> +<BLURB>multi_quants.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::mv-prec</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,3]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>mv_prec</NICK> +<BLURB>mv_prec.</BLURB> +<DEFAULT>1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::no-spartition</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>no_spartition</NICK> +<BLURB>no_spartition.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::num-l1</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,1000]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>num_l1</NICK> +<BLURB>num_l1.</BLURB> +<DEFAULT>1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::qf</NAME> +<TYPE>gdouble</TYPE> +<RANGE>[0,10]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>qf</NICK> +<BLURB>qf.</BLURB> +<DEFAULT>7</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::rwlt-filter</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,7]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>rwlt_filter</NICK> +<BLURB>rwlt_filter.</BLURB> +<DEFAULT>1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::targetrate</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,10000]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>targetrate</NICK> +<BLURB>targetrate.</BLURB> +<DEFAULT>1000</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::use-vlc</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>use_vlc</NICK> +<BLURB>use_vlc.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::wlt-depth</NAME> +<TYPE>gint</TYPE> +<RANGE>[1,4]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>wlt_depth</NICK> +<BLURB>wlt_depth.</BLURB> +<DEFAULT>3</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::xblen</NAME> +<TYPE>gint</TYPE> +<RANGE>[4,64]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>xblen</NICK> +<BLURB>xblen.</BLURB> +<DEFAULT>8</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::xbsep</NAME> +<TYPE>gint</TYPE> +<RANGE>[4,64]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>xbsep</NICK> +<BLURB>xbsep.</BLURB> +<DEFAULT>12</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::yblen</NAME> +<TYPE>gint</TYPE> +<RANGE>[4,64]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>yblen</NICK> +<BLURB>yblen.</BLURB> +<DEFAULT>8</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDiracEnc::ybsep</NAME> +<TYPE>gint</TYPE> +<RANGE>[4,64]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>ybsep</NICK> +<BLURB>ybsep.</BLURB> +<DEFAULT>12</DEFAULT> +</ARG> + diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 693d40392..8ced803c6 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -15,118 +15,132 @@ GObject GstRtpBin GstRtpClient GstSDPDemux - GstBz2enc - GstBz2dec - GstBaseSrc - GstPushSrc - GstNeonhttpSrc - GstMMS - GstVCDSrc - GstDvbSrc - GstAppSrc - GstRfbSrc - GstSFSrc - GstCDAudio GstBaseSink - GstVideoSink - GstDfbVideoSink - GstSDLVideoSink GstBaseAudioSink + GstJackAudioSink GstAudioSink GstSDLAudioSink - GstJackAudioSink + GstOss4Sink + GstVideoSink + GstSDLVideoSink + GstDfbVideoSink GstSFSink AlsaSPDIFSink GstFBDEVSink GstAppSink - GstFaad - GstSpcDec + GstGSMEnc + GstGSMDec GstSignalProcessor - ladspa-noise-white - ladspa-delay-5s - ladspa-amp-mono - ladspa-amp-stereo ladspa-sine-faaa ladspa-sine-faac ladspa-sine-fcaa ladspa-sine-fcac + ladspa-amp-mono + ladspa-amp-stereo + ladspa-delay-5s ladspa-lpf ladspa-hpf + ladspa-noise-white + GstBaseSrc + GstPushSrc + GstMMS + GstNeonhttpSrc + GstMythtvSrc + GstVCDSrc + GstDvbSrc + GstBaseAudioSrc + GstAudioSrc + GstOss4Source + GstRfbSrc + GstAppSrc + GstSFSrc + GstWildmidi + GstBz2enc + GstBz2dec + GstSpcDec GstXvidEnc GstXvidDec + GstBaseMetadata + GstMetadataDemux + GstMetadataMux GstPitch GstBaseTransform GstAudioFilter GstBPMDetect GstStereo - GstBayer2RGB GstRgAnalysis GstRgLimiter - GstSpeexResample - GstDeinterlace GstVideoFilter GstVideoAnalyse GstVideoDetect GstVideoMark + GstBayer2RGB + GstDeinterlace GstIIR - GstMusepackDec - Ivorbisfile - GstIVorbisDec + GstSpeexResample + GstDiracEnc + GstFaad GstMpeg2enc - GstGSMEnc - GstGSMDec GstFaac - GstDtsDec GstTRM + GstCDAudio GstX264Enc - GstBaseMetadata - GstMetadataDemux - GstMetadataMux + GstDtsDec + GstMusepackDec + GstOss4Mixer + GstFLVDemux + MpegTSParse + GstH264Parse + GstY4mEncode GstFestival + GstNsfDec + GstSpeed + GstDVDSpu + GstCDXAParse + GstVcdParse + GstSrtEnc + GstTtaParse + GstTtaDec + GstMpeg4VParse + GstFreeze + GstInterleave + GstDeinterleave + GstRtpJitterBuffer + GstRtpPtDemux + GstRtpSession + GstRtpSsrcDemux + MpegVideoParse GstModPlug GstMveDemux GstMveMux - GstMpeg4VParse - GstCDXAParse - GstNsfDec - MpegTSParse - GstRealVideoDec - GstRealAudioDec + GstVMncDec GstRawParse GstVideoParse GstAudioParse - GstRtpJitterBuffer - GstRtpPtDemux - GstRtpSession - GstRtpSsrcDemux + GstNuvDemux GstInputSelector GstOutputSelector - GstVMncDec - MpegVideoParse - GstH264Parse - GstY4mEncode - GstSpeed - GstInterleave - GstDeinterleave - GstFreeze - GstDVDSpu - GstTtaParse - GstTtaDec - GstNuvDemux - GstFLVDemux + GstRealVideoDec + GstRealAudioDec GstPlugin GstRegistry GstClock GstSystemClock GstAudioClock GstRingBuffer + GstJackAudioSinkRingBuffer GstSignalObject GstColorBalanceChannel + GstMixerTrack + GstMixerOptions GInterface + GTypePlugin GstChildProxy GstURIHandler GstImplementsInterface - GstNavigation - GstColorBalance GstXOverlay + GstNavigation GstTagSetter + GstColorBalance + GstPropertyProbe + GstMixer diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index d050d235b..3ef67a47f 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -5,10 +5,14 @@ GstRgVolume GstChildProxy GstRtpBin GstChildProxy GstRtpClient GstChildProxy GstSDPDemux GstChildProxy -GstNeonhttpSrc GstURIHandler +GstOss4Sink GstPropertyProbe +GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation +GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance GstMMS GstURIHandler +GstNeonhttpSrc GstURIHandler +GstMythtvSrc GstURIHandler GstVCDSrc GstURIHandler -GstCDAudio GstURIHandler -GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance -GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay +GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer GstMetadataMux GstTagSetter +GstCDAudio GstURIHandler +GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer diff --git a/docs/plugins/gst-plugins-bad-plugins.prerequisites b/docs/plugins/gst-plugins-bad-plugins.prerequisites index e585a8fa4..9b07a33b1 100644 --- a/docs/plugins/gst-plugins-bad-plugins.prerequisites +++ b/docs/plugins/gst-plugins-bad-plugins.prerequisites @@ -1,5 +1,6 @@ GstChildProxy GstObject GstImplementsInterface GstObject GstElement -GstColorBalance GstObject GstImplementsInterface GstElement GstXOverlay GstObject GstImplementsInterface GstElement GstTagSetter GstObject GstElement +GstColorBalance GstObject GstImplementsInterface GstElement +GstMixer GstObject GstImplementsInterface GstElement diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals index 465762395..b972f4b28 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -284,7 +284,7 @@ gint arg1 <SIGNAL> <NAME>GstInputSelector::block</NAME> <RETURNS>gint64</RETURNS> -<FLAGS>l</FLAGS> +<FLAGS>la</FLAGS> GstInputSelector *gstinputselector </SIGNAL> @@ -293,7 +293,7 @@ GstInputSelector *gstinputselector <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> GstInputSelector *gstinputselector -gchar *arg1 +GstPad *arg1 gint64 arg2 gint64 arg3 </SIGNAL> diff --git a/docs/plugins/inspect/plugin-alsaspdif.xml b/docs/plugins/inspect/plugin-alsaspdif.xml index b2ffde684..0b56d00c9 100644 --- a/docs/plugins/inspect/plugin-alsaspdif.xml +++ b/docs/plugins/inspect/plugin-alsaspdif.xml @@ -3,11 +3,11 @@ <description>Alsa plugin for S/PDIF output</description> <filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename> <basename>libgstalsaspdif.so</basename> - <version>0.10.6.1</version> - <license>unknown</license> + <version>0.10.7</version> + <license>LGPL</license> <source>gst-plugins-bad</source> - <package>gst-plugins-bad</package> - <origin>http://www.fluendo.com</origin> + <package>GStreamer Bad Plug-ins source release</package> + <origin>Unknown package origin</origin> <elements> <element> <name>alsaspdifsink</name> diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index 91b1f024d..c3bd98650 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -3,7 +3,7 @@ <description>Elements used to communicate with applications</description> <filename>../../gst/app/.libs/libgstapp.so</filename> <basename>libgstapp.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml index dad3d9e9b..5d9c1d9cb 100644 --- a/docs/plugins/inspect/plugin-bayer.xml +++ b/docs/plugins/inspect/plugin-bayer.xml @@ -3,7 +3,7 @@ <description>Elements to convert Bayer images</description> <filename>../../gst/bayer/.libs/libgstbayer.so</filename> <basename>libgstbayer.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -11,16 +11,16 @@ <elements> <element> <name>bayer2rgb</name> - <longname>RAW Camera sensor decoder</longname> - <class>Filter/Effect</class> - <description>FIXME example filter</description> - <author>FIXME <fixme@fixme.com></author> + <longname>Bayer to RGB decoder for cameras</longname> + <class>Filter/Converter/Video</class> + <description>Converts video/x-raw-bayer to video/x-raw-rgb</description> + <author>William Brack <wbrack@mmm.com.hk></author> <pads> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> <name>sink</name> diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml index d255cbe82..4e2f5cd24 100644 --- a/docs/plugins/inspect/plugin-bz2.xml +++ b/docs/plugins/inspect/plugin-bz2.xml @@ -3,7 +3,7 @@ <description>Compress or decompress streams</description> <filename>../../ext/bz2/.libs/libgstbz2.so</filename> <basename>libgstbz2.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cdaudio.xml b/docs/plugins/inspect/plugin-cdaudio.xml index 26b4e601c..945e4c1c4 100644 --- a/docs/plugins/inspect/plugin-cdaudio.xml +++ b/docs/plugins/inspect/plugin-cdaudio.xml @@ -3,7 +3,7 @@ <description>Play CD audio through the CD Drive</description> <filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename> <basename>libgstcdaudio.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cdxaparse.xml b/docs/plugins/inspect/plugin-cdxaparse.xml index 94add0976..b041b90d5 100644 --- a/docs/plugins/inspect/plugin-cdxaparse.xml +++ b/docs/plugins/inspect/plugin-cdxaparse.xml @@ -3,7 +3,7 @@ <description>Parse a .dat file (VCD) into raw mpeg1</description> <filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename> <basename>libgstcdxaparse.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -30,5 +30,26 @@ </caps> </pads> </element> + <element> + <name>vcdparse</name> + <longname>(S)VCD stream parser</longname> + <class>Codec/Parser</class> + <description>Strip (S)VCD stream from its sync headers</description> + <author>Tim-Philipp MĂĽller <tim centricular net>, Ronald Bultje <rbultje@ronald.bitfreak.net></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-vcd</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/mpeg, systemstream=(boolean)true</details> + </caps> + </pads> + </element> </elements> </plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-dfbvideosink.xml b/docs/plugins/inspect/plugin-dfbvideosink.xml index d70d3cc63..fc457e90a 100644 --- a/docs/plugins/inspect/plugin-dfbvideosink.xml +++ b/docs/plugins/inspect/plugin-dfbvideosink.xml @@ -3,7 +3,7 @@ <description>DirectFB video output plugin</description> <filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename> <basename>libgstdfbvideosink.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dtsdec.xml b/docs/plugins/inspect/plugin-dtsdec.xml index 1196fb8f5..bf9d903a2 100644 --- a/docs/plugins/inspect/plugin-dtsdec.xml +++ b/docs/plugins/inspect/plugin-dtsdec.xml @@ -3,7 +3,7 @@ <description>Decodes DTS audio streams</description> <filename>../../ext/dts/.libs/libgstdtsdec.so</filename> <basename>libgstdtsdec.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvb.xml b/docs/plugins/inspect/plugin-dvb.xml index e601e86fb..d8dfcb63a 100644 --- a/docs/plugins/inspect/plugin-dvb.xml +++ b/docs/plugins/inspect/plugin-dvb.xml @@ -3,7 +3,7 @@ <description>DVB elements</description> <filename>../../sys/dvb/.libs/libgstdvb.so</filename> <basename>libgstdvb.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml index 946e179c3..8bddc4aba 100644 --- a/docs/plugins/inspect/plugin-dvdspu.xml +++ b/docs/plugins/inspect/plugin-dvdspu.xml @@ -3,7 +3,7 @@ <description>DVD Sub-picture Overlay element</description> <filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename> <basename>libgstdvdspu.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml index 90255ac07..0e885ce10 100644 --- a/docs/plugins/inspect/plugin-faac.xml +++ b/docs/plugins/inspect/plugin-faac.xml @@ -3,7 +3,7 @@ <description>Free AAC Encoder (FAAC)</description> <filename>../../ext/faac/.libs/libgstfaac.so</filename> <basename>libgstfaac.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index 3449cfa4d..a371eb54d 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -3,7 +3,7 @@ <description>Free AAC Decoder (FAAD)</description> <filename>../../ext/faad/.libs/libgstfaad.so</filename> <basename>libgstfaad.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-fbdevsink.xml b/docs/plugins/inspect/plugin-fbdevsink.xml index d6b2c5fbc..562f6e123 100644 --- a/docs/plugins/inspect/plugin-fbdevsink.xml +++ b/docs/plugins/inspect/plugin-fbdevsink.xml @@ -3,7 +3,7 @@ <description>linux framebuffer video sink</description> <filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename> <basename>libgstfbdevsink.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-festival.xml b/docs/plugins/inspect/plugin-festival.xml index 4a6e444f2..16ba942fc 100644 --- a/docs/plugins/inspect/plugin-festival.xml +++ b/docs/plugins/inspect/plugin-festival.xml @@ -3,7 +3,7 @@ <description>Synthesizes plain text into audio</description> <filename>../../gst/festival/.libs/libgstfestival.so</filename> <basename>libgstfestival.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-filter.xml b/docs/plugins/inspect/plugin-filter.xml index 5a579f3b2..e97651dac 100644 --- a/docs/plugins/inspect/plugin-filter.xml +++ b/docs/plugins/inspect/plugin-filter.xml @@ -3,7 +3,7 @@ <description>IIR audio filter element</description> <filename>../../gst/filter/.libs/libgstfilter.so</filename> <basename>libgstfilter.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-flvdemux.xml b/docs/plugins/inspect/plugin-flvdemux.xml index b8228a1fb..500b7c7d5 100644 --- a/docs/plugins/inspect/plugin-flvdemux.xml +++ b/docs/plugins/inspect/plugin-flvdemux.xml @@ -3,7 +3,7 @@ <description>Element demuxing FLV stream</description> <filename>../../gst/flv/.libs/libgstflvdemux.so</filename> <basename>libgstflvdemux.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-freeze.xml b/docs/plugins/inspect/plugin-freeze.xml index 186a52a4b..245cce2e5 100644 --- a/docs/plugins/inspect/plugin-freeze.xml +++ b/docs/plugins/inspect/plugin-freeze.xml @@ -3,7 +3,7 @@ <description>Stream freezer</description> <filename>../../gst/freeze/.libs/libgstfreeze.so</filename> <basename>libgstfreeze.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index 66b1432a7..ea3477471 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,11 +3,11 @@ <description>GSM encoder/decoder</description> <filename>../../ext/gsm/.libs/libgstgsm.so</filename> <basename>libgstgsm.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>Gstreamer</package> - <origin>http://gstreamer.freedesktop.org</origin> + <package>GStreamer Bad Plug-ins source release</package> + <origin>Unknown package origin</origin> <elements> <element> <name>gsmdec</name> @@ -20,13 +20,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-gsm, rate=(int)8000, channels=(int)1; audio/ms-gsm, rate=(int)8000, channels=(int)1</details> + <details>audio/x-gsm, rate=(int)8000, channels=(int)1; audio/ms-gsm, rate=(int)[ 1, 2147483647 ], channels=(int)1</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)8000, channels=(int)1</details> + <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)1</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-gstinterlace.xml b/docs/plugins/inspect/plugin-gstinterlace.xml index a4d12667a..4a639b2bd 100644 --- a/docs/plugins/inspect/plugin-gstinterlace.xml +++ b/docs/plugins/inspect/plugin-gstinterlace.xml @@ -3,7 +3,7 @@ <description>Deinterlace video</description> <filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename> <basename>libgstdeinterlace.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -14,7 +14,7 @@ <longname>Deinterlace</longname> <class>Filter/Effect/Video</class> <description>Deinterlace video</description> - <author>Wim Taymans <wim@fluendo.com></author> + <author>Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml index 9abfa69a4..23a0a7640 100644 --- a/docs/plugins/inspect/plugin-gstrtpmanager.xml +++ b/docs/plugins/inspect/plugin-gstrtpmanager.xml @@ -3,7 +3,7 @@ <description>RTP session management plugin library</description> <filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename> <basename>libgstrtpmanager.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-h264parse.xml b/docs/plugins/inspect/plugin-h264parse.xml index 999915df8..4a5f48f6e 100644 --- a/docs/plugins/inspect/plugin-h264parse.xml +++ b/docs/plugins/inspect/plugin-h264parse.xml @@ -3,7 +3,7 @@ <description>Element parsing raw h264 streams</description> <filename>../../gst/h264parse/.libs/libgsth264parse.so</filename> <basename>libgsth264parse.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index 202cf47cf..33014bdf4 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -3,7 +3,7 @@ <description>Audio interleaver/deinterleaver</description> <filename>../../gst/interleave/.libs/libgstinterleave.so</filename> <basename>libgstinterleave.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index 101ea370d..e6bf10012 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -3,11 +3,11 @@ <description>Jack elements</description> <filename>../../ext/jack/.libs/libgstjack.so</filename> <basename>libgstjack.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>Gstreamer</package> - <origin>http://gstreamer.freedesktop.org</origin> + <package>GStreamer Bad Plug-ins source release</package> + <origin>Unknown package origin</origin> <elements> <element> <name>jackaudiosink</name> diff --git a/docs/plugins/inspect/plugin-ladspa.xml b/docs/plugins/inspect/plugin-ladspa.xml index 33e177581..163927bb4 100644 --- a/docs/plugins/inspect/plugin-ladspa.xml +++ b/docs/plugins/inspect/plugin-ladspa.xml @@ -3,7 +3,7 @@ <description>All LADSPA plugins</description> <filename>../../ext/ladspa/.libs/libgstladspa.so</filename> <basename>libgstladspa.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-metadata.xml b/docs/plugins/inspect/plugin-metadata.xml index 53e0e9a63..c9c3c5848 100644 --- a/docs/plugins/inspect/plugin-metadata.xml +++ b/docs/plugins/inspect/plugin-metadata.xml @@ -3,7 +3,7 @@ <description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description> <filename>../../ext/metadata/.libs/libgstmetadata.so</filename> <basename>libgstmetadata.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index a392bb1c7..3b1dab2f9 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -3,11 +3,11 @@ <description>Microsoft Multi Media Server streaming protocol support</description> <filename>../../ext/libmms/.libs/libgstmms.so</filename> <basename>libgstmms.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer</package> - <origin>http://gstreamer.net/</origin> + <package>GStreamer Bad Plug-ins source release</package> + <origin>Unknown package origin</origin> <elements> <element> <name>mmssrc</name> diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index c72bccf1e..7faf85344 100644 --- a/docs/plugins/inspect/plugin-modplug.xml +++ b/docs/plugins/inspect/plugin-modplug.xml @@ -3,7 +3,7 @@ <description>.MOD audio decoding</description> <filename>../../gst/modplug/.libs/libgstmodplug.so</filename> <basename>libgstmodplug.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index 6dd1bd083..18d821b99 100644 --- a/docs/plugins/inspect/plugin-mpeg2enc.xml +++ b/docs/plugins/inspect/plugin-mpeg2enc.xml @@ -3,7 +3,7 @@ <description>High-quality MPEG-1/2 video encoder</description> <filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename> <basename>libgstmpeg2enc.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpeg4videoparse.xml b/docs/plugins/inspect/plugin-mpeg4videoparse.xml index c4fa9e15d..5417e2a24 100644 --- a/docs/plugins/inspect/plugin-mpeg4videoparse.xml +++ b/docs/plugins/inspect/plugin-mpeg4videoparse.xml @@ -3,7 +3,7 @@ <description>MPEG-4 video parser</description> <filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename> <basename>libgstmpeg4videoparse.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpegtsparse.xml b/docs/plugins/inspect/plugin-mpegtsparse.xml index a944a93f7..922dcf9a7 100644 --- a/docs/plugins/inspect/plugin-mpegtsparse.xml +++ b/docs/plugins/inspect/plugin-mpegtsparse.xml @@ -3,7 +3,7 @@ <description>MPEG-2 transport stream parser</description> <filename>../../gst/mpegtsparse/.libs/libgstmpegtsparse.so</filename> <basename>libgstmpegtsparse.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpegvideoparse.xml b/docs/plugins/inspect/plugin-mpegvideoparse.xml index 503fcc7ce..b847dd528 100644 --- a/docs/plugins/inspect/plugin-mpegvideoparse.xml +++ b/docs/plugins/inspect/plugin-mpegvideoparse.xml @@ -3,7 +3,7 @@ <description>MPEG-1 and MPEG-2 video parser</description> <filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename> <basename>libgstmpegvideoparse.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-musepack.xml b/docs/plugins/inspect/plugin-musepack.xml index 10c02678e..3602f9032 100644 --- a/docs/plugins/inspect/plugin-musepack.xml +++ b/docs/plugins/inspect/plugin-musepack.xml @@ -3,7 +3,7 @@ <description>Musepack decoder</description> <filename>../../ext/musepack/.libs/libgstmusepack.so</filename> <basename>libgstmusepack.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-musicbrainz.xml b/docs/plugins/inspect/plugin-musicbrainz.xml index 20aae76d8..354bfab95 100644 --- a/docs/plugins/inspect/plugin-musicbrainz.xml +++ b/docs/plugins/inspect/plugin-musicbrainz.xml @@ -3,7 +3,7 @@ <description>A TRM signature producer based on libmusicbrainz</description> <filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename> <basename>libgsttrm.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mve.xml b/docs/plugins/inspect/plugin-mve.xml index 886b5a941..6b4ba1a75 100644 --- a/docs/plugins/inspect/plugin-mve.xml +++ b/docs/plugins/inspect/plugin-mve.xml @@ -3,7 +3,7 @@ <description>Interplay MVE movie format manipulation</description> <filename>../../gst/mve/.libs/libgstmve.so</filename> <basename>libgstmve.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml index dbcbd9fc2..29d3c94b8 100644 --- a/docs/plugins/inspect/plugin-neon.xml +++ b/docs/plugins/inspect/plugin-neon.xml @@ -3,11 +3,11 @@ <description>lib neon http client src</description> <filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename> <basename>libgstneonhttpsrc.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer</package> - <origin>http://gstreamer.net/</origin> + <package>GStreamer Bad Plug-ins source release</package> + <origin>Unknown package origin</origin> <elements> <element> <name>neonhttpsrc</name> diff --git a/docs/plugins/inspect/plugin-nsfdec.xml b/docs/plugins/inspect/plugin-nsfdec.xml index edffa5507..0846d9c8d 100644 --- a/docs/plugins/inspect/plugin-nsfdec.xml +++ b/docs/plugins/inspect/plugin-nsfdec.xml @@ -3,7 +3,7 @@ <description>Uses nosefart to decode .nsf files</description> <filename>../../gst/nsf/.libs/libgstnsf.so</filename> <basename>libgstnsf.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-nuvdemux.xml b/docs/plugins/inspect/plugin-nuvdemux.xml index 7ec1a0e28..b6d5970df 100644 --- a/docs/plugins/inspect/plugin-nuvdemux.xml +++ b/docs/plugins/inspect/plugin-nuvdemux.xml @@ -3,11 +3,11 @@ <description>Demuxes and muxes audio and video</description> <filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename> <basename>libgstnuvdemux.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>NuvDemux</package> - <origin></origin> + <package>GStreamer Bad Plug-ins source release</package> + <origin>Unknown package origin</origin> <elements> <element> <name>nuvdemux</name> diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml index 8d72d4169..69d09af0d 100644 --- a/docs/plugins/inspect/plugin-rawparse.xml +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -3,7 +3,7 @@ <description>Parses byte streams into raw frames</description> <filename>../../gst/rawparse/.libs/libgstrawparse.so</filename> <basename>libgstrawparse.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-real.xml b/docs/plugins/inspect/plugin-real.xml index 7d7ec55e0..0dfdf5fbd 100644 --- a/docs/plugins/inspect/plugin-real.xml +++ b/docs/plugins/inspect/plugin-real.xml @@ -3,7 +3,7 @@ <description>Decode REAL streams</description> <filename>../../gst/real/.libs/libgstreal.so</filename> <basename>libgstreal.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index 93d3cdda0..8a3f97c35 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -3,7 +3,7 @@ <description>ReplayGain volume normalization</description> <filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename> <basename>libgstreplaygain.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml index 2e1fc3adb..ee912de02 100644 --- a/docs/plugins/inspect/plugin-rfbsrc.xml +++ b/docs/plugins/inspect/plugin-rfbsrc.xml @@ -3,7 +3,7 @@ <description>Connects to a VNC server and decodes RFB stream</description> <filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename> <basename>libgstrfbsrc.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml index 6e82cb0e6..b84769b1e 100644 --- a/docs/plugins/inspect/plugin-sdl.xml +++ b/docs/plugins/inspect/plugin-sdl.xml @@ -3,7 +3,7 @@ <description>SDL (Simple DirectMedia Layer) support for GStreamer</description> <filename>../../ext/sdl/.libs/libgstsdl.so</filename> <basename>libgstsdl.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdp.xml index 9e7a9e495..7544aaf45 100644 --- a/docs/plugins/inspect/plugin-sdp.xml +++ b/docs/plugins/inspect/plugin-sdp.xml @@ -3,7 +3,7 @@ <description>configure streaming sessions using SDP</description> <filename>../../gst/sdp/.libs/libgstsdpelem.so</filename> <basename>libgstsdpelem.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-selector.xml b/docs/plugins/inspect/plugin-selector.xml index 5c98ba503..75baa9d18 100644 --- a/docs/plugins/inspect/plugin-selector.xml +++ b/docs/plugins/inspect/plugin-selector.xml @@ -3,7 +3,7 @@ <description>input/output stream selector elements</description> <filename>../../gst/selector/.libs/libgstselector.so</filename> <basename>libgstselector.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-sndfile.xml b/docs/plugins/inspect/plugin-sndfile.xml index 2e82cc439..91acc905e 100644 --- a/docs/plugins/inspect/plugin-sndfile.xml +++ b/docs/plugins/inspect/plugin-sndfile.xml @@ -3,7 +3,7 @@ <description>use libsndfile to read and write audio from and to files</description> <filename>../../ext/sndfile/.libs/libgstsndfile.so</filename> <basename>libgstsndfile.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml index e8a2a442a..5b16a79c6 100644 --- a/docs/plugins/inspect/plugin-soundtouch.xml +++ b/docs/plugins/inspect/plugin-soundtouch.xml @@ -3,7 +3,7 @@ <description>Audio Pitch Controller & BPM Detection</description> <filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename> <basename>libgstsoundtouch.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-spcdec.xml b/docs/plugins/inspect/plugin-spcdec.xml index 41cc2b16a..de5fd1e35 100644 --- a/docs/plugins/inspect/plugin-spcdec.xml +++ b/docs/plugins/inspect/plugin-spcdec.xml @@ -3,7 +3,7 @@ <description>OpenSPC Audio Decoder</description> <filename>../../ext/spc/.libs/libgstspc.so</filename> <basename>libgstspc.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index f3504755d..bba4a16dd 100644 --- a/docs/plugins/inspect/plugin-speed.xml +++ b/docs/plugins/inspect/plugin-speed.xml @@ -3,7 +3,7 @@ <description>Set speed/pitch on audio/raw streams (resampler)</description> <filename>../../gst/speed/.libs/libgstspeed.so</filename> <basename>libgstspeed.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-speexresample.xml b/docs/plugins/inspect/plugin-speexresample.xml index 5e5d6f456..d87f0f896 100644 --- a/docs/plugins/inspect/plugin-speexresample.xml +++ b/docs/plugins/inspect/plugin-speexresample.xml @@ -3,7 +3,7 @@ <description>Resamples audio</description> <filename>../../gst/speexresample/.libs/libgstspeexresample.so</filename> <basename>libgstspeexresample.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-stereo.xml b/docs/plugins/inspect/plugin-stereo.xml index eaa2d1390..4766e9c32 100644 --- a/docs/plugins/inspect/plugin-stereo.xml +++ b/docs/plugins/inspect/plugin-stereo.xml @@ -3,7 +3,7 @@ <description>Muck with the stereo signal, enhance it's 'stereo-ness'</description> <filename>../../gst/stereo/.libs/libgststereo.so</filename> <basename>libgststereo.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-tta.xml b/docs/plugins/inspect/plugin-tta.xml index a767d0d2d..dc86dd3ff 100644 --- a/docs/plugins/inspect/plugin-tta.xml +++ b/docs/plugins/inspect/plugin-tta.xml @@ -3,11 +3,11 @@ <description>TTA lossless audio format handling</description> <filename>../../gst/tta/.libs/libgsttta.so</filename> <basename>libgsttta.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>gst-tta</package> - <origin>http://www.true-audio.com</origin> + <package>GStreamer Bad Plug-ins source release</package> + <origin>Unknown package origin</origin> <elements> <element> <name>ttadec</name> diff --git a/docs/plugins/inspect/plugin-vcdsrc.xml b/docs/plugins/inspect/plugin-vcdsrc.xml index a1ed7ca4b..265bda02f 100644 --- a/docs/plugins/inspect/plugin-vcdsrc.xml +++ b/docs/plugins/inspect/plugin-vcdsrc.xml @@ -3,7 +3,7 @@ <description>Asynchronous read from VCD disk</description> <filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename> <basename>libgstvcdsrc.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videosignal.xml b/docs/plugins/inspect/plugin-videosignal.xml index 07585e037..9a588d9d8 100644 --- a/docs/plugins/inspect/plugin-videosignal.xml +++ b/docs/plugins/inspect/plugin-videosignal.xml @@ -3,7 +3,7 @@ <description>Various video signal analysers</description> <filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename> <basename>libgstvideosignal.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-vmnc.xml b/docs/plugins/inspect/plugin-vmnc.xml index 39e374de8..1fae2f1af 100644 --- a/docs/plugins/inspect/plugin-vmnc.xml +++ b/docs/plugins/inspect/plugin-vmnc.xml @@ -3,7 +3,7 @@ <description>VMnc video plugin library</description> <filename>../../gst/vmnc/.libs/libgstvmnc.so</filename> <basename>libgstvmnc.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-wildmidi.xml b/docs/plugins/inspect/plugin-wildmidi.xml index f1e74438c..253f3d432 100644 --- a/docs/plugins/inspect/plugin-wildmidi.xml +++ b/docs/plugins/inspect/plugin-wildmidi.xml @@ -3,11 +3,11 @@ <description>Wildmidi Plugin</description> <filename>../../ext/timidity/.libs/libgstwildmidi.so</filename> <basename>libgstwildmidi.so</basename> - <version>0.10.5.1</version> + <version>0.10.7</version> <license>GPL</license> <source>gst-plugins-bad</source> - <package>GStreamer</package> - <origin>http://gstreamer.net/</origin> + <package>GStreamer Bad Plug-ins source release</package> + <origin>Unknown package origin</origin> <elements> <element> <name>wildmidi</name> @@ -17,17 +17,17 @@ <author>Wouter Paesen <wouter@blue-gate.be></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/midi</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>audio/x-raw-int, rate=(int)44100, channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/midi</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 867b6e048..89bdaea7b 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,7 +3,7 @@ <description>libx264-based H264 plugins</description> <filename>../../ext/x264/.libs/libgstx264.so</filename> <basename>libgstx264.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-xvid.xml b/docs/plugins/inspect/plugin-xvid.xml index af0fb19c2..9d7065002 100644 --- a/docs/plugins/inspect/plugin-xvid.xml +++ b/docs/plugins/inspect/plugin-xvid.xml @@ -3,7 +3,7 @@ <description>XviD plugin library</description> <filename>../../ext/xvid/.libs/libgstxvid.so</filename> <basename>libgstxvid.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index 5ea4b4f18..f6fc8c9a9 100644 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ b/docs/plugins/inspect/plugin-y4menc.xml @@ -3,7 +3,7 @@ <description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description> <filename>../../gst/y4m/.libs/libgsty4menc.so</filename> <basename>libgsty4menc.so</basename> - <version>0.10.6.1</version> + <version>0.10.7</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap index 2c858dedf..9db42d5a1 100644 --- a/gst-plugins-bad.doap +++ b/gst-plugins-bad.doap @@ -36,6 +36,17 @@ real live maintainer, or some actual wide use. <release> <Version> + <revision>0.10.7</revision> + <branch>0.10</branch> + <name>House of Cards</name> + <created>2008-04-24</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.7.tar.bz2" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.7.tar.gz" /> + </Version> + </release> + + <release> + <Version> <revision>0.10.6</revision> <branch>0.10</branch> <name>A Big Deep Breath</name> diff --git a/po/LINGUAS b/po/LINGUAS index 29a4d0018..616f8a6ab 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1 +1 @@ -af az bg cs da en_GB es fi hu it ky nb nl or pl pt_BR sk sq sr sv uk vi zh_CN +af az bg cs da de en_GB es fi hu it ky nb nl or pl pt_BR ru sk sq sr sv uk vi zh_CN diff --git a/win32/common/config.h b/win32/common/config.h index 861f7cb83..4452ca54a 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -202,7 +202,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.6" +#define VERSION "0.10.7" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |