From: Jan Schmidt Date: Thu, 24 Apr 2008 00:18:30 +0000 (+0000) Subject: Release 0.10.7 X-Git-Tag: 1.19.3~507^2~20298 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10e4194d5da531826365d11d085e9715cc2e1764;p=platform%2Fupstream%2Fgstreamer.git Release 0.10.7 Original commit message from CVS: Release 0.10.7 --- diff --git a/ChangeLog b/ChangeLog index 8b8948e..688b895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.7 === + +2008-04-24 Jan Schmidt + + * configure.ac: + releasing 0.10.7, "House of Cards" + 2008-04-22 Stefan Kost * ext/faad/gstfaad.c: @@ -335,7 +342,7 @@ 2008-03-31 Wim Taymans - Patch by: kapil + Patch by: Kapil Agrawal * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps), (gst_gsmdec_chain): diff --git a/NEWS b/NEWS index 6a3925b..312fe0d 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/RELEASE b/RELEASE index 9623c29..2e48321 100644 --- a/RELEASE +++ b/RELEASE @@ -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 6f57c9c..5dc4fd9 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 c90394c..8355c97 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -564,7 +564,7 @@ rw automatic-redirect -Automatically follow HTTP redirects (HTTP Status Code 302). +Automatically follow HTTP redirects (HTTP Status Code 302/303). TRUE @@ -665,7 +665,7 @@ rw Aspect Display aspect ratio. -0 +Deduce from input @@ -765,7 +765,7 @@ rw Format Encoding profile format. -0 +Generic MPEG-1 @@ -775,7 +775,7 @@ rw Framerate Output framerate. -0 +Same as input @@ -785,7 +785,7 @@ rw Interlace mode MPEG-2 motion estimation and encoding modes. -0 +Progressive @@ -855,7 +855,7 @@ rw Norm Tag output for specific video norm. -0 +Unspecified @@ -865,7 +865,7 @@ rw Playback field order Force specific playback field order. -0 +Unspecified @@ -885,7 +885,7 @@ rw Quant. matrix Quantisation matrix to use for encoding. -0 +Default @@ -901,10 +901,10 @@ GstMpeg2enc::quantisation gint -[0,31] +[-1,31] rw Quantisation -Quantisation factor (0=default, 1=best, 31=worst). +Quantisation factor (-1=cbr, 0=default, 1=best, 31=worst). 0 @@ -1075,7 +1075,7 @@ rw Output format Format of output frames. -OUTPUTFORMAT_RAW +OUTPUTFORMAT_ADTS @@ -1095,7 +1095,7 @@ rw Block type Block type encorcing. -SHORTCTL_NORMAL +SHORTCTL_NOSHORT @@ -1534,7 +1534,7 @@ rw code-rate-hp -High Priority Code Rate (DVB-T and DVB-S). +High Priority Code Rate (DVB-T, DVB-S and DVB-C). AUTO @@ -1604,7 +1604,7 @@ rw inversion -Inversion Information (DVB-T). +Inversion Information (DVB-T and DVB-C). ON @@ -1614,7 +1614,7 @@ rw modulation -Modulation (DVB-T). +Modulation (DVB-T and DVB-C). QAM 16 @@ -18244,7 +18244,7 @@ rw code-rate-hp -High Priority Code Rate (DVB-T and DVB-S). +High Priority Code Rate (DVB-T, DVB-S and DVB-C). AUTO @@ -18314,7 +18314,7 @@ rw inversion -Inversion Information (DVB-T). +Inversion Information (DVB-T and DVB-C). ON @@ -18324,7 +18324,7 @@ rw modulation -Modulation (DVB-T). +Modulation (DVB-T and DVB-C). QAM 16 @@ -18730,7 +18730,7 @@ GstMythtvSrc::location -gchararray +gchar* rw Location @@ -18745,7 +18745,7 @@ GstMythtvSrc::mythtv-channel -gchararray +gchar* rw mythtv-channel @@ -18775,7 +18775,7 @@ GstMythtvSrc::mythtv-live-chainid -gchararray +gchar* rw mythtv-live-chainid @@ -18805,22 +18805,42 @@ GstInputSelector::active-pad -gchar* +GstPad* rw Active pad -Name of the currently active sink pad. -NULL +The currently active sink pad. + + + + +GstInputSelector::n-pads +guint + +r +Number of Pads +The number of sink pads. +0 + + + +GstInputSelector::select-all +gboolean + +rw +Select all mode +Forwards data from all input pads. +FALSE GstOutputSelector::active-pad -gchar* +GstPad* rw Active pad Name of the currently active src pad. -NULL + @@ -18863,3 +18883,263 @@ 0 + +GstSrtEnc::duration +gint64 + +rw +Offset for the duration +Offset for the duration of the subtitles. +0 + + + +GstSrtEnc::timestamp +gint64 + +rw +Offset for the starttime +Offset for the starttime for the subtitles. +0 + + + +GstOss4Sink::device +gchar* + +rw +Device +OSS4 device (e.g. /dev/oss/hdaudio0/pcm0 or /dev/dspN) (NULL = use first available playback device). +NULL + + + +GstOss4Sink::device-name +gchar* + +r +Device name +Human-readable name of the sound device. +NULL + + + +GstOss4Source::device +gchar* + +rw +Device +OSS4 device (e.g. /dev/oss/hdaudio0/pcm0 or /dev/dspN) (NULL = use first available device). +NULL + + + +GstOss4Source::device-name +gchar* + +r +Device name +Human-readable name of the sound device. +NULL + + + +GstOss4Mixer::device +gchar* + +rw +Device +OSS mixer device (e.g. /dev/oss/hdaudio0/mix0 or /dev/mixerN) (NULL = use first mixer device found). +NULL + + + +GstOss4Mixer::device-name +gchar* + +r +Device name +Human-readable name of the sound device. +NULL + + + +GstDiracEnc::cpd +gint +[1,100] +rw +cpd +cpd. +60 + + + +GstDiracEnc::denoise +gboolean + +rw +denoise +denoise. +FALSE + + + +GstDiracEnc::iwlt-filter +gint +[0,7] +rw +iwlt_filter +iwlt_filter. +0 + + + +GstDiracEnc::l1-sep +gint +[1,1000] +rw +l1_sep +l1_sep. +24 + + + +GstDiracEnc::lossless +gboolean + +rw +lossless +lossless. +FALSE + + + +GstDiracEnc::multi-quants +gboolean + +rw +multi_quants +multi_quants. +FALSE + + + +GstDiracEnc::mv-prec +gint +[0,3] +rw +mv_prec +mv_prec. +1 + + + +GstDiracEnc::no-spartition +gboolean + +rw +no_spartition +no_spartition. +FALSE + + + +GstDiracEnc::num-l1 +gint +[0,1000] +rw +num_l1 +num_l1. +1 + + + +GstDiracEnc::qf +gdouble +[0,10] +rw +qf +qf. +7 + + + +GstDiracEnc::rwlt-filter +gint +[0,7] +rw +rwlt_filter +rwlt_filter. +1 + + + +GstDiracEnc::targetrate +gint +[0,10000] +rw +targetrate +targetrate. +1000 + + + +GstDiracEnc::use-vlc +gboolean + +rw +use_vlc +use_vlc. +FALSE + + + +GstDiracEnc::wlt-depth +gint +[1,4] +rw +wlt_depth +wlt_depth. +3 + + + +GstDiracEnc::xblen +gint +[4,64] +rw +xblen +xblen. +8 + + + +GstDiracEnc::xbsep +gint +[4,64] +rw +xbsep +xbsep. +12 + + + +GstDiracEnc::yblen +gint +[4,64] +rw +yblen +yblen. +8 + + + +GstDiracEnc::ybsep +gint +[4,64] +rw +ybsep +ybsep. +12 + + diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 693d403..8ced803 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 d050d23..3ef67a4 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 e585a8f..9b07a33 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 4657623..b972f4b 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -284,7 +284,7 @@ gint arg1 GstInputSelector::block gint64 -l +la GstInputSelector *gstinputselector @@ -293,7 +293,7 @@ GstInputSelector *gstinputselector void l GstInputSelector *gstinputselector -gchar *arg1 +GstPad *arg1 gint64 arg2 gint64 arg3 diff --git a/docs/plugins/inspect/plugin-alsaspdif.xml b/docs/plugins/inspect/plugin-alsaspdif.xml index b2ffde6..0b56d00 100644 --- a/docs/plugins/inspect/plugin-alsaspdif.xml +++ b/docs/plugins/inspect/plugin-alsaspdif.xml @@ -3,11 +3,11 @@ Alsa plugin for S/PDIF output ../../ext/alsaspdif/.libs/libgstalsaspdif.so libgstalsaspdif.so - 0.10.6.1 - unknown + 0.10.7 + LGPL gst-plugins-bad - gst-plugins-bad - http://www.fluendo.com + GStreamer Bad Plug-ins source release + Unknown package origin alsaspdifsink diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index 91b1f02..c3bd986 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -3,7 +3,7 @@ Elements used to communicate with applications ../../gst/app/.libs/libgstapp.so libgstapp.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml index dad3d9e..5d9c1d9 100644 --- a/docs/plugins/inspect/plugin-bayer.xml +++ b/docs/plugins/inspect/plugin-bayer.xml @@ -3,7 +3,7 @@ Elements to convert Bayer images ../../gst/bayer/.libs/libgstbayer.so libgstbayer.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release @@ -11,16 +11,16 @@ bayer2rgb - RAW Camera sensor decoder - Filter/Effect - FIXME example filter - FIXME <fixme@fixme.com> + Bayer to RGB decoder for cameras + Filter/Converter/Video + Converts video/x-raw-bayer to video/x-raw-rgb + William Brack <wbrack@mmm.com.hk> src source always -
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)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 ]
sink diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml index d255cbe..4e2f5cd 100644 --- a/docs/plugins/inspect/plugin-bz2.xml +++ b/docs/plugins/inspect/plugin-bz2.xml @@ -3,7 +3,7 @@ Compress or decompress streams ../../ext/bz2/.libs/libgstbz2.so libgstbz2.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdaudio.xml b/docs/plugins/inspect/plugin-cdaudio.xml index 26b4e60..945e4c1 100644 --- a/docs/plugins/inspect/plugin-cdaudio.xml +++ b/docs/plugins/inspect/plugin-cdaudio.xml @@ -3,7 +3,7 @@ Play CD audio through the CD Drive ../../ext/cdaudio/.libs/libgstcdaudio.so libgstcdaudio.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdxaparse.xml b/docs/plugins/inspect/plugin-cdxaparse.xml index 94add09..b041b90 100644 --- a/docs/plugins/inspect/plugin-cdxaparse.xml +++ b/docs/plugins/inspect/plugin-cdxaparse.xml @@ -3,7 +3,7 @@ Parse a .dat file (VCD) into raw mpeg1 ../../gst/cdxaparse/.libs/libgstcdxaparse.so libgstcdxaparse.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release @@ -30,5 +30,26 @@
+ + vcdparse + (S)VCD stream parser + Codec/Parser + Strip (S)VCD stream from its sync headers + Tim-Philipp Müller <tim centricular net>, Ronald Bultje <rbultje@ronald.bitfreak.net> + + + sink + sink + always +
video/x-vcd
+
+ + src + source + always +
video/mpeg, systemstream=(boolean)true
+
+
+
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-dfbvideosink.xml b/docs/plugins/inspect/plugin-dfbvideosink.xml index d70d3cc..fc457e9 100644 --- a/docs/plugins/inspect/plugin-dfbvideosink.xml +++ b/docs/plugins/inspect/plugin-dfbvideosink.xml @@ -3,7 +3,7 @@ DirectFB video output plugin ../../ext/directfb/.libs/libgstdfbvideosink.so libgstdfbvideosink.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dtsdec.xml b/docs/plugins/inspect/plugin-dtsdec.xml index 1196fb8..bf9d903 100644 --- a/docs/plugins/inspect/plugin-dtsdec.xml +++ b/docs/plugins/inspect/plugin-dtsdec.xml @@ -3,7 +3,7 @@ Decodes DTS audio streams ../../ext/dts/.libs/libgstdtsdec.so libgstdtsdec.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvb.xml b/docs/plugins/inspect/plugin-dvb.xml index e601e86..d8dfcb6 100644 --- a/docs/plugins/inspect/plugin-dvb.xml +++ b/docs/plugins/inspect/plugin-dvb.xml @@ -3,7 +3,7 @@ DVB elements ../../sys/dvb/.libs/libgstdvb.so libgstdvb.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml index 946e179..8bddc4a 100644 --- a/docs/plugins/inspect/plugin-dvdspu.xml +++ b/docs/plugins/inspect/plugin-dvdspu.xml @@ -3,7 +3,7 @@ DVD Sub-picture Overlay element ../../gst/dvdspu/.libs/libgstdvdspu.so libgstdvdspu.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml index 90255ac..0e885ce 100644 --- a/docs/plugins/inspect/plugin-faac.xml +++ b/docs/plugins/inspect/plugin-faac.xml @@ -3,7 +3,7 @@ Free AAC Encoder (FAAC) ../../ext/faac/.libs/libgstfaac.so libgstfaac.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index 3449cfa..a371eb5 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -3,7 +3,7 @@ Free AAC Decoder (FAAD) ../../ext/faad/.libs/libgstfaad.so libgstfaad.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-fbdevsink.xml b/docs/plugins/inspect/plugin-fbdevsink.xml index d6b2c5f..562f6e1 100644 --- a/docs/plugins/inspect/plugin-fbdevsink.xml +++ b/docs/plugins/inspect/plugin-fbdevsink.xml @@ -3,7 +3,7 @@ linux framebuffer video sink ../../sys/fbdev/.libs/libgstfbdevsink.so libgstfbdevsink.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-festival.xml b/docs/plugins/inspect/plugin-festival.xml index 4a6e444..16ba942 100644 --- a/docs/plugins/inspect/plugin-festival.xml +++ b/docs/plugins/inspect/plugin-festival.xml @@ -3,7 +3,7 @@ Synthesizes plain text into audio ../../gst/festival/.libs/libgstfestival.so libgstfestival.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-filter.xml b/docs/plugins/inspect/plugin-filter.xml index 5a579f3..e97651d 100644 --- a/docs/plugins/inspect/plugin-filter.xml +++ b/docs/plugins/inspect/plugin-filter.xml @@ -3,7 +3,7 @@ IIR audio filter element ../../gst/filter/.libs/libgstfilter.so libgstfilter.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-flvdemux.xml b/docs/plugins/inspect/plugin-flvdemux.xml index b8228a1..500b7c7 100644 --- a/docs/plugins/inspect/plugin-flvdemux.xml +++ b/docs/plugins/inspect/plugin-flvdemux.xml @@ -3,7 +3,7 @@ Element demuxing FLV stream ../../gst/flv/.libs/libgstflvdemux.so libgstflvdemux.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-freeze.xml b/docs/plugins/inspect/plugin-freeze.xml index 186a52a..245cce2 100644 --- a/docs/plugins/inspect/plugin-freeze.xml +++ b/docs/plugins/inspect/plugin-freeze.xml @@ -3,7 +3,7 @@ Stream freezer ../../gst/freeze/.libs/libgstfreeze.so libgstfreeze.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index 66b1432..ea34774 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,11 +3,11 @@ GSM encoder/decoder ../../ext/gsm/.libs/libgstgsm.so libgstgsm.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad - Gstreamer - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin gsmdec @@ -20,13 +20,13 @@ sink sink always -
audio/x-gsm, rate=(int)8000, channels=(int)1; audio/ms-gsm, rate=(int)8000, channels=(int)1
+
audio/x-gsm, rate=(int)8000, channels=(int)1; audio/ms-gsm, rate=(int)[ 1, 2147483647 ], channels=(int)1
src source always -
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)8000, channels=(int)1
+
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)1
diff --git a/docs/plugins/inspect/plugin-gstinterlace.xml b/docs/plugins/inspect/plugin-gstinterlace.xml index a4d1266..4a639b2 100644 --- a/docs/plugins/inspect/plugin-gstinterlace.xml +++ b/docs/plugins/inspect/plugin-gstinterlace.xml @@ -3,7 +3,7 @@ Deinterlace video ../../gst/deinterlace/.libs/libgstdeinterlace.so libgstdeinterlace.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release @@ -14,7 +14,7 @@ Deinterlace Filter/Effect/Video Deinterlace video - Wim Taymans <wim@fluendo.com> + Wim Taymans <wim.taymans@gmail.com> src diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml index 9abfa69..23a0a76 100644 --- a/docs/plugins/inspect/plugin-gstrtpmanager.xml +++ b/docs/plugins/inspect/plugin-gstrtpmanager.xml @@ -3,7 +3,7 @@ RTP session management plugin library ../../gst/rtpmanager/.libs/libgstrtpmanager.so libgstrtpmanager.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-h264parse.xml b/docs/plugins/inspect/plugin-h264parse.xml index 999915d..4a5f48f 100644 --- a/docs/plugins/inspect/plugin-h264parse.xml +++ b/docs/plugins/inspect/plugin-h264parse.xml @@ -3,7 +3,7 @@ Element parsing raw h264 streams ../../gst/h264parse/.libs/libgsth264parse.so libgsth264parse.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index 202cf47..33014bd 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -3,7 +3,7 @@ Audio interleaver/deinterleaver ../../gst/interleave/.libs/libgstinterleave.so libgstinterleave.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index 101ea37..e6bf100 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -3,11 +3,11 @@ Jack elements ../../ext/jack/.libs/libgstjack.so libgstjack.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad - Gstreamer - http://gstreamer.freedesktop.org + GStreamer Bad Plug-ins source release + Unknown package origin jackaudiosink diff --git a/docs/plugins/inspect/plugin-ladspa.xml b/docs/plugins/inspect/plugin-ladspa.xml index 33e1775..163927b 100644 --- a/docs/plugins/inspect/plugin-ladspa.xml +++ b/docs/plugins/inspect/plugin-ladspa.xml @@ -3,7 +3,7 @@ All LADSPA plugins ../../ext/ladspa/.libs/libgstladspa.so libgstladspa.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-metadata.xml b/docs/plugins/inspect/plugin-metadata.xml index 53e0e9a..c9c3c58 100644 --- a/docs/plugins/inspect/plugin-metadata.xml +++ b/docs/plugins/inspect/plugin-metadata.xml @@ -3,7 +3,7 @@ Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer ../../ext/metadata/.libs/libgstmetadata.so libgstmetadata.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index a392bb1..3b1dab2 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -3,11 +3,11 @@ Microsoft Multi Media Server streaming protocol support ../../ext/libmms/.libs/libgstmms.so libgstmms.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad - GStreamer - http://gstreamer.net/ + GStreamer Bad Plug-ins source release + Unknown package origin mmssrc diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index c72bccf..7faf853 100644 --- a/docs/plugins/inspect/plugin-modplug.xml +++ b/docs/plugins/inspect/plugin-modplug.xml @@ -3,7 +3,7 @@ .MOD audio decoding ../../gst/modplug/.libs/libgstmodplug.so libgstmodplug.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index 6dd1bd0..18d821b 100644 --- a/docs/plugins/inspect/plugin-mpeg2enc.xml +++ b/docs/plugins/inspect/plugin-mpeg2enc.xml @@ -3,7 +3,7 @@ High-quality MPEG-1/2 video encoder ../../ext/mpeg2enc/.libs/libgstmpeg2enc.so libgstmpeg2enc.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpeg4videoparse.xml b/docs/plugins/inspect/plugin-mpeg4videoparse.xml index c4fa9e1..5417e2a 100644 --- a/docs/plugins/inspect/plugin-mpeg4videoparse.xml +++ b/docs/plugins/inspect/plugin-mpeg4videoparse.xml @@ -3,7 +3,7 @@ MPEG-4 video parser ../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so libgstmpeg4videoparse.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegtsparse.xml b/docs/plugins/inspect/plugin-mpegtsparse.xml index a944a93..922dcf9 100644 --- a/docs/plugins/inspect/plugin-mpegtsparse.xml +++ b/docs/plugins/inspect/plugin-mpegtsparse.xml @@ -3,7 +3,7 @@ MPEG-2 transport stream parser ../../gst/mpegtsparse/.libs/libgstmpegtsparse.so libgstmpegtsparse.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegvideoparse.xml b/docs/plugins/inspect/plugin-mpegvideoparse.xml index 503fcc7..b847dd5 100644 --- a/docs/plugins/inspect/plugin-mpegvideoparse.xml +++ b/docs/plugins/inspect/plugin-mpegvideoparse.xml @@ -3,7 +3,7 @@ MPEG-1 and MPEG-2 video parser ../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so libgstmpegvideoparse.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-musepack.xml b/docs/plugins/inspect/plugin-musepack.xml index 10c0267..3602f90 100644 --- a/docs/plugins/inspect/plugin-musepack.xml +++ b/docs/plugins/inspect/plugin-musepack.xml @@ -3,7 +3,7 @@ Musepack decoder ../../ext/musepack/.libs/libgstmusepack.so libgstmusepack.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-musicbrainz.xml b/docs/plugins/inspect/plugin-musicbrainz.xml index 20aae76..354bfab 100644 --- a/docs/plugins/inspect/plugin-musicbrainz.xml +++ b/docs/plugins/inspect/plugin-musicbrainz.xml @@ -3,7 +3,7 @@ A TRM signature producer based on libmusicbrainz ../../ext/musicbrainz/.libs/libgsttrm.so libgsttrm.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mve.xml b/docs/plugins/inspect/plugin-mve.xml index 886b5a9..6b4ba1a 100644 --- a/docs/plugins/inspect/plugin-mve.xml +++ b/docs/plugins/inspect/plugin-mve.xml @@ -3,7 +3,7 @@ Interplay MVE movie format manipulation ../../gst/mve/.libs/libgstmve.so libgstmve.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml index dbcbd9f..29d3c94 100644 --- a/docs/plugins/inspect/plugin-neon.xml +++ b/docs/plugins/inspect/plugin-neon.xml @@ -3,11 +3,11 @@ lib neon http client src ../../ext/neon/.libs/libgstneonhttpsrc.so libgstneonhttpsrc.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad - GStreamer - http://gstreamer.net/ + GStreamer Bad Plug-ins source release + Unknown package origin neonhttpsrc diff --git a/docs/plugins/inspect/plugin-nsfdec.xml b/docs/plugins/inspect/plugin-nsfdec.xml index edffa55..0846d9c 100644 --- a/docs/plugins/inspect/plugin-nsfdec.xml +++ b/docs/plugins/inspect/plugin-nsfdec.xml @@ -3,7 +3,7 @@ Uses nosefart to decode .nsf files ../../gst/nsf/.libs/libgstnsf.so libgstnsf.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-nuvdemux.xml b/docs/plugins/inspect/plugin-nuvdemux.xml index 7ec1a0e..b6d5970 100644 --- a/docs/plugins/inspect/plugin-nuvdemux.xml +++ b/docs/plugins/inspect/plugin-nuvdemux.xml @@ -3,11 +3,11 @@ Demuxes and muxes audio and video ../../gst/nuvdemux/.libs/libgstnuvdemux.so libgstnuvdemux.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad - NuvDemux - + GStreamer Bad Plug-ins source release + Unknown package origin nuvdemux diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml index 8d72d41..69d09af 100644 --- a/docs/plugins/inspect/plugin-rawparse.xml +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -3,7 +3,7 @@ Parses byte streams into raw frames ../../gst/rawparse/.libs/libgstrawparse.so libgstrawparse.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-real.xml b/docs/plugins/inspect/plugin-real.xml index 7d7ec55..0dfdf5f 100644 --- a/docs/plugins/inspect/plugin-real.xml +++ b/docs/plugins/inspect/plugin-real.xml @@ -3,7 +3,7 @@ Decode REAL streams ../../gst/real/.libs/libgstreal.so libgstreal.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index 93d3cdd..8a3f97c 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -3,7 +3,7 @@ ReplayGain volume normalization ../../gst/replaygain/.libs/libgstreplaygain.so libgstreplaygain.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml index 2e1fc3a..ee912de 100644 --- a/docs/plugins/inspect/plugin-rfbsrc.xml +++ b/docs/plugins/inspect/plugin-rfbsrc.xml @@ -3,7 +3,7 @@ Connects to a VNC server and decodes RFB stream ../../gst/librfb/.libs/libgstrfbsrc.so libgstrfbsrc.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml index 6e82cb0..b84769b 100644 --- a/docs/plugins/inspect/plugin-sdl.xml +++ b/docs/plugins/inspect/plugin-sdl.xml @@ -3,7 +3,7 @@ SDL (Simple DirectMedia Layer) support for GStreamer ../../ext/sdl/.libs/libgstsdl.so libgstsdl.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdp.xml index 9e7a9e4..7544aaf 100644 --- a/docs/plugins/inspect/plugin-sdp.xml +++ b/docs/plugins/inspect/plugin-sdp.xml @@ -3,7 +3,7 @@ configure streaming sessions using SDP ../../gst/sdp/.libs/libgstsdpelem.so libgstsdpelem.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-selector.xml b/docs/plugins/inspect/plugin-selector.xml index 5c98ba5..75baa9d 100644 --- a/docs/plugins/inspect/plugin-selector.xml +++ b/docs/plugins/inspect/plugin-selector.xml @@ -3,7 +3,7 @@ input/output stream selector elements ../../gst/selector/.libs/libgstselector.so libgstselector.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-sndfile.xml b/docs/plugins/inspect/plugin-sndfile.xml index 2e82cc4..91acc90 100644 --- a/docs/plugins/inspect/plugin-sndfile.xml +++ b/docs/plugins/inspect/plugin-sndfile.xml @@ -3,7 +3,7 @@ use libsndfile to read and write audio from and to files ../../ext/sndfile/.libs/libgstsndfile.so libgstsndfile.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml index e8a2a44..5b16a79 100644 --- a/docs/plugins/inspect/plugin-soundtouch.xml +++ b/docs/plugins/inspect/plugin-soundtouch.xml @@ -3,7 +3,7 @@ Audio Pitch Controller & BPM Detection ../../ext/soundtouch/.libs/libgstsoundtouch.so libgstsoundtouch.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-spcdec.xml b/docs/plugins/inspect/plugin-spcdec.xml index 41cc2b1..de5fd1e 100644 --- a/docs/plugins/inspect/plugin-spcdec.xml +++ b/docs/plugins/inspect/plugin-spcdec.xml @@ -3,7 +3,7 @@ OpenSPC Audio Decoder ../../ext/spc/.libs/libgstspc.so libgstspc.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index f350475..bba4a16 100644 --- a/docs/plugins/inspect/plugin-speed.xml +++ b/docs/plugins/inspect/plugin-speed.xml @@ -3,7 +3,7 @@ Set speed/pitch on audio/raw streams (resampler) ../../gst/speed/.libs/libgstspeed.so libgstspeed.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-speexresample.xml b/docs/plugins/inspect/plugin-speexresample.xml index 5e5d6f4..d87f0f8 100644 --- a/docs/plugins/inspect/plugin-speexresample.xml +++ b/docs/plugins/inspect/plugin-speexresample.xml @@ -3,7 +3,7 @@ Resamples audio ../../gst/speexresample/.libs/libgstspeexresample.so libgstspeexresample.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-stereo.xml b/docs/plugins/inspect/plugin-stereo.xml index eaa2d13..4766e9c 100644 --- a/docs/plugins/inspect/plugin-stereo.xml +++ b/docs/plugins/inspect/plugin-stereo.xml @@ -3,7 +3,7 @@ Muck with the stereo signal, enhance it's 'stereo-ness' ../../gst/stereo/.libs/libgststereo.so libgststereo.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-tta.xml b/docs/plugins/inspect/plugin-tta.xml index a767d0d..dc86dd3 100644 --- a/docs/plugins/inspect/plugin-tta.xml +++ b/docs/plugins/inspect/plugin-tta.xml @@ -3,11 +3,11 @@ TTA lossless audio format handling ../../gst/tta/.libs/libgsttta.so libgsttta.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad - gst-tta - http://www.true-audio.com + GStreamer Bad Plug-ins source release + Unknown package origin ttadec diff --git a/docs/plugins/inspect/plugin-vcdsrc.xml b/docs/plugins/inspect/plugin-vcdsrc.xml index a1ed7ca..265bda0 100644 --- a/docs/plugins/inspect/plugin-vcdsrc.xml +++ b/docs/plugins/inspect/plugin-vcdsrc.xml @@ -3,7 +3,7 @@ Asynchronous read from VCD disk ../../sys/vcd/.libs/libgstvcdsrc.so libgstvcdsrc.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videosignal.xml b/docs/plugins/inspect/plugin-videosignal.xml index 07585e0..9a588d9 100644 --- a/docs/plugins/inspect/plugin-videosignal.xml +++ b/docs/plugins/inspect/plugin-videosignal.xml @@ -3,7 +3,7 @@ Various video signal analysers ../../gst/videosignal/.libs/libgstvideosignal.so libgstvideosignal.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-vmnc.xml b/docs/plugins/inspect/plugin-vmnc.xml index 39e374d..1fae2f1 100644 --- a/docs/plugins/inspect/plugin-vmnc.xml +++ b/docs/plugins/inspect/plugin-vmnc.xml @@ -3,7 +3,7 @@ VMnc video plugin library ../../gst/vmnc/.libs/libgstvmnc.so libgstvmnc.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-wildmidi.xml b/docs/plugins/inspect/plugin-wildmidi.xml index f1e7443..253f3d4 100644 --- a/docs/plugins/inspect/plugin-wildmidi.xml +++ b/docs/plugins/inspect/plugin-wildmidi.xml @@ -3,11 +3,11 @@ Wildmidi Plugin ../../ext/timidity/.libs/libgstwildmidi.so libgstwildmidi.so - 0.10.5.1 + 0.10.7 GPL gst-plugins-bad - GStreamer - http://gstreamer.net/ + GStreamer Bad Plug-ins source release + Unknown package origin wildmidi @@ -17,17 +17,17 @@ Wouter Paesen <wouter@blue-gate.be> - sink - sink - always -
audio/midi
-
- src source always
audio/x-raw-int, rate=(int)44100, channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true
+ + sink + sink + always +
audio/midi
+
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 867b6e0..89bdaea 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,7 +3,7 @@ libx264-based H264 plugins ../../ext/x264/.libs/libgstx264.so libgstx264.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-xvid.xml b/docs/plugins/inspect/plugin-xvid.xml index af0fb19..9d70650 100644 --- a/docs/plugins/inspect/plugin-xvid.xml +++ b/docs/plugins/inspect/plugin-xvid.xml @@ -3,7 +3,7 @@ XviD plugin library ../../ext/xvid/.libs/libgstxvid.so libgstxvid.so - 0.10.6.1 + 0.10.7 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index 5ea4b4f..f6fc8c9 100644 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ b/docs/plugins/inspect/plugin-y4menc.xml @@ -3,7 +3,7 @@ Encodes a YUV frame into the yuv4mpeg format (mjpegtools) ../../gst/y4m/.libs/libgsty4menc.so libgsty4menc.so - 0.10.6.1 + 0.10.7 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap index 2c858de..9db42d5 100644 --- a/gst-plugins-bad.doap +++ b/gst-plugins-bad.doap @@ -36,6 +36,17 @@ real live maintainer, or some actual wide use. + 0.10.7 + 0.10 + House of Cards + 2008-04-24 + + + + + + + 0.10.6 0.10 A Big Deep Breath diff --git a/po/LINGUAS b/po/LINGUAS index 29a4d00..616f8a6 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 861f7cb..4452ca5 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). */