diff options
71 files changed, 965 insertions, 847 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.9 === + +2008-10-24 Jan Schmidt <jan.schmidt@sun.com> + + * configure.ac: + releasing 0.10.9, "Matters of fact" + 2008-10-24 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: @@ -1,4 +1,73 @@ -This is GStreamer Bad Plug-ins 0.10.8, "Vapour Trails" +This is GStreamer Bad Plug-ins 0.10.9, "Matters of Fact" + +Changes since 0.10.8: + + * New CELT encoder and decoder + * New TwoLAME encoder + * New DCCP element + * New AIFF parser element + * New APEX sink element + * deinterlace2 element improvements + * New JACK audio src element + * New winscreencap, winks and pcapparse plugins + * x624enc fixes + * Support for ATSC tuning and channels.conf parsing + * RTP improvements + * New scaletempo element + * Add Fluendo MPEG-TS muxer + * Add Fluendo MPEG-TS and MPEG-PS demuxers + * New JPEG2000 element + * New FLAC parser element + * DVD playback improvements + * Improved DirectShow decoding support + * New Windows Audio Session audio src element + * New FLV muxer element + * Many other bug fixes and improvements + +Bugs fixed since 0.10.8: + + * 537700 : [scaletempo] Scale audio tempo in sync with playback rate + * 550468 : [name conflict] New Fluendo mpeg demuxers + * 545197 : jackaudiosrc + * 555244 : Output-selector has unexpected event forwarding right aft... + * 402593 : deinterleave gives corrupt output + * 406673 : Need AIFF parser + * 535527 : [real] Real video/audio stream fails to play + * 537455 : ATSC: VSB / QAM Annex B support + * 538500 : AIFF file doesn't play + * 542390 : Implementation of DCCP Plugin for gstreamer + * 542510 : [apexsink] Apple AirPort Express Wireless Sink + * 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c + * 546312 : Make the metadata writable before modifying it in rtpmanager + * 549409 : gstrtpbin don't stop at the end of a stream + * 549774 : audio / video synchronization glitch during rtsp playback + * 550486 : [faac] Negotiation problem with mono audio for some sampl... + * 550657 : New element jasperdec + * 552506 : [neonhttpsrc] doesn't handle/throw errors correctly + * 552536 : fix incomplete change to gstdvbsrc.c + * 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg + * 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl... + * 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release + * 555912 : [apexsink] Missing from ext/Makefile.am + * 555965 : Missing space after point mark + * 555968 : Missing space after point mark + * 555969 : Missing space after point mark + * 556003 : [flvdemux] Regression in handling flow returns in pull-mode + * 556274 : [aiffparse] Uses debugging methods before debugging is in... + * 556338 : Failed to configure latency + * 556428 : [mpegpsdemux] Creates invalid newsegment events + * 556430 : [inputselector] Assumes there's always an otherpad + * 556440 : [PATCH] crash on demuxing certain transport streams + * 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert + * 556564 : [flvmux] Copy & paste bugs resulting in invalid files + * 556588 : [apexsink] should not have PRIMARY rank + * 557080 : [mpegpsdemux] Regression with reverse-playback + * 543480 : gstrtpbin fails to release lock while emitting signal + * 556520 : jitterbuffer seqnum gap detection is wrong + * 463941 : Plugin for screen capture on windows + * 519935 : New plugin for video capture on Windows + * 520899 : New plugin: pcapparse + * 520901 : New plugin: wasapi (Windows Audio Session API) Changes since 0.10.7: @@ -1,5 +1,5 @@ -Release notes for GStreamer Bad Plug-ins 0.10.8 "Vapour Trails" +Release notes for GStreamer Bad Plug-ins 0.10.9 "Matters of fact" @@ -60,60 +60,72 @@ contains a set of well-supported plug-ins, but might pose problems for Features of this release - * Support shared desktops in RFB input - * Make the Quicktime codec wrapper work on win32 - * Experimental DVD navigation support - * Support AAC/H.264 in FLV files - * Fixes in the DirectShow codec wrapper - * Fix the Real codec wrapper plugin - * New deinterlace2 plugin incorporating TVtime deinterlacers - * Handle seeking, timestamps, duration in RAW video/audio parsers - * New DirectShow video sink for Win32 - * FAAD reverse playback support - * OSS4 support improvements - * MythTV seeking support - * SPC decoder now supports seeking, tags and duration queries - * Replaygain elements moved to Good - * Deinterleave/interleave elements fixed and moved to Good - * MPEG-4 video stream parser fixes - * Improved MPEG-TS parsing for DVB support - * Improvements in App source/sink - * RTP manager enhancements + * New CELT encoder and decoder + * New TwoLAME encoder + * New DCCP element + * New AIFF parser element + * New APEX sink element + * deinterlace2 element improvements + * New JACK audio src element + * New winscreencap, winks and pcapparse plugins + * x624enc fixes + * Support for ATSC tuning and channels.conf parsing + * RTP improvements + * New scaletempo element + * Add Fluendo MPEG-TS muxer + * Add Fluendo MPEG-TS and MPEG-PS demuxers + * New JPEG2000 element + * New FLAC parser element + * DVD playback improvements + * Improved DirectShow decoding support + * New Windows Audio Session audio src element + * New FLV muxer element + * Many other bug fixes and improvements Bugs fixed in this release - * 533736 : [mythtvsrc] Seeking doesn't work - * 544050 : ext/timidity/gsttimidity.c : ISO C90 forbids mixed decla... - * 454151 : SPC plugin enhancements (patch) - * 506594 : [interleave] doesn't work with channels > 1 - * 521392 : Proposed patches for bayer2rgb encoding - * 525613 : [wildmidi] [PATCH] initializes library multiple times - * 528618 : amrwb plugin do not build without warning with the 3ggp s... - * 529359 : BBC Real Audio stream is just noise - * 530611 : [gstsrtenc] declare variables at beginning of block - * 531840 : QuickTime wrapper doesn't work on Win32 - * 531955 : gstrtpsession doesn't send RTCP bye on EOS - * 532723 : mpeg4videoparse should parse the codec data - * 533435 : wildmidi does not work - * 533559 : mpeg4videoparse should skip garbage - * 535043 : VCD plugin only plays first track - * 536042 : mpeg4videoparse broken on big endian architectures - * 536258 : interleave doesn't close properly - * 536856 : rtpmanager deadlocks when receiving new data while going ... - * 538560 : [mpegtsparse] static caps reference counter incremented i... - * 539292 : memory leak in mpegtsparse - * 539601 : [realvideodec] not-negotiated error if codec lib isn't found - * 541522 : cross mingw32 gcc: festival plugin compilation fix - * 541543 : fix HAVE_OSS4 detection code in configure.ac - * 543286 : deinterlace2 doesn't build outside gcc - * 543846 : [resindvd] Impossible to build from the first configure r... - * 543848 : [ladspa] Needs to link with -ldl for dlopen() and friends - * 543860 : [modplug] Uses CFLAGS for CXXFLAGS - * 543861 : [resindvd] Some files not disted - * 544457 : -bad doesn't compile with MSVC - * 526905 : [musepack] Port to the new libmpcdec API - * 532011 : Deadlock in rtpsession - * 536309 : Seeking in pipeline with videoparse crashes + * 537700 : [scaletempo] Scale audio tempo in sync with playback rate + * 550468 : [name conflict] New Fluendo mpeg demuxers + * 545197 : jackaudiosrc + * 555244 : Output-selector has unexpected event forwarding right aft... + * 402593 : deinterleave gives corrupt output + * 406673 : Need AIFF parser + * 535527 : [real] Real video/audio stream fails to play + * 537455 : ATSC: VSB / QAM Annex B support + * 538500 : AIFF file doesn't play + * 542390 : Implementation of DCCP Plugin for gstreamer + * 542510 : [apexsink] Apple AirPort Express Wireless Sink + * 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c + * 546312 : Make the metadata writable before modifying it in rtpmanager + * 549409 : gstrtpbin don't stop at the end of a stream + * 549774 : audio / video synchronization glitch during rtsp playback + * 550486 : [faac] Negotiation problem with mono audio for some sampl... + * 550657 : New element jasperdec + * 552506 : [neonhttpsrc] doesn't handle/throw errors correctly + * 552536 : fix incomplete change to gstdvbsrc.c + * 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg + * 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl... + * 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release + * 555912 : [apexsink] Missing from ext/Makefile.am + * 555965 : Missing space after point mark + * 555968 : Missing space after point mark + * 555969 : Missing space after point mark + * 556003 : [flvdemux] Regression in handling flow returns in pull-mode + * 556274 : [aiffparse] Uses debugging methods before debugging is in... + * 556338 : Failed to configure latency + * 556428 : [mpegpsdemux] Creates invalid newsegment events + * 556430 : [inputselector] Assumes there's always an otherpad + * 556440 : [PATCH] crash on demuxing certain transport streams + * 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert + * 556564 : [flvmux] Copy & paste bugs resulting in invalid files + * 556588 : [apexsink] should not have PRIMARY rank + * 557080 : [mpegpsdemux] Regression with reverse-playback + * 543480 : gstrtpbin fails to release lock while emitting signal + * 556520 : jitterbuffer seqnum gap detection is wrong + * 463941 : Plugin for screen capture on windows + * 519935 : New plugin for video capture on Windows + * 520899 : New plugin: pcapparse + * 520901 : New plugin: wasapi (Windows Audio Session API) Download @@ -143,33 +155,27 @@ Applications Contributors to this release - * Alessandro Decina - * Andy Wingo - * Bastien Nocera - * Brian Koropoff - * Clive Wright - * Damien Lespiau * David Schleef * Edward Hervey + * Frederic Crozat + * Haakon Sporsheim * Håvard Graff - * Ilja Pavkovic * Jan Schmidt - * Jens Granseuer - * Julien Moutte + * Josep Torra + * Jérémie Bernard + * Leandro Melo de Sales * Mark Nauwelaerts - * Martin Eikermann + * Michael Krufky * Michael Smith * Ole André Vadla Ravnås * Olivier Crete - * Peter Kjellerstedt - * Ryan Houdek + * Rov Juvano * Sebastian Dröge * Sebastian Pölsterl - * Sebastien Merle - * Sjoerd Simons * Stefan Kost - * Thijs Vermeir + * Tal Shalif * Tim-Philipp Müller + * Tristan Matthews * Wim Taymans * Zaheer Abbas Merali
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 0324364e9..3ac3014c0 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.8.4, +AC_INIT(GStreamer Bad Plug-ins, 0.10.9, 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 b03cb8eb9..db3b65885 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -11,7 +11,7 @@ <ARG> <NAME>GstPitch::pitch</NAME> <TYPE>gfloat</TYPE> -<RANGE>[0,1,10]</RANGE> +<RANGE>[0.1,10]</RANGE> <FLAGS>rw</FLAGS> <NICK>Pitch</NICK> <BLURB>Audio stream pitch.</BLURB> @@ -21,7 +21,7 @@ <ARG> <NAME>GstPitch::rate</NAME> <TYPE>gfloat</TYPE> -<RANGE>[0,1,10]</RANGE> +<RANGE>[0.1,10]</RANGE> <FLAGS>rw</FLAGS> <NICK>Rate</NICK> <BLURB>Audio stream rate.</BLURB> @@ -31,7 +31,7 @@ <ARG> <NAME>GstPitch::tempo</NAME> <TYPE>gfloat</TYPE> -<RANGE>[0,1,10]</RANGE> +<RANGE>[0.1,10]</RANGE> <FLAGS>rw</FLAGS> <NICK>Tempo</NICK> <BLURB>Audio stream tempo.</BLURB> @@ -1331,7 +1331,7 @@ <ARG> <NAME>GstSpeed::speed</NAME> <TYPE>gfloat</TYPE> -<RANGE>[0,1,40]</RANGE> +<RANGE>[0.1,40]</RANGE> <FLAGS>rwx</FLAGS> <NICK>speed</NICK> <BLURB>speed.</BLURB> @@ -16855,7 +16855,7 @@ <FLAGS>rwx</FLAGS> <NICK>Dry-Wet-Balance</NICK> <BLURB>Dry-Wet-Balance.</BLURB> -<DEFAULT>0,5</DEFAULT> +<DEFAULT>0.5</DEFAULT> </ARG> <ARG> @@ -17000,12 +17000,12 @@ <ARG> <NAME>GstX264Enc::pass</NAME> -<TYPE>guint</TYPE> -<RANGE><= 3</RANGE> +<TYPE>GstX264EncPass</TYPE> +<RANGE></RANGE> <FLAGS>rw</FLAGS> -<NICK>Pass</NICK> -<BLURB>Pass of multipass encoding (0=single pass; 1=first pass, 2=middle pass, 3=last pass).</BLURB> -<DEFAULT>0</DEFAULT> +<NICK>Encoding pass/type</NICK> +<BLURB>Encoding pass/type.</BLURB> +<DEFAULT>Constant Bitrate Encoding</DEFAULT> </ARG> <ARG> @@ -17051,10 +17051,10 @@ <ARG> <NAME>GstX264Enc::threads</NAME> <TYPE>guint</TYPE> -<RANGE>[1,4]</RANGE> +<RANGE><= 4</RANGE> <FLAGS>rw</FLAGS> <NICK>Threads</NICK> -<BLURB>Number of threads used by the codec.</BLURB> +<BLURB>Number of threads used by the codec (0 for automatic).</BLURB> <DEFAULT>1</DEFAULT> </ARG> @@ -17825,7 +17825,7 @@ <FLAGS>rwx</FLAGS> <NICK>Pattern sensitivity</NICK> <BLURB>The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest).</BLURB> -<DEFAULT>0,3</DEFAULT> +<DEFAULT>0.3</DEFAULT> </ARG> <ARG> @@ -17865,7 +17865,7 @@ <FLAGS>rwx</FLAGS> <NICK>Pattern center</NICK> <BLURB>The center of the black/white separation (0.0 = lowest, 1.0 highest).</BLURB> -<DEFAULT>0,5</DEFAULT> +<DEFAULT>0.5</DEFAULT> </ARG> <ARG> @@ -18015,7 +18015,7 @@ <FLAGS>rw</FLAGS> <NICK>stereo</NICK> <BLURB>stereo.</BLURB> -<DEFAULT>0,1</DEFAULT> +<DEFAULT>0.1</DEFAULT> </ARG> <ARG> @@ -18209,6 +18209,16 @@ </ARG> <ARG> +<NAME>GstRtpSession::internal-session</NAME> +<TYPE>RTPSession*</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Internal Session</NICK> +<BLURB>The internal RTPSession object.</BLURB> +<DEFAULT></DEFAULT> +</ARG> + +<ARG> <NAME>GstRtpJitterBuffer::drop-on-latency</NAME> <TYPE>gboolean</TYPE> <RANGE></RANGE> @@ -22453,3 +22463,203 @@ <DEFAULT>-1</DEFAULT> </ARG> +<ARG> +<NAME>GstMpegTSDemux::check-crc</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Check CRC</NICK> +<BLURB>Enable CRC checking.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMpegTSDemux::es-pids</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Colon separated list of PIDs containing Elementary Streams</NICK> +<BLURB>PIDs to treat as Elementary Streams in the absence of a PMT, eg 0x10:0x11:0x20.</BLURB> +<DEFAULT>""</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMpegTSDemux::m2ts-mode</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>M2TS(192 bytes) Mode</NICK> +<BLURB>Defines if the input is normal TS ie .ts(188 bytes)or Blue-Ray Format ie .m2ts(192 bytes).</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMpegTSDemux::pat-info</NAME> +<TYPE>GValueArray*</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>GValueArray containing GObjects with properties</NICK> +<BLURB>Array of GObjects containing information from the TS PAT about all programs listed in the current Program Association Table (PAT).</BLURB> +<DEFAULT></DEFAULT> +</ARG> + +<ARG> +<NAME>GstMpegTSDemux::pmt-info</NAME> +<TYPE>FluTsPmtInfo*</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Information about the current program</NICK> +<BLURB>GObject with properties containing information from the TS PMT about the currently selected program and its streams.</BLURB> +<DEFAULT></DEFAULT> +</ARG> + +<ARG> +<NAME>GstMpegTSDemux::program-number</NAME> +<TYPE>gint</TYPE> +<RANGE>>= -1</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Program Number</NICK> +<BLURB>Program number to demux for (-1 to ignore).</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstScaletempo::overlap</NAME> +<TYPE>gdouble</TYPE> +<RANGE>[0,1]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Overlap Length</NICK> +<BLURB>Percentage of stride to overlap.</BLURB> +<DEFAULT>0.2</DEFAULT> +</ARG> + +<ARG> +<NAME>GstScaletempo::rate</NAME> +<TYPE>gdouble</TYPE> +<RANGE>[-2.14748e+09,2.14748e+09]</RANGE> +<FLAGS>r</FLAGS> +<NICK>Playback Rate</NICK> +<BLURB>Current playback rate.</BLURB> +<DEFAULT>1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstScaletempo::search</NAME> +<TYPE>guint</TYPE> +<RANGE><= 500</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Search Length</NICK> +<BLURB>Length in milliseconds to search for best overlap position.</BLURB> +<DEFAULT>14</DEFAULT> +</ARG> + +<ARG> +<NAME>GstScaletempo::stride</NAME> +<TYPE>guint</TYPE> +<RANGE>[1,5000]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Stride Length</NICK> +<BLURB>Length in milliseconds to output each stride.</BLURB> +<DEFAULT>30</DEFAULT> +</ARG> + +<ARG> +<NAME>GstPcapParse::dst-ip</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Destination IP</NICK> +<BLURB>Destination IP to restrict to.</BLURB> +<DEFAULT>""</DEFAULT> +</ARG> + +<ARG> +<NAME>GstPcapParse::dst-port</NAME> +<TYPE>gint</TYPE> +<RANGE>[-1,65535]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Destination port</NICK> +<BLURB>Destination port to restrict to.</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstPcapParse::src-ip</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Source IP</NICK> +<BLURB>Source IP to restrict to.</BLURB> +<DEFAULT>""</DEFAULT> +</ARG> + +<ARG> +<NAME>GstPcapParse::src-port</NAME> +<TYPE>gint</TYPE> +<RANGE>[-1,65535]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Source port</NICK> +<BLURB>Source port to restrict to.</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + +<ARG> +<NAME>MpegTsMux::m2ts-mode</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>M2TS(192 bytes) Mode</NICK> +<BLURB>Defines what packet size to use, normal TS format ie .ts(188 bytes) or Blue-Ray disc ie .m2ts(192 bytes).</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstApExSink::host</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Host</NICK> +<BLURB>AirPort Express target host.</BLURB> +<DEFAULT>""</DEFAULT> +</ARG> + +<ARG> +<NAME>GstApExSink::jack-status</NAME> +<TYPE>GstApExJackStatus</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Jack Status</NICK> +<BLURB>AirPort Express jack connection status.</BLURB> +<DEFAULT>GST_APEX_JACK_STATUS_UNDEFINED</DEFAULT> +</ARG> + +<ARG> +<NAME>GstApExSink::jack-type</NAME> +<TYPE>GstApExJackType</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Jack Type</NICK> +<BLURB>AirPort Express connected jack type.</BLURB> +<DEFAULT>GST_APEX_JACK_TYPE_UNDEFINED</DEFAULT> +</ARG> + +<ARG> +<NAME>GstApExSink::port</NAME> +<TYPE>guint</TYPE> +<RANGE><= 32000</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Port</NICK> +<BLURB>AirPort Express target port.</BLURB> +<DEFAULT>5000</DEFAULT> +</ARG> + +<ARG> +<NAME>GstApExSink::volume</NAME> +<TYPE>guint</TYPE> +<RANGE><= 100</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Volume</NICK> +<BLURB>AirPort Express target volume.</BLURB> +<DEFAULT>75</DEFAULT> +</ARG> + diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 731deb0b1..2b64402d4 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -1,7 +1,6 @@ GObject GstObject GstPad - GstInterleavePad GstPadTemplate GstSignalProcessorPadTemplate GstPluginFeature @@ -13,316 +12,102 @@ GObject GstPipeline RsnDvdBin DvbBaseBin + GstRgVolume GstRtpBin GstRtpClient - GstRgVolume GstSDPDemux - GstX264Enc - GstBaseMetadata - GstMetadataDemux - GstMetadataMux - GstWildmidi - GstTimidity + GstBz2enc + GstBz2dec GstBaseSrc GstPushSrc - GstMythtvSrc GstNeonhttpSrc + GstMythtvSrc GstMMS GstBaseAudioSrc GstJackAudioSrc GstAudioSrc GstOss4Source - GstDvbSrc GstVCDSrc + GstDvbSrc GstDCCPClientSrc GstDCCPServerSrc GstRfbSrc GstSFSrc GstAppSrc + GstCDAudio + GstBaseSink + GstVideoSink + GstDfbVideoSink + GstSDLVideoSink + GstBaseAudioSink + GstAudioSink + GstSDLAudioSink + GstApExSink + GstNasSink + GstOss4Sink + GstJackAudioSink + GstSFSink + AlsaSPDIFSink + GstFBDEVSink + GstDCCPServerSink + GstDCCPClientSink + GstAppSink + GstFaad + GstSpcDec + GstWildmidi GstSignalProcessor + ladspa-noise-white ladspa-delay-5s ladspa-amp-mono ladspa-amp-stereo - ladspa-adsr - ladspa-lpf - ladspa-hpf - ladspa-noise-white ladspa-sine-faaa ladspa-sine-faac ladspa-sine-fcaa ladspa-sine-fcac - ladspa-difference-iama-oa - ladspa-difference-iamc-oa - ladspa-difference-icma-oa - ladspa-difference-icmc-oc - ladspa-adsr-g+t - ladspa-amp-gaia-oa - ladspa-amp-gcia-oa - ladspa-branch-ia-oaoa - ladspa-branch-ic-ococ - ladspa-dahdsr-g+t-audio - ladspa-dahdsr-g+t-control - ladspa-dahdsr-cg+t-control - ladspa-interpolator - ladspa-fmod-fama-oa - ladspa-fmod-famc-oa - ladspa-fmod-fcma-oa - ladspa-fmod-fcmc-oc - ladspa-quantiser20 - ladspa-lp4pole-faraia-oa - ladspa-lp4pole-fcrcia-oa - ladspa-product-iaia-oa - ladspa-product-iaic-oa - ladspa-product-icic-oc - ladspa-pulse-fapa-oa - ladspa-pulse-fapc-oa - ladspa-pulse-fcpa-oa - ladspa-pulse-fcpc-oa - ladspa-quantiser100 - ladspa-quantiser50 - ladspa-sawtooth-fa-oa - ladspa-sawtooth-fc-oa - ladspa-random-fasa-oa - ladspa-random-fasc-oa - ladspa-random-fcsa-oa - ladspa-random-fcsc-oa - ladspa-ratio-nada-oa - ladspa-ratio-nadc-oa - ladspa-ratio-ncda-oa - ladspa-ratio-ncdc-oc - ladspa-sinusWavewrapper - ladspa-sequencer64 - ladspa-sequencer32 - ladspa-sequencer16 - ladspa-square-fa-oa - ladspa-square-fc-oa - ladspa-sum-iaia-oa - ladspa-sum-iaic-oa - ladspa-sum-icic-oc - ladspa-syncpulse-fapaga-oa - ladspa-syncpulse-fcpcga-oa - ladspa-syncsquare-faga-oa - ladspa-syncsquare-fcga-oa - ladspa-tracker-gaaadaia-oa - ladspa-tracker-gaacdcia-oa - ladspa-triangle-fasa-oa - ladspa-triangle-fasc-oa - ladspa-triangle-fcsa-oa - ladspa-triangle-fcsc-oa - ladspa-bf2cube - ladspa-bf2quad - ladspa-bf2stereo - ladspa-fmh2oct - ladspa-encode-bformat - ladspa-encode-fmh - ladspa-bf-rotate-z - ladspa-fmh-rotate-z - ladspa-am - ladspa-analogue - ladspa-canyon-delay - ladspa-disintegrator - ladspa-sledgehammer - ladspa-delay-0-01s - ladspa-delay-0-1s - ladspa-delay-1s - ladspa-delay-60s - ladspa-track-max-peak - ladspa-track-max-rms - ladspa-track-peak - ladspa-track-rms - ladspa-fmh2bf - ladspa-fbdelay-0-01s - ladspa-fbdelay-0-1s - ladspa-fbdelay-1s - ladspa-fbdelay-5s - ladspa-fbdelay-60s - ladspa-freeverb3 - ladspa-grain-scatter - ladspa-hard-gate - ladspa-identity-audio - ladspa-identity-control - ladspa-lofi - ladspa-logistic - ladspa-mixer - ladspa-noise-source-white - ladspa-null-ai - ladspa-null-ao - ladspa-null-ci - ladspa-null-co - ladspa-organ - ladspa-peak - ladspa-phasemod - ladspa-pink-interpolated-audio - ladspa-pink-full-frequency - ladspa-pink-sh - ladspa-compress-peak - ladspa-compress-rms - ladspa-expand-peak - ladspa-expand-rms - ladspa-limit-peak - ladspa-limit-rms - ladspa-syndrum - ladspa-vcf303 - ladspa-wshape-sine - ladspa-amp - ladspa-diode - ladspa-divider - ladspa-shaper - ladspa-ringmod-2i1o - ladspa-ringmod-1i1o1l - ladspa-comb - ladspa-declip - ladspa-foverdrive - ladspa-multivoiceChorus - ladspa-hermesFilter - ladspa-decimator - ladspa-flanger - ladspa-retroFlange - ladspa-singlePara - ladspa-triplePara - ladspa-transient - ladspa-fadDelay - ladspa-dcRemove - ladspa-tapeDelay - ladspa-valve - ladspa-sifter - ladspa-harmonicGen - ladspa-stepMuxer - ladspa-foldover - ladspa-svf - ladspa-gsm - ladspa-gverb - ladspa-lfoPhaser - ladspa-fourByFourPole - ladspa-autoPhaser - ladspa-fastLookaheadLimiter - ladspa-surroundEncoder - ladspa-delayorama - ladspa-dysonCompress - ladspa-crossoverDist - ladspa-valveRect - ladspa-split - ladspa-alias - ladspa-satanMaximiser - ladspa-karaoke - ladspa-gate - ladspa-combSplitter - ladspa-waveTerrain - ladspa-hardLimiter - ladspa-smoothDecimate - ladspa-fmOsc - ladspa-analogueOsc - ladspa-rateShifter - ladspa-freqTracker - ladspa-modDelay - ladspa-matrixStMS - ladspa-matrixMSSt - ladspa-matrixSpatialiser - ladspa-plate - ladspa-gong - ladspa-sc1 - ladspa-sc2 - ladspa-sc3 - ladspa-zm1 - ladspa-inv - ladspa-chebstortion - ladspa-bodeShifter - ladspa-bodeShifterCV - ladspa-amPitchshift - ladspa-sc4 - ladspa-lcrDelay - ladspa-giantFlange - ladspa-djFlanger - ladspa-gongBeater - ladspa-hilbert - ladspa-sinCos - ladspa-se4 - ladspa-bandpass-a-iir - ladspa-bandpass-iir - ladspa-highpass-iir - ladspa-lowpass-iir - ladspa-notch-iir - ladspa-dj-eq-mono - ladspa-dj-eq - ladspa-bwxover-iir - ladspa-buttlow-iir - ladspa-butthigh-iir - ladspa-allpass-n - ladspa-allpass-l - ladspa-allpass-c - ladspa-comb-n - ladspa-comb-l - ladspa-comb-c - ladspa-decay - ladspa-delay-n - ladspa-delay-l - ladspa-delay-c - ladspa-impulse-fc - ladspa-vynil - ladspa-revdelay - ladspa-lsFilter - ladspa-const - ladspa-pointerCastDistortion - ladspa-pitchScale - ladspa-artificialLatency - ladspa-xfade - ladspa-xfade4 - ladspa-sc4m - ladspa-mbeq - ladspa-pitchScaleHQ - ladspa-imp + ladspa-lpf + ladspa-hpf GstXvidEnc GstXvidDec - GstSpcDec GstPitch GstBaseTransform GstAudioFilter GstBPMDetect GstStereo + GstBayer2RGB + GstRgAnalysis + GstRgLimiter GstSpeexResample + GstScaletempo + GstDeinterlace GstVideoFilter GstVideoAnalyse GstVideoDetect GstVideoMark - GstRgAnalysis - GstRgLimiter - GstVideoCrop - GstBayer2RGB GstIIR - GstDeinterlace - GstBaseSink - GstSFSink - GstVideoSink - GstSDLVideoSink - GstGLImageSink - GstBaseAudioSink - GstAudioSink - GstSDLAudioSink - GstNasSink - GstOss4Sink - GstJackAudioSink - AlsaSPDIFSink - GstFBDEVSink - GstDCCPServerSink - GstDCCPClientSink - GstAppSink - GstTRM GstMusepackDec GstMpeg2enc GstGSMEnc GstGSMDec - GstFaad GstFaac GstDtsDec - GstCDAudio - GstBz2enc - GstBz2dec - GstAmrwbDec - GstAmrwbParse - GstAmrwbEnc + GstTRM + GstX264Enc + GstBaseMetadata + GstMetadataDemux + GstMetadataMux GstOss4Mixer + GstFestival + GstModPlug + GstMveDemux + GstMveMux GstSrtEnc - MpegTSParse + GstMpeg4VParse + GstCDXAParse + GstVcdParse + GstNsfDec + MpegTsMux + GstRealVideoDec + GstRealAudioDec GstRawParse GstVideoParse GstAudioParse @@ -330,32 +115,28 @@ GObject GstRtpPtDemux GstRtpSession GstRtpSsrcDemux - GstMpeg4VParse - MpegVideoParse + GstPcapParse + GstInputSelector + GstOutputSelector GstVMncDec - GstMveDemux - GstMveMux + MpegVideoParse + GstH264Parse + GstY4mEncode + GstSpeed GstInterleave GstDeinterleave - GstRealVideoDec - GstRealAudioDec - GstNuvDemux - GstY4mEncode - GstDeinterlace2 + GstFreeze + GstDVDSpu + AIFFParse GstTtaParse GstTtaDec - GstSpeed - GstNsfDec - GstDVDSpu - GstInputSelector - GstOutputSelector - GstModPlug - GstH264Parse + GstNuvDemux GstFLVDemux - GstFreeze - GstFestival - GstCDXAParse - GstVcdParse + GstFlvMux + GstMpegPSDemux + GstMpegTSDemux + MpegTSParse + GstDeinterlace2 GstBus GstTask GstClock @@ -367,13 +148,20 @@ GObject GstJackAudioSrcRingBuffer GstJackAudioSinkRingBuffer GstSignalObject + GstColorBalanceChannel + GstMixerTrack + GstMixerOptions + RTPSession + FluTsPatInfo + FluTsPmtInfo GInterface GTypePlugin GstChildProxy GstURIHandler - GstTagSetter GstImplementsInterface - GstXOverlay GstNavigation - GstPropertyProbe + GstColorBalance + GstXOverlay GstMixer + GstTagSetter + GstPropertyProbe diff --git a/docs/plugins/gst-plugins-bad-plugins.interfaces b/docs/plugins/gst-plugins-bad-plugins.interfaces index 728d8df68..f7ab22937 100644 --- a/docs/plugins/gst-plugins-bad-plugins.interfaces +++ b/docs/plugins/gst-plugins-bad-plugins.interfaces @@ -2,20 +2,21 @@ GstBin GstChildProxy GstPipeline GstChildProxy RsnDvdBin GstChildProxy GstURIHandler DvbBaseBin GstChildProxy GstURIHandler +GstRgVolume GstChildProxy GstRtpBin GstChildProxy GstRtpClient GstChildProxy -GstRgVolume GstChildProxy GstSDPDemux GstChildProxy -GstMetadataMux GstTagSetter -GstMythtvSrc GstURIHandler GstNeonhttpSrc GstURIHandler +GstMythtvSrc GstURIHandler GstMMS GstURIHandler -GstOss4Source GstImplementsInterface GstPropertyProbe GstMixer +GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe GstVCDSrc GstURIHandler GstAppSrc GstURIHandler -GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation -GstGLImageSink GstImplementsInterface GstXOverlay -GstOss4Sink GstPropertyProbe GstCDAudio GstURIHandler -GstOss4Mixer GstImplementsInterface GstPropertyProbe GstMixer +GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance +GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay +GstApExSink GstImplementsInterface GstMixer +GstOss4Sink GstPropertyProbe +GstMetadataMux GstTagSetter +GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe GstDeinterlace2 GstChildProxy diff --git a/docs/plugins/gst-plugins-bad-plugins.prerequisites b/docs/plugins/gst-plugins-bad-plugins.prerequisites index b703e314d..c42d7af43 100644 --- a/docs/plugins/gst-plugins-bad-plugins.prerequisites +++ b/docs/plugins/gst-plugins-bad-plugins.prerequisites @@ -1,5 +1,6 @@ GstChildProxy GstObject -GstTagSetter GstObject GstElement GstImplementsInterface GstObject GstElement +GstColorBalance GstObject GstImplementsInterface GstElement GstXOverlay GstObject GstImplementsInterface GstElement GstMixer GstObject GstImplementsInterface GstElement +GstTagSetter GstObject GstElement diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals index cba8307a2..3201eef75 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -139,6 +139,23 @@ guint arg2 </SIGNAL> <SIGNAL> +<NAME>GstRtpBin::get-internal-session</NAME> +<RETURNS>RTPSession*</RETURNS> +<FLAGS>la</FLAGS> +GstRtpBin *gstrtpbin +guint arg1 +</SIGNAL> + +<SIGNAL> +<NAME>GstRtpBin::on-sender-timeout</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRtpBin *gstrtpbin +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> <NAME>GstRtpJitterBuffer::clear-pt-map</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> @@ -265,6 +282,14 @@ guint arg1 </SIGNAL> <SIGNAL> +<NAME>GstRtpSession::on-sender-timeout</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRtpSession *gstrtpsession +guint arg1 +</SIGNAL> + +<SIGNAL> <NAME>GstRtpSsrcDemux::new-ssrc-pad</NAME> <RETURNS>void</RETURNS> <FLAGS>l</FLAGS> diff --git a/docs/plugins/inspect/plugin-alsaspdif.xml b/docs/plugins/inspect/plugin-alsaspdif.xml index 8e5e1d60e..9f008e974 100644 --- a/docs/plugins/inspect/plugin-alsaspdif.xml +++ b/docs/plugins/inspect/plugin-alsaspdif.xml @@ -3,7 +3,7 @@ <description>Alsa plugin for S/PDIF output</description> <filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename> <basename>libgstalsaspdif.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index 1b2f8c2e9..ecc08ced9 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.8</version> + <version>0.10.9</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 5b582feff..048d1645d 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <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)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> <direction>sink</direction> <presence>always</presence> <details>video/x-raw-bayer, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <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> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml index 7dd234463..92aecfb83 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Lutz Mueller <lutz@users.sourceforge.net></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>application/x-bzip</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>ANY</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>application/x-bzip</details> + </caps> </pads> </element> <element> @@ -38,17 +38,17 @@ <author>Lutz Mueller <lutz@users.sourceforge.net></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>ANY</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>application/x-bzip</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-cdaudio.xml b/docs/plugins/inspect/plugin-cdaudio.xml index a539ca24a..ef9a1a66b 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.8</version> + <version>0.10.9</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 6731b5730..60d14ffa9 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Wim Taymans <wim.taymans@tvd.be></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/x-cdxa</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>video/mpeg, systemstream=(boolean)true</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-cdxa</details> + </caps> </pads> </element> <element> @@ -38,17 +38,17 @@ <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> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-vcd</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-dccp.xml b/docs/plugins/inspect/plugin-dccp.xml index 237fb1983..0d0792d4e 100644 --- a/docs/plugins/inspect/plugin-dccp.xml +++ b/docs/plugins/inspect/plugin-dccp.xml @@ -3,7 +3,7 @@ <description>transfer data over the network via DCCP.</description> <filename>../../gst/dccp/.libs/libgstdccp.so</filename> <basename>libgstdccp.so</basename> - <version>0.10.8.1</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>DCCP</package> diff --git a/docs/plugins/inspect/plugin-dfbvideosink.xml b/docs/plugins/inspect/plugin-dfbvideosink.xml index 2d0b6bd62..a67e4d528 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.8</version> + <version>0.10.9</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 a9f630466..f2ba99437 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.8</version> + <version>0.10.9</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/x-dts; audio/x-private1-dts</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-dts; audio/x-private1-dts</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-dvb.xml b/docs/plugins/inspect/plugin-dvb.xml index b28520ccd..cc4064777 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,15 +17,15 @@ <author>Alessandro Decina <alessandro@nnva.org></author> <pads> <caps> - <name>program_%d</name> + <name>src%d</name> <direction>source</direction> - <presence>sometimes</presence> + <presence>request</presence> <details>video/mpegts, systemstream=(boolean)true</details> </caps> <caps> - <name>src%d</name> + <name>program_%d</name> <direction>source</direction> - <presence>request</presence> + <presence>sometimes</presence> <details>video/mpegts, systemstream=(boolean)true</details> </caps> </pads> diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml index a5198497b..fc4981757 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,10 +17,10 @@ <author>Jan Schmidt <jan@fluendo.com></author> <pads> <caps> - <name>src</name> - <direction>source</direction> + <name>subpicture</name> + <direction>sink</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details> + <details>video/x-dvd-subpicture</details> </caps> <caps> <name>video</name> @@ -29,10 +29,10 @@ <details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details> </caps> <caps> - <name>subpicture</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> - <details>video/x-dvd-subpicture</details> + <details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml index 9809d8000..8b43ba504 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/mpeg, mpegversion=(int){ 4, 2 }, channels=(int)[ 1, 6 ], rate=(int)[ 8000, 96000 ]</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 6 ]</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/mpeg, mpegversion=(int){ 4, 2 }, channels=(int)[ 1, 6 ], rate=(int)[ 8000, 96000 ]</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index 63cffe86c..7c6147857 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.8</version> + <version>0.10.9</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> <pads> <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, 96000 ], channels=(int)[ 1, 8 ]</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>audio/mpeg, mpegversion=(int){ 2, 4 }</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, 96000 ], channels=(int)[ 1, 8 ]</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-fbdevsink.xml b/docs/plugins/inspect/plugin-fbdevsink.xml index 1ffc46e80..25bf77eec 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.8</version> + <version>0.10.9</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 7729e35c5..51af975f3 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Wim Taymans <wim.taymans@chello.be></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>text/plain</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>audio/x-wav</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>text/plain</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-filter.xml b/docs/plugins/inspect/plugin-filter.xml index 3884a9ef2..79e51aeab 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Monty <monty@xiph.org>, Thomas <thomas@apestaart.org>, Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32</details> </caps> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32</details> </caps> diff --git a/docs/plugins/inspect/plugin-freeze.xml b/docs/plugins/inspect/plugin-freeze.xml index 36074a8a3..0f6b67fbb 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Gergely Nagy <gergely.nagy@neteyes.hu>, Renato Filho <renato.filho@indt.org.br></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>ANY</details> </caps> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>ANY</details> </caps> diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index 130bc9312..f6c89c05d 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,7 +3,7 @@ <description>GSM encoder/decoder</description> <filename>../../ext/gsm/.libs/libgstgsm.so</filename> <basename>libgstgsm.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Philippe Khalaf <burger@speedy.org></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <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)[ 1, 2147483647 ], channels=(int)1</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-gsm, rate=(int)8000, channels=(int)1; audio/ms-gsm, rate=(int)[ 1, 2147483647 ], channels=(int)1</details> + </caps> </pads> </element> <element> @@ -38,17 +38,17 @@ <author>Philippe Khalaf <burger@speedy.org></author> <pads> <caps> - <name>sink</name> - <direction>sink</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> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>audio/x-gsm, rate=(int)8000, channels=(int)1</details> </caps> + <caps> + <name>sink</name> + <direction>sink</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> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-gstinterlace.xml b/docs/plugins/inspect/plugin-gstinterlace.xml index 5cbbea81b..2b8350a2e 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420, Y42B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420, Y42B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml index 361f40df1..3a1077d78 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,39 +17,39 @@ <author>Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> - <name>recv_rtp_sink_%d</name> - <direction>sink</direction> - <presence>request</presence> + <name>send_rtp_src_%d</name> + <direction>source</direction> + <presence>sometimes</presence> <details>application/x-rtp</details> </caps> <caps> - <name>recv_rtcp_sink_%d</name> - <direction>sink</direction> + <name>send_rtcp_src_%d</name> + <direction>source</direction> <presence>request</presence> <details>application/x-rtcp</details> </caps> <caps> - <name>send_rtp_sink_%d</name> - <direction>sink</direction> - <presence>request</presence> - <details>application/x-rtp</details> - </caps> - <caps> <name>recv_rtp_src_%d_%d_%d</name> <direction>source</direction> <presence>sometimes</presence> <details>application/x-rtp</details> </caps> <caps> - <name>send_rtcp_src_%d</name> - <direction>source</direction> + <name>send_rtp_sink_%d</name> + <direction>sink</direction> + <presence>request</presence> + <details>application/x-rtp</details> + </caps> + <caps> + <name>recv_rtcp_sink_%d</name> + <direction>sink</direction> <presence>request</presence> <details>application/x-rtcp</details> </caps> <caps> - <name>send_rtp_src_%d</name> - <direction>source</direction> - <presence>sometimes</presence> + <name>recv_rtp_sink_%d</name> + <direction>sink</direction> + <presence>request</presence> <details>application/x-rtp</details> </caps> </pads> @@ -62,9 +62,9 @@ <author>Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> - <name>rtp_sink_%d</name> - <direction>sink</direction> - <presence>request</presence> + <name>rtp_src_%d_%d</name> + <direction>source</direction> + <presence>sometimes</presence> <details>application/x-rtp</details> </caps> <caps> @@ -74,9 +74,9 @@ <details>application/x-rtcp</details> </caps> <caps> - <name>rtp_src_%d_%d</name> - <direction>source</direction> - <presence>sometimes</presence> + <name>rtp_sink_%d</name> + <direction>sink</direction> + <presence>request</presence> <details>application/x-rtp</details> </caps> </pads> @@ -89,17 +89,17 @@ <author>Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>application/x-rtp</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>application/x-rtp, clock-rate=(int)[ 1, 2147483647 ]</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>application/x-rtp</details> + </caps> </pads> </element> <element> @@ -110,17 +110,17 @@ <author>Kai Vehmanen <kai.vehmanen@nokia.com></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>application/x-rtp</details> - </caps> - <caps> <name>src_%d</name> <direction>source</direction> <presence>sometimes</presence> <details>application/x-rtp, payload=(int)[ 0, 255 ]</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>application/x-rtp</details> + </caps> </pads> </element> <element> @@ -131,25 +131,13 @@ <author>Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> - <name>recv_rtp_sink</name> - <direction>sink</direction> - <presence>request</presence> - <details>application/x-rtp</details> - </caps> - <caps> - <name>recv_rtcp_sink</name> - <direction>sink</direction> + <name>send_rtcp_src</name> + <direction>source</direction> <presence>request</presence> <details>application/x-rtcp</details> </caps> <caps> - <name>send_rtp_sink</name> - <direction>sink</direction> - <presence>request</presence> - <details>application/x-rtp</details> - </caps> - <caps> - <name>recv_rtp_src</name> + <name>send_rtp_src</name> <direction>source</direction> <presence>sometimes</presence> <details>application/x-rtp</details> @@ -161,17 +149,29 @@ <details>application/x-rtcp</details> </caps> <caps> - <name>send_rtp_src</name> + <name>recv_rtp_src</name> <direction>source</direction> <presence>sometimes</presence> <details>application/x-rtp</details> </caps> <caps> - <name>send_rtcp_src</name> - <direction>source</direction> + <name>send_rtp_sink</name> + <direction>sink</direction> + <presence>request</presence> + <details>application/x-rtp</details> + </caps> + <caps> + <name>recv_rtcp_sink</name> + <direction>sink</direction> <presence>request</presence> <details>application/x-rtcp</details> </caps> + <caps> + <name>recv_rtp_sink</name> + <direction>sink</direction> + <presence>request</presence> + <details>application/x-rtp</details> + </caps> </pads> </element> <element> @@ -182,15 +182,9 @@ <author>Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>application/x-rtp</details> - </caps> - <caps> - <name>rtcp_sink</name> - <direction>sink</direction> - <presence>always</presence> + <name>rtcp_src_%d</name> + <direction>source</direction> + <presence>sometimes</presence> <details>application/x-rtcp</details> </caps> <caps> @@ -200,11 +194,17 @@ <details>application/x-rtp</details> </caps> <caps> - <name>rtcp_src_%d</name> - <direction>source</direction> - <presence>sometimes</presence> + <name>rtcp_sink</name> + <direction>sink</direction> + <presence>always</presence> <details>application/x-rtcp</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>application/x-rtp</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-h264parse.xml b/docs/plugins/inspect/plugin-h264parse.xml index 1efe813a6..4811eac99 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Michal Benes <michal.benes@itonis.tv>,Wim Taymans <wim.taymans@gmail.com</author> <pads> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>video/x-h264</details> </caps> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>video/x-h264</details> </caps> diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index a7eba96e8..29f5bf733 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.8.1</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins CVS/prerelease</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 889e1c6a9..649db9a2b 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Richard Furse (LADSPA example plugins)</author> <pads> <caps> - <name>Input</name> - <direction>sink</direction> + <name>Output</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> <caps> - <name>Output</name> - <direction>source</direction> + <name>Input</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> @@ -38,13 +38,7 @@ <author>Richard Furse (LADSPA example plugins)</author> <pads> <caps> - <name>Input_-Left-</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> - </caps> - <caps> - <name>Output_-Left-</name> + <name>Output_-Right-</name> <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> @@ -56,11 +50,17 @@ <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> <caps> - <name>Output_-Right-</name> + <name>Output_-Left-</name> <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> + <caps> + <name>Input_-Left-</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> + </caps> </pads> </element> <element> @@ -71,14 +71,14 @@ <author>Richard Furse (LADSPA example plugins)</author> <pads> <caps> - <name>Input</name> - <direction>sink</direction> + <name>Output</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> <caps> - <name>Output</name> - <direction>source</direction> + <name>Input</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> @@ -92,14 +92,14 @@ <author>Richard Furse (LADSPA example plugins)</author> <pads> <caps> - <name>Input</name> - <direction>sink</direction> + <name>Output</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> <caps> - <name>Output</name> - <direction>source</direction> + <name>Input</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> @@ -113,14 +113,14 @@ <author>Richard Furse (LADSPA example plugins)</author> <pads> <caps> - <name>Input</name> - <direction>sink</direction> + <name>Output</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> <caps> - <name>Output</name> - <direction>source</direction> + <name>Input</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> @@ -149,8 +149,8 @@ <author>Richard Furse (LADSPA example plugins)</author> <pads> <caps> - <name>Frequency_-Hz-</name> - <direction>sink</direction> + <name>Output</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> @@ -161,8 +161,8 @@ <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> <caps> - <name>Output</name> - <direction>source</direction> + <name>Frequency_-Hz-</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> @@ -176,14 +176,14 @@ <author>Richard Furse (LADSPA example plugins)</author> <pads> <caps> - <name>Frequency_-Hz-</name> - <direction>sink</direction> + <name>Output</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> <caps> - <name>Output</name> - <direction>source</direction> + <name>Frequency_-Hz-</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> @@ -197,14 +197,14 @@ <author>Richard Furse (LADSPA example plugins)</author> <pads> <caps> - <name>Amplitude</name> - <direction>sink</direction> + <name>Output</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> <caps> - <name>Output</name> - <direction>source</direction> + <name>Amplitude</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)1, endianness=(int)1234</details> </caps> diff --git a/docs/plugins/inspect/plugin-metadata.xml b/docs/plugins/inspect/plugin-metadata.xml index 80b0491e6..c4ca0bc1c 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Edgard Lima <edgard.lima@indt.org.br></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>image/jpeg, tags-extracted=(boolean)false; image/png, tags-extracted=(boolean)false</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true</details> + </caps> </pads> </element> <element> @@ -38,17 +38,17 @@ <author>Edgard Lima <edgard.lima@indt.org.br></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>image/jpeg; image/png</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>image/jpeg, tags-extracted=(boolean)true; image/png, tags-extracted=(boolean)true</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>image/jpeg; image/png</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index 466b8e250..64bb6501d 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -3,7 +3,7 @@ <description>Microsoft Multi Media Server streaming protocol support</description> <filename>../../ext/libmms/.libs/libgstmms.so</filename> <basename>libgstmms.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index 64c4d535d..c7f5c516b 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Jeremy SIMON <jsimon13@yahoo.fr></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/x-mod; audio/x-xm; audio/x-it; audio/x-s3m; audio/x-stm</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, 11025, 22050, 44100 }, channels=(int)2; audio/x-raw-int, endianness=(int)1234, signed=(boolean)false, width=(int)8, depth=(int)8, rate=(int){ 8000, 11025, 22050, 44100 }, channels=(int)[ 1, 2 ]</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-mod; audio/x-xm; audio/x-it; audio/x-s3m; audio/x-stm</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index 0c57725fd..5ce70a00a 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.8</version> + <version>0.10.9</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -18,17 +18,17 @@ Ronald Bultje <rbultje@ronald.bitfreak.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/mpeg, systemstream=(boolean)false, mpegversion=(int){ 1, 2 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/mpeg, systemstream=(boolean)false, mpegversion=(int){ 1, 2 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-mpeg4videoparse.xml b/docs/plugins/inspect/plugin-mpeg4videoparse.xml index 1e05937a3..bb3a73139 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Julien Moutte <julien@fluendo.com></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>video/mpeg, mpegversion=(int)4, parsed=(boolean)false, systemstream=(boolean)false</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-mpegvideoparse.xml b/docs/plugins/inspect/plugin-mpegvideoparse.xml index 62ba99685..b70af155c 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -18,17 +18,17 @@ Jan Schmidt <thaytan@mad.scientist.com></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/mpeg, mpegversion=(int)[ 1, 2 ], parsed=(boolean)true, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel-aspect-ratio=(fraction)[ 0/1, 2147483647/1 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>video/mpeg, mpegversion=(int)[ 1, 2 ], parsed=(boolean)false, systemstream=(boolean)false</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/mpeg, mpegversion=(int)[ 1, 2 ], parsed=(boolean)true, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], pixel-aspect-ratio=(fraction)[ 0/1, 2147483647/1 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-musepack.xml b/docs/plugins/inspect/plugin-musepack.xml index 117abe7b0..94d964380 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>audio/x-musepack, streamversion=(int)7</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-musicbrainz.xml b/docs/plugins/inspect/plugin-musicbrainz.xml index f79c51c39..00005ba5c 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Jeremy Simon <jsimon13@yahoo.fr></author> <pads> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int){ 8, 16 }, depth=(int){ 8, 16 }, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]</details> </caps> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int){ 8, 16 }, depth=(int){ 8, 16 }, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]</details> </caps> diff --git a/docs/plugins/inspect/plugin-mve.xml b/docs/plugins/inspect/plugin-mve.xml index b0ebb5f19..63d2313a4 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,10 +17,10 @@ <author>Jens Granseuer <jensgr@gmx.net></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/x-mve</details> + <name>audio</name> + <direction>source</direction> + <presence>sometimes</presence> + <details>audio/x-raw-int, width=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)8, signed=(boolean)false; audio/x-raw-int, width=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)16, signed=(boolean)true, endianness=(int){ 1234, 4321 }</details> </caps> <caps> <name>video</name> @@ -29,10 +29,10 @@ <details>video/x-raw-rgb, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31; video/x-raw-rgb, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], bpp=(int)8, depth=(int)8, endianness=(int)1234</details> </caps> <caps> - <name>audio</name> - <direction>source</direction> - <presence>sometimes</presence> - <details>audio/x-raw-int, width=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)8, signed=(boolean)false; audio/x-raw-int, width=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)16, signed=(boolean)true, endianness=(int){ 1234, 4321 }</details> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-mve</details> </caps> </pads> </element> @@ -44,10 +44,10 @@ <author>Jens Granseuer <jensgr@gmx.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/x-mve</details> + <name>video</name> + <direction>sink</direction> + <presence>request</presence> + <details>video/x-raw-rgb, width=(int)[ 24, 1600 ], height=(int)[ 24, 1200 ], framerate=(fraction)[ 1/1, 2147483647/1 ], bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31; video/x-raw-rgb, bpp=(int)8, depth=(int)8, width=(int)[ 24, 1600 ], height=(int)[ 24, 1200 ], framerate=(fraction)[ 1/1, 2147483647/1 ], endianness=(int)1234</details> </caps> <caps> <name>audio</name> @@ -56,10 +56,10 @@ <details>audio/x-raw-int, width=(int)8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)8, signed=(boolean)false; audio/x-raw-int, width=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ], depth=(int)16, signed=(boolean)true, endianness=(int)1234</details> </caps> <caps> - <name>video</name> - <direction>sink</direction> - <presence>request</presence> - <details>video/x-raw-rgb, width=(int)[ 24, 1600 ], height=(int)[ 24, 1200 ], framerate=(fraction)[ 1/1, 2147483647/1 ], bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31; video/x-raw-rgb, bpp=(int)8, depth=(int)8, width=(int)[ 24, 1600 ], height=(int)[ 24, 1200 ], framerate=(fraction)[ 1/1, 2147483647/1 ], endianness=(int)1234</details> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-mve</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-mythtv.xml b/docs/plugins/inspect/plugin-mythtv.xml index bf150f38e..c8cd17cad 100644 --- a/docs/plugins/inspect/plugin-mythtv.xml +++ b/docs/plugins/inspect/plugin-mythtv.xml @@ -3,7 +3,7 @@ <description>lib MythTV src</description> <filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename> <basename>libgstmythtvsrc.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-nas.xml b/docs/plugins/inspect/plugin-nas.xml index 6325f3f5b..8e494bbf7 100644 --- a/docs/plugins/inspect/plugin-nas.xml +++ b/docs/plugins/inspect/plugin-nas.xml @@ -3,7 +3,7 @@ <description>NAS (Network Audio System) support for GStreamer</description> <filename>../../ext/nas/.libs/libgstnassink.so</filename> <basename>libgstnassink.so</basename> - <version>0.10.8</version> + <version>0.10.9</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 573bc4da7..679ed002a 100644 --- a/docs/plugins/inspect/plugin-neon.xml +++ b/docs/plugins/inspect/plugin-neon.xml @@ -3,7 +3,7 @@ <description>lib neon http client src</description> <filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename> <basename>libgstneonhttpsrc.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-nsfdec.xml b/docs/plugins/inspect/plugin-nsfdec.xml index ff7b42e0b..d563559ca 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.8</version> + <version>0.10.9</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Johan Dahlin <johan@gnome.org></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int){ 8, 16 }, depth=(int){ 8, 16 }, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>audio/x-nsf</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){ 8, 16 }, depth=(int){ 8, 16 }, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-nuvdemux.xml b/docs/plugins/inspect/plugin-nuvdemux.xml index ffb89a855..9f4e3535b 100644 --- a/docs/plugins/inspect/plugin-nuvdemux.xml +++ b/docs/plugins/inspect/plugin-nuvdemux.xml @@ -3,7 +3,7 @@ <description>Demuxes and muxes audio and video</description> <filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename> <basename>libgstnuvdemux.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,10 +17,10 @@ <author>Renato Araujo Oliveira Filho <renato.filho@indt.org.br>,Rosfran Borges <rosfran.borges@indt.org.br></author> <pads> <caps> - <name>audio_src</name> - <direction>source</direction> - <presence>sometimes</presence> - <details>ANY</details> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-nuv</details> </caps> <caps> <name>video_src</name> @@ -29,10 +29,10 @@ <details>ANY</details> </caps> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/x-nuv</details> + <name>audio_src</name> + <direction>source</direction> + <presence>sometimes</presence> + <details>ANY</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml index 8194bc566..1954ddc22 100644 --- a/docs/plugins/inspect/plugin-oss4.xml +++ b/docs/plugins/inspect/plugin-oss4.xml @@ -3,7 +3,7 @@ <description>Open Sound System (OSS) version 4 support for GStreamer</description> <filename>../../sys/oss4/.libs/libgstoss4audio.so</filename> <basename>libgstoss4audio.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml index 5726b45a8..3718834d7 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Sebastian Dröge <slomo@circular-chaos.org></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>ANY</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>audio/x-raw-int, depth=(int)[ 1, 32 ], width=(int){ 8, 16, 24, 32 }, endianness=(int){ 1234, 4321 }, signed=(boolean){ true, false }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int){ 32, 64 }, endianness=(int){ 1234, 4321 }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> </pads> </element> <element> @@ -38,17 +38,17 @@ <author>David Schleef <ds@schleef.org>, Sebastian Dröge <slomo@circular-chaos.org></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>ANY</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-real.xml b/docs/plugins/inspect/plugin-real.xml index 8a7cd3a5f..4e5a014f3 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Lutz Mueller <lutz@topfrose.de></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/x-pn-realaudio, raversion=(int){ 3, 4, 5, 6, 8 }; audio/x-sipro</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>audio/x-raw-int, width=(int)[ 1, 2147483647 ], depth=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-pn-realaudio, raversion=(int){ 3, 4, 5, 6, 8 }; audio/x-sipro</details> + </caps> </pads> </element> <element> @@ -38,17 +38,17 @@ <author>Lutz Mueller <lutz@topfrose.de></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/x-pn-realvideo, rmversion=(int)[ 2, 4 ]</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-pn-realvideo, rmversion=(int)[ 2, 4 ]</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml index e73caedcf..b5384a90d 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-scaletempo.xml b/docs/plugins/inspect/plugin-scaletempo.xml index 53b1728e7..7579df27b 100644 --- a/docs/plugins/inspect/plugin-scaletempo.xml +++ b/docs/plugins/inspect/plugin-scaletempo.xml @@ -3,7 +3,7 @@ <description>Scale audio tempo in sync with playback rate</description> <filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename> <basename>libgstscaletempoplugin.so</basename> - <version>0.10.8.1</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer</package> diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml index aedbb90bd..60befd6c0 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.8</version> + <version>0.10.9</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 b08bacc62..d9b1a30c0 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>application/sdp</details> - </caps> - <caps> <name>stream%d</name> <direction>source</direction> <presence>sometimes</presence> <details>application/x-rtp</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>application/sdp</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-selector.xml b/docs/plugins/inspect/plugin-selector.xml index a9dc3fafc..0590fa457 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -20,17 +20,17 @@ Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> - <name>sink%d</name> - <direction>sink</direction> - <presence>request</presence> - <details>ANY</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>ANY</details> </caps> + <caps> + <name>sink%d</name> + <direction>sink</direction> + <presence>request</presence> + <details>ANY</details> + </caps> </pads> </element> <element> @@ -41,17 +41,17 @@ <author>Stefan Kost <stefan.kost@nokia.com></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>ANY</details> - </caps> - <caps> <name>src%d</name> <direction>source</direction> <presence>request</presence> <details>ANY</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-sndfile.xml b/docs/plugins/inspect/plugin-sndfile.xml index 15e304c91..57d3c45f4 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.8</version> + <version>0.10.9</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 63de9f239..d9021582f 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Sebastian Dröge <slomo@circular-chaos.org></author> <pads> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ]</details> </caps> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, width=(int)32, endianness=(int)1234, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ]</details> </caps> @@ -38,14 +38,14 @@ <author>Wouter Paesen <wouter@blue-gate.be></author> <pads> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ], endianness=(int)1234, width=(int)32</details> </caps> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ], endianness=(int)1234, width=(int)32</details> </caps> diff --git a/docs/plugins/inspect/plugin-spcdec.xml b/docs/plugins/inspect/plugin-spcdec.xml index d17ed0f33..2978f8848 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Chris Lee <clee@kde.org>, Brian Koropoff <bkoropoff@gmail.com></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>audio/x-spc</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)32000, channels=(int)2</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-spc</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index a8ac715e0..c85992e86 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Andy Wingo <apwingo@eos.ncsu.edu>, Tim-Philipp Müller <tim@centricular.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> </caps> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> </caps> diff --git a/docs/plugins/inspect/plugin-speexresample.xml b/docs/plugins/inspect/plugin-speexresample.xml index 40127c494..d821c3c02 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Sebastian Dröge <slomo@circular-chaos.org></author> <pads> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> </caps> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32; audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details> </caps> diff --git a/docs/plugins/inspect/plugin-stereo.xml b/docs/plugins/inspect/plugin-stereo.xml index f2bc18cad..16defb533 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Erik Walthinsen <omega@cse.ogi.edu></author> <pads> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true</details> </caps> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, rate=(int)[ 1, 2147483647 ], channels=(int)2, signed=(boolean)true</details> </caps> diff --git a/docs/plugins/inspect/plugin-subenc.xml b/docs/plugins/inspect/plugin-subenc.xml index c6923b064..2855a45d2 100644 --- a/docs/plugins/inspect/plugin-subenc.xml +++ b/docs/plugins/inspect/plugin-subenc.xml @@ -3,7 +3,7 @@ <description>subtitle encoders</description> <filename>../../gst/subenc/.libs/libgstsubenc.so</filename> <basename>libgstsubenc.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Thijs Vermeir <thijsvermeir@gmail.com></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>text/plain; text/x-pango-markup</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>application/x-subtitle</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>text/plain; text/x-pango-markup</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-tta.xml b/docs/plugins/inspect/plugin-tta.xml index 7de30bdec..a40b88157 100644 --- a/docs/plugins/inspect/plugin-tta.xml +++ b/docs/plugins/inspect/plugin-tta.xml @@ -3,7 +3,7 @@ <description>TTA lossless audio format handling</description> <filename>../../gst/tta/.libs/libgsttta.so</filename> <basename>libgsttta.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Arwed v. Merkatz <v.merkatz@gmx.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/x-raw-int, width=(int){ 8, 16, 24 }, depth=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ], endianness=(int)1234, signed=(boolean)true</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw-int, width=(int){ 8, 16, 24 }, depth=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ], endianness=(int)1234, signed=(boolean)true</details> + </caps> </pads> </element> <element> @@ -38,17 +38,17 @@ <author>Arwed v. Merkatz <v.merkatz@gmx.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>audio/x-ttafile</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-vcdsrc.xml b/docs/plugins/inspect/plugin-vcdsrc.xml index e0e8df250..2a9500b98 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.8</version> + <version>0.10.9</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 4b38c88f7..355225636 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,14 +17,14 @@ <author>Wim Taymans <wim@fluendo.com></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> @@ -38,14 +38,14 @@ <author>Wim Taymans <wim@fluendo.com></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> @@ -59,14 +59,14 @@ <author>Wim Taymans <wim@fluendo.com></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> + <name>src</name> + <direction>source</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> - <name>src</name> - <direction>source</direction> + <name>sink</name> + <direction>sink</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> diff --git a/docs/plugins/inspect/plugin-vmnc.xml b/docs/plugins/inspect/plugin-vmnc.xml index 3e99b3a03..279a18211 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Michael Smith <msmith@xiph.org></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/x-raw-rgb</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>video/x-vmnc, version=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ]</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw-rgb</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-wildmidi.xml b/docs/plugins/inspect/plugin-wildmidi.xml index c3397dc6c..f31bfe082 100644 --- a/docs/plugins/inspect/plugin-wildmidi.xml +++ b/docs/plugins/inspect/plugin-wildmidi.xml @@ -3,7 +3,7 @@ <description>Wildmidi Plugin</description> <filename>../../ext/timidity/.libs/libgstwildmidi.so</filename> <basename>libgstwildmidi.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Wouter Paesen <wouter@blue-gate.be></author> <pads> <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> + <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> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 67c78bde7..424c34551 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.8</version> + <version>0.10.9</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -14,20 +14,20 @@ <longname>x264enc</longname> <class>Codec/Encoder/Video</class> <description>H264 Encoder</description> - <author>Josef Zlomek <josef.zlomek@itonis.tv></author> + <author>Josef Zlomek <josef.zlomek@itonis.tv>, Mark Nauwelaerts <mnauw@users.sf.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/x-h264</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-h264</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-xvid.xml b/docs/plugins/inspect/plugin-xvid.xml index 5d8210110..abd053fdb 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.8</version> + <version>0.10.9</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/x-xvid, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, YV12, YVYU, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-xvid, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> </pads> </element> <element> @@ -38,17 +38,17 @@ <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, YV12, YVYU, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>video/x-xvid, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, YV12, YVYU, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], depth=(int)24, bpp=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> </pads> </element> </elements> diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index 0489d14dd..5f067d1d7 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.8</version> + <version>0.10.9</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -17,17 +17,17 @@ <author>Wim Taymans <wim.taymans@chello.be></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>application/x-yuv4mpeg, y4mversion=(int)2</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc){ IYUV, I420 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>application/x-yuv4mpeg, y4mversion=(int)2</details> + </caps> </pads> </element> </elements> diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap index 578fb1022..e19f0e5fe 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.9</revision> + <branch>0.10</branch> + <name>Matters Of Fact</name> + <created>2008-10-24</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.9.tar.bz2" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.9.tar.gz" /> + </Version> + </release> + + <release> + <Version> <revision>0.10.8</revision> <branch>0.10</branch> <name>Vapour Trails</name> diff --git a/win32/common/config.h b/win32/common/config.h index 87e75d365..b4977239e 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -199,7 +199,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.8" +#define VERSION "0.10.9" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |