diff options
| author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-05-12 21:36:31 +0200 | 
|---|---|---|
| committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-05-12 21:57:18 +0200 | 
| commit | 5f609ead28c494cf9b76517723e9c7c70d7a861b (patch) | |
| tree | 3e574ee4d0ea268e9bb0cd281503d82f4cda8b98 /docs | |
| parent | 121443eba7d5fdc5e6a1d7f24c07c5b8109f45b9 (diff) | |
Moved 'flv' from -bad to -good
Diffstat (limited to 'docs')
70 files changed, 564 insertions, 284 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 478d04b6..7e05a8ec 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -141,6 +141,8 @@ EXTRA_HFILES = \  	$(top_srcdir)/gst/equalizer/gstiirequalizer3bands.h \  	$(top_srcdir)/gst/equalizer/gstiirequalizer10bands.h \  	$(top_srcdir)/gst/equalizer/gstiirequalizernbands.h \ +	$(top_srcdir)/gst/flv/gstflvdemux.h \ +	$(top_srcdir)/gst/flv/gstflvmux.h \  	$(top_srcdir)/gst/goom/gstgoom.h \  	$(top_srcdir)/gst/goom2k1/gstgoom.h \  	$(top_srcdir)/gst/law/alaw-decode.h \ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index e2d7f1a7..105bc5b8 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -63,6 +63,8 @@      <xi:include href="xml/element-flacdec.xml" />      <xi:include href="xml/element-flacenc.xml" />      <xi:include href="xml/element-flactag.xml" /> +    <xi:include href="xml/element-flvdemux.xml" /> +    <xi:include href="xml/element-flvmux.xml" />      <xi:include href="xml/element-gamma.xml" />      <xi:include href="xml/element-gconfaudiosrc.xml" />      <xi:include href="xml/element-gconfaudiosink.xml" /> @@ -161,6 +163,7 @@      <xi:include href="xml/plugin-effectv.xml" />      <xi:include href="xml/plugin-esdsink.xml" />      <xi:include href="xml/plugin-flac.xml" /> +    <xi:include href="xml/plugin-flv.xml" />      <xi:include href="xml/plugin-flxdec.xml" />      <xi:include href="xml/plugin-gamma.xml" />      <xi:include href="xml/plugin-gconfelements.xml" /> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 895d64c8..ad7a528f 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -692,6 +692,36 @@ gst_flac_tag_get_type  </SECTION>  <SECTION> +<FILE>element-flvdemux</FILE> +<TITLE>flvdemux</TITLE> +GstFLVDemux +<SUBSECTION Standard> +GstFLVDemuxClass +GstFLVDemuxFlags +GST_FLV_DEMUX +GST_FLV_DEMUX_CLASS +GST_IS_FLV_DEMUX +GST_IS_FLV_DEMUX_CLASS +GST_TYPE_FLV_DEMUX +gst_flv_demux_get_type +</SECTION> + +<SECTION> +<FILE>element-flvmux</FILE> +<TITLE>flvmux</TITLE> +GstFlvMux +<SUBSECTION Standard> +GstFlvMuxClass +GstFlvMuxFlags +GST_FLV_MUX +GST_FLV_MUX_CLASS +GST_IS_FLV_MUX +GST_IS_FLV_MUX_CLASS +GST_TYPE_FLV_MUX +gst_flv_mux_get_type +</SECTION> + +<SECTION>  <FILE>element-gamma</FILE>  <TITLE>gamma</TITLE>  GstGamma diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 19243307..685d7c26 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -411,7 +411,7 @@  <ARG>  <NAME>GstUDPSrc::sockfd</NAME>  <TYPE>gint</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>rw</FLAGS>  <NICK>Socket Handle</NICK>  <BLURB>Socket to use for UDP reception. (-1 == allocate).</BLURB> @@ -461,7 +461,7 @@  <ARG>  <NAME>GstUDPSrc::sock</NAME>  <TYPE>gint</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>r</FLAGS>  <NICK>Socket Handle</NICK>  <BLURB>Socket currently in use for UDP reception. (-1 = no socket).</BLURB> @@ -479,6 +479,16 @@  </ARG>  <ARG> +<NAME>GstUDPSrc::multicast-iface</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Multicast Interface</NICK> +<BLURB>The network interface on which to join the multicast group.</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG>  <NAME>GstSMPTE::border</NAME>  <TYPE>gint</TYPE>  <RANGE>>= 0</RANGE> @@ -619,6 +629,26 @@  </ARG>  <ARG> +<NAME>GstRTSPSrc::do-rtcp</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Do RTCP</NICK> +<BLURB>Send RTCP packets, disable for old incompatible server.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstRTSPSrc::proxy</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Proxy</NICK> +<BLURB>Proxy settings for HTTP tunneling. Format: [http://][user:passwd@]host[:port].</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG>  <NAME>GstRTPDec::skip</NAME>  <TYPE>gint</TYPE>  <RANGE></RANGE> @@ -1461,7 +1491,7 @@  <ARG>  <NAME>GstDV1394Src::port</NAME>  <TYPE>gint</TYPE> -<RANGE>[-1,16]</RANGE> +<RANGE>[G_MAXULONG,16]</RANGE>  <FLAGS>rw</FLAGS>  <NICK>Port</NICK>  <BLURB>Port number (-1 automatic).</BLURB> @@ -1671,7 +1701,7 @@  <ARG>  <NAME>GstTest::allowed-timestamp-deviation</NAME>  <TYPE>gint64</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>rwx</FLAGS>  <NICK>allowed timestamp deviation</NICK>  <BLURB>allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer.</BLURB> @@ -1681,7 +1711,7 @@  <ARG>  <NAME>GstTest::buffer-count</NAME>  <TYPE>gint64</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>r</FLAGS>  <NICK>buffer count</NICK>  <BLURB>number of buffers in stream.</BLURB> @@ -1691,7 +1721,7 @@  <ARG>  <NAME>GstTest::expected-buffer-count</NAME>  <TYPE>gint64</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>rwx</FLAGS>  <NICK>expected buffer count</NICK>  <BLURB>expected number of buffers in stream.</BLURB> @@ -1701,7 +1731,7 @@  <ARG>  <NAME>GstTest::expected-length</NAME>  <TYPE>gint64</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>rwx</FLAGS>  <NICK>expected length</NICK>  <BLURB>expected length of stream.</BLURB> @@ -1721,7 +1751,7 @@  <ARG>  <NAME>GstTest::length</NAME>  <TYPE>gint64</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>r</FLAGS>  <NICK>length</NICK>  <BLURB>length of stream.</BLURB> @@ -1741,7 +1771,7 @@  <ARG>  <NAME>GstTest::timestamp-deviation</NAME>  <TYPE>gint64</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>r</FLAGS>  <NICK>timestamp deviation</NICK>  <BLURB>average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer.</BLURB> @@ -1811,7 +1841,7 @@  <ARG>  <NAME>GstBreakMyData::set-to</NAME>  <TYPE>gint</TYPE> -<RANGE>[-1,255]</RANGE> +<RANGE>[G_MAXULONG,255]</RANGE>  <FLAGS>rwx</FLAGS>  <NICK>set-to</NICK>  <BLURB>set changed bytes to this value (-1 means random value.</BLURB> @@ -2131,7 +2161,7 @@  <ARG>  <NAME>GstDynUDPSink::sockfd</NAME>  <TYPE>gint</TYPE> -<RANGE>[-1,32767]</RANGE> +<RANGE>[G_MAXULONG,32767]</RANGE>  <FLAGS>rw</FLAGS>  <NICK>socket handle</NICK>  <BLURB>Socket to use for UDP sending. (-1 == allocate).</BLURB> @@ -2201,7 +2231,7 @@  <ARG>  <NAME>GstMultiUDPSink::sock</NAME>  <TYPE>gint</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>r</FLAGS>  <NICK>Socket Handle</NICK>  <BLURB>Socket currently in use for UDP sending. (-1 == no socket).</BLURB> @@ -2211,7 +2241,7 @@  <ARG>  <NAME>GstMultiUDPSink::sockfd</NAME>  <TYPE>gint</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>rw</FLAGS>  <NICK>Socket Handle</NICK>  <BLURB>Socket to use for UDP sending. (-1 == allocate).</BLURB> @@ -2241,7 +2271,7 @@  <ARG>  <NAME>GstMultiUDPSink::qos-dscp</NAME>  <TYPE>gint</TYPE> -<RANGE>[-1,63]</RANGE> +<RANGE>[G_MAXULONG,63]</RANGE>  <FLAGS>rw</FLAGS>  <NICK>QoS diff srv code point</NICK>  <BLURB>Quality of Service, differentiated services code point (-1 default).</BLURB> @@ -2811,7 +2841,7 @@  <ARG>  <NAME>GstV4l2Src::device-fd</NAME>  <TYPE>gint</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE>  <FLAGS>r</FLAGS>  <NICK>File descriptor</NICK>  <BLURB>File descriptor of the device.</BLURB> @@ -3031,7 +3061,7 @@  <ARG>  <NAME>GstRndBufferSize::max</NAME>  <TYPE>glong</TYPE> -<RANGE>>= 1</RANGE> +<RANGE>[1,G_MAXINT]</RANGE>  <FLAGS>rwx</FLAGS>  <NICK>maximum</NICK>  <BLURB>maximum buffer size.</BLURB> @@ -3041,7 +3071,7 @@  <ARG>  <NAME>GstRndBufferSize::min</NAME>  <TYPE>glong</TYPE> -<RANGE>>= 0</RANGE> +<RANGE>[0,G_MAXINT]</RANGE>  <FLAGS>rwx</FLAGS>  <NICK>mininum</NICK>  <BLURB>mininum buffer size.</BLURB> @@ -3051,7 +3081,7 @@  <ARG>  <NAME>GstRndBufferSize::seed</NAME>  <TYPE>gulong</TYPE> -<RANGE></RANGE> +<RANGE><= G_MAXUINT</RANGE>  <FLAGS>rwx</FLAGS>  <NICK>random number seed</NICK>  <BLURB>seed for randomness (initialized when going from READY to PAUSED).</BLURB> @@ -3289,6 +3319,26 @@  </ARG>  <ARG> +<NAME>GstSoupHTTPSrc::extra-headers</NAME> +<TYPE>GstStructure*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Extra Headers</NICK> +<BLURB>Extra headers to append to the HTTP request.</BLURB> +<DEFAULT></DEFAULT> +</ARG> + +<ARG> +<NAME>GstSoupHTTPSrc::timeout</NAME> +<TYPE>guint</TYPE> +<RANGE><= 3600</RANGE> +<FLAGS>rw</FLAGS> +<NICK>timeout</NICK> +<BLURB>Value in seconds to timeout a blocking I/O (0 = No timeout).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG>  <NAME>GstRTPDVPay::mode</NAME>  <TYPE>GstDVPayMode</TYPE>  <RANGE></RANGE> @@ -19589,6 +19639,16 @@  </ARG>  <ARG> +<NAME>GstRgAnalysis::message</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Message</NICK> +<BLURB>Post statics messages.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG>  <NAME>GstHDV1394Src::channel</NAME>  <TYPE>gint</TYPE>  <RANGE>[0,64]</RANGE> @@ -19621,7 +19681,7 @@  <ARG>  <NAME>GstHDV1394Src::port</NAME>  <TYPE>gint</TYPE> -<RANGE>[-1,16]</RANGE> +<RANGE>[G_MAXULONG,16]</RANGE>  <FLAGS>rw</FLAGS>  <NICK>Port</NICK>  <BLURB>Port number (-1 automatic).</BLURB> @@ -19664,7 +19724,7 @@  <RANGE>[0,255]</RANGE>  <FLAGS>rw</FLAGS>  <NICK>Quality</NICK> -<BLURB>Quality factor on JPEG data.</BLURB> +<BLURB>Quality factor on JPEG data (unused).</BLURB>  <DEFAULT>255</DEFAULT>  </ARG> @@ -19674,7 +19734,7 @@  <RANGE>[0,255]</RANGE>  <FLAGS>rw</FLAGS>  <NICK>Type</NICK> -<BLURB>JPEG Type.</BLURB> +<BLURB>Default JPEG Type, overwritten by SOF when present.</BLURB>  <DEFAULT>1</DEFAULT>  </ARG> @@ -19828,3 +19888,33 @@  <DEFAULT></DEFAULT>  </ARG> +<ARG> +<NAME>GstRtpG726Depay::force-aal2</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Force AAL2</NICK> +<BLURB>Force AAL2 decoding for compatibility with bad payloaders.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstRtpG726Pay::force-aal2</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Force AAL2</NICK> +<BLURB>Force AAL2 encoding for compatibility with bad depayloaders.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstRtpH263Pay::modea-only</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Fragment packets in mode A Only</NICK> +<BLURB>Disable packetization modes B and C.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index 07362a42..01abd2d6 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -1,8 +1,8 @@  GObject    GstObject      GstPad -      GstInterleavePad        GstVideoMixerPad +      GstInterleavePad      GstPadTemplate      GstPluginFeature        GstElementFactory @@ -18,59 +18,24 @@ GObject          GstSwitchSink            GstGConfAudioSink          GstGConfAudioSrc +        GstRTSPSrc          GstAutoVideoSink          GstAutoVideoSrc          GstAutoAudioSink          GstAutoAudioSrc          GstRgVolume -        GstRTSPSrc          GstAspectRatioCrop -      GstBaseSink -        GstBaseAudioSink -          GstAudioSink -            GstEsdSink -            GstPulseSink -            GstOssSink -        GstShout2send -        GstCACASink -        GstVideoSink -          GstGdkPixbufSink -        GstAASink -        GstTest -        GstMultiUDPSink -          GstUDPSink -        GstDynUDPSink -        GstMultiFileSink -      GstJpegEnc -      GstJpegDec -      GstSmokeEnc -      GstSmokeDec -      GstBaseSrc -        GstPushSrc -          GstBaseAudioSrc -            GstAudioSrc -              GstPulseSrc -              GstOssSrc -          GstSoupHTTPSrc -          GstDV1394Src -          GstHDV1394Src -          GstV4l2Src -          GstXImageSrc -          GstUDPSrc -          GstMultiFileSrc -      GstPulseMixer -      GstFlacEnc -      GstFlacDec -      GstFlacTag -      GstTagLibMux -        GstId3v2Mux -        GstApev2Mux        GstCairoTextOverlay        GstBaseTransform          GstCairoTimeOverlay          GstPixbufScale -        GstLevel +        GstVideoBox          GstVideoFilter +          GstNavigationtest +          GstVideoBalance +          GstVideoFlip +          GstGamma +          GstSMPTEAlpha            GstEdgeTV            GstAgingTV            GstDiceTV @@ -79,19 +44,15 @@ GObject            GstVertigoTV            GstRevTV            GstQuarkTV -          GstVideoBalance -          GstVideoFlip -          GstGamma -          GstNavigationtest -          GstSMPTEAlpha -        GstRgAnalysis -        GstRgLimiter +        GstBreakMyData +        GstNavSeek +        GstProgressReport +        GstTagInject +        GstAlpha +        GstAlphaColor +        GstLevel          GstAudioFilter            GstSpectrum -          GstIirEqualizer -            GstIirEqualizerNBands -            GstIirEqualizer3Bands -            GstIirEqualizer10Bands            GstAudioInvert            GstAudioKaraoke            GstAudioAmplify @@ -105,31 +66,92 @@ GObject              GstAudioWSincBand              GstAudioFIRFilter            GstAudioEcho -        GstAlpha -        GstAlphaColor +          GstIirEqualizer +            GstIirEqualizerNBands +            GstIirEqualizer3Bands +            GstIirEqualizer10Bands          GstAudioPanorama -        GstBreakMyData -        GstNavSeek -        GstProgressReport -        GstTagInject -        GstVideoBox +        GstRgAnalysis +        GstRgLimiter          GstVideoCrop +      GstBaseSrc +        GstPushSrc +          GstSoupHTTPSrc +          GstBaseAudioSrc +            GstAudioSrc +              GstPulseSrc +              GstOssSrc +          GstDV1394Src +          GstHDV1394Src +          GstXImageSrc +          GstV4l2Src +          GstUDPSrc +          GstMultiFileSrc +      GstBaseSink +        GstCACASink +        GstBaseAudioSink +          GstPulseSink +          GstAudioSink +            GstEsdSink +            GstOssSink +        GstAASink +        GstVideoSink +          GstGdkPixbufSink +        GstShout2send +        GstTest +        GstMultiUDPSink +          GstUDPSink +        GstDynUDPSink +        GstMultiFileSink +      GstPulseMixer +      GstTagLibMux +        GstId3v2Mux +        GstApev2Mux +      GstJpegEnc +      GstJpegDec +      GstSmokeEnc +      GstSmokeDec +      GstDVDemux +      GstDVDec +      GstCmmlEnc +      GstCmmlDec +      GstFlacEnc +      GstFlacDec +      GstFlacTag        GstPngDec        GstPngEnc +      GstGdkPixbuf        GstWavpackParse        GstWavpackDec        GstWavpackEnc -      GstGdkPixbuf -      GstCmmlEnc -      GstCmmlDec        GstSpeexEnc        GstSpeexDec -      GstDVDemux -      GstDVDec        GstOssMixerElement -      GstWavEnc -      GstRTPDepay +      GstRTPDec +      GstICYDemux +      GstWavParse +      GstEbmlRead +        GstMatroskaDemux +      GstMatroskaMux +      GstRndBufferSize +      GstEFence +      GstFlxDec +      GstVideoMixer +      GstTagDemux +        GstApeDemux +        GstID3Demux +      GstGoom +      GstGoom2k1 +      GstMultipartDemux +      GstMultipartMux +      GstMuLawEnc +      GstMuLawDec +      GstALawEnc +      GstALawDec +      GstCutter +      GstQTDemux        GstBaseRTPDepayload +        GstRtpXQTDepay          GstRtpAC3Depay          GstRTPDVDepay          GstRTPiLBCDepay @@ -144,6 +166,7 @@ GObject          GstRtpH263PDepay          GstRtpH263Depay          GstRtpH264Depay +        GstRtpJ2KDepay          GstRtpJPEGDepay          GstRtpL16Depay          GstRtpMP1SDepay @@ -151,12 +174,22 @@ GObject          GstRtpMP4VDepay          GstRtpMP4ADepay          GstRtpMP4GDepay +        GstRTPSirenDepay          GstRtpSPEEXDepay          GstRtpSV3VDepay          GstRtpTheoraDepay          GstRtpVorbisDepay          GstRtpVRawDepay -        GstRtpXQTDepay +      GstAviDemux +      GstAviMux +      GstAviSubtitle +      GstSMPTE +      GstInterleave +      GstDeinterleave +      GstMonoscope +      GstWavEnc +      GstAuParse +      GstRTPDepay        GstBaseRTPPayload          GstRTPDVPay          GstBaseRTPAudioPayload @@ -165,6 +198,7 @@ GObject            GstRTPG729Pay            GstRtpPcmuPay            GstRtpPmcaPay +          GstRTPSirenPay          GstRTPGSMPay          GstRtpAMRPay          GstRtpMPAPay @@ -172,6 +206,7 @@ GObject          GstRtpH263PPay          GstRtpH263Pay          GstRtpH264Pay +        GstRtpJ2KPay          GstRtpJPEGPay          GstRtpL16Pay          GstRTPMP2TPay @@ -183,39 +218,9 @@ GObject          GstRtpVorbisPay          GstRtpVRawPay        GstAsteriskh263 -      GstTagDemux -        GstID3Demux -        GstApeDemux -      GstICYDemux -      GstALawEnc -      GstALawDec -      GstMuLawEnc -      GstMuLawDec -      GstQTDemux -      GstWavParse -      GstCutter -      GstMultipartDemux -      GstMultipartMux -      GstGoom -      GstEFence -      GstRndBufferSize -      GstSMPTE -      GstRTPDec -      GstInterleave -      GstDeinterleave -      GstVideoMixer -      GstAuParse -      GstMonoscope -      GstFlxDec -      GstEbmlRead -        GstMatroskaDemux -      GstMatroskaMux -      GstGoom2k1 -      GstAviDemux -      GstAviMux -      GstAviSubtitle      GstBus      GstTask +    GstTaskPool      GstClock        GstSystemClock          GstAudioClock @@ -223,12 +228,10 @@ GObject      GstRegistry      GstRingBuffer    GstSignalObject -  GstMixerTrack -    GstMixerOptions -  GdkPixbuf    GstCmmlTagStream    GstCmmlTagHead    GstCmmlTagClip +  GdkPixbuf    GstTunerNorm    GstTunerChannel    GstColorBalanceChannel @@ -240,7 +243,7 @@ GInterface    GstPropertyProbe    GstMixer    GstTagSetter +  GstPreset    GstTuner    GstColorBalance    GstVideoOrientation -  GstPreset diff --git a/docs/plugins/gst-plugins-good-plugins.interfaces b/docs/plugins/gst-plugins-good-plugins.interfaces index a80de78f..d5984d54 100644 --- a/docs/plugins/gst-plugins-good-plugins.interfaces +++ b/docs/plugins/gst-plugins-good-plugins.interfaces @@ -7,36 +7,37 @@ GstGConfVideoSrc GstChildProxy  GstSwitchSink GstChildProxy  GstGConfAudioSink GstChildProxy  GstGConfAudioSrc GstChildProxy +GstRTSPSrc GstChildProxy GstURIHandler  GstAutoVideoSink GstChildProxy  GstAutoVideoSrc GstChildProxy  GstAutoAudioSink GstChildProxy  GstAutoAudioSrc GstChildProxy  GstRgVolume GstChildProxy -GstRTSPSrc GstChildProxy GstURIHandler  GstAspectRatioCrop GstChildProxy -GstPulseSink GstPropertyProbe GstImplementsInterface -GstShout2send GstTagSetter -GstUDPSink GstURIHandler -GstPulseSrc GstPropertyProbe GstImplementsInterface GstMixer -GstOssSrc GstImplementsInterface GstMixer -GstSoupHTTPSrc GstURIHandler -GstDV1394Src GstPropertyProbe GstURIHandler -GstHDV1394Src GstPropertyProbe GstURIHandler -GstV4l2Src GstPropertyProbe GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation -GstUDPSrc GstURIHandler -GstPulseMixer GstPropertyProbe GstImplementsInterface GstMixer -GstFlacEnc GstTagSetter -GstFlacTag GstTagSetter -GstTagLibMux GstTagSetter -GstId3v2Mux GstTagSetter -GstApev2Mux GstTagSetter  GstVideoBalance GstImplementsInterface GstColorBalance  GstIirEqualizer GstChildProxy  GstIirEqualizerNBands GstChildProxy  GstIirEqualizer3Bands GstChildProxy GstPreset  GstIirEqualizer10Bands GstChildProxy GstPreset -GstSpeexEnc GstTagSetter +GstSoupHTTPSrc GstURIHandler +GstPulseSrc GstImplementsInterface GstPropertyProbe GstMixer +GstOssSrc GstImplementsInterface GstMixer +GstDV1394Src GstURIHandler GstPropertyProbe +GstHDV1394Src GstURIHandler GstPropertyProbe +GstV4l2Src GstImplementsInterface GstPropertyProbe GstTuner GstColorBalance GstVideoOrientation +GstUDPSrc GstURIHandler +GstPulseSink GstImplementsInterface GstPropertyProbe +GstShout2send GstTagSetter +GstUDPSink GstURIHandler +GstPulseMixer GstImplementsInterface GstPropertyProbe GstMixer +GstTagLibMux GstTagSetter +GstId3v2Mux GstTagSetter +GstApev2Mux GstTagSetter +GstFlacEnc GstTagSetter GstPreset +GstFlacTag GstTagSetter +GstWavpackEnc GstPreset +GstSpeexEnc GstTagSetter GstPreset  GstOssMixerElement GstImplementsInterface GstMixer -GstVideoMixer GstChildProxy  GstMatroskaMux GstTagSetter +GstVideoMixer GstChildProxy  GstAviMux GstTagSetter diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index 7c078889..38f8d334 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -3,10 +3,10 @@    <description>Source for video data via IEEE1394 interface</description>    <filename>../../ext/raw1394/.libs/libgst1394.so</filename>    <basename>libgst1394.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index a5d35270..79672e23 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -3,10 +3,10 @@    <description>ASCII Art video sink</description>    <filename>../../ext/aalib/.libs/libgstaasink.so</filename>    <basename>libgstaasink.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index d608c9e7..68ac093f 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -3,10 +3,10 @@    <description>ALaw audio conversion routines</description>    <filename>../../gst/law/.libs/libgstalaw.so</filename>    <basename>libgstalaw.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index d9c0a623..940207c0 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -3,10 +3,10 @@    <description>adds an alpha channel to video - constant or via chroma-keying</description>    <filename>../../gst/alpha/.libs/libgstalpha.so</filename>    <basename>libgstalpha.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index cd099874..001be48e 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -3,10 +3,10 @@    <description>RGBA to AYUV colorspace conversion preserving the alpha channel</description>    <filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>    <basename>libgstalphacolor.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-annodex.xml b/docs/plugins/inspect/plugin-annodex.xml index 2ab61c9e..050520a4 100644 --- a/docs/plugins/inspect/plugin-annodex.xml +++ b/docs/plugins/inspect/plugin-annodex.xml @@ -3,10 +3,10 @@    <description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>    <filename>../../ext/annodex/.libs/libgstannodex.so</filename>    <basename>libgstannodex.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index 727095a0..25bb8e23 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -3,10 +3,10 @@    <description>APEv1/2 tag reader</description>    <filename>../../gst/apetag/.libs/libgstapetag.so</filename>    <basename>libgstapetag.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml index 774e69ca..5bf162e8 100644 --- a/docs/plugins/inspect/plugin-audiofx.xml +++ b/docs/plugins/inspect/plugin-audiofx.xml @@ -3,10 +3,10 @@    <description>Audio effects plugin</description>    <filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>    <basename>libgstaudiofx.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index 1373d866..fe287674 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -3,10 +3,10 @@    <description>parses au streams</description>    <filename>../../gst/auparse/.libs/libgstauparse.so</filename>    <basename>libgstauparse.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 6285e37f..74883313 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -3,10 +3,10 @@    <description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>    <filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>    <basename>libgstautodetect.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index 7f59d5bd..2ba13fed 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -3,10 +3,10 @@    <description>AVI stream handling</description>    <filename>../../gst/avi/.libs/libgstavi.so</filename>    <basename>libgstavi.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> @@ -35,13 +35,13 @@            <name>video_%02d</name>            <direction>source</direction>            <presence>sometimes</presence> -          <details>video/x-3ivx, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-asus, asusversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-asus, asusversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-cirrus-logic-accupak, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-compressed-yuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-rgb, bpp=(int){ 8, 24 }, depth=(int){ 8, 24 }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-truemotion, trueversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dv, systemstream=(boolean)false, dvversion=(int)25, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dv, systemstream=(boolean)false, dvversion=(int)50, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)5, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-flash-video, flvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-huffyuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-intel-h263, variant=(string)intel, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)5, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)lead, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)lead, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)microsoft, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, mpegversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; image/jpeg, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)42, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)43, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, systemstream=(boolean)false, mpegversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, systemstream=(boolean)false, mpegversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)41, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-mszh, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; image/png, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-rle, layout=(string)microsoft, depth=(int)[ 1, 64 ], framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/sp5x, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-truemotion, trueversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-camtasia, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ultimotion, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ati-vcr, vcrversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ati-vcr, vcrversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)vdolive, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)vivo, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vmnc, version=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)videosoft, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-xvid, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-xan, wcversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)YUY2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)YVU9, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-zlib, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-cinepak, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msvideocodec, msvideoversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)xirlink, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dirac, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ffv, ffvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-kmvc, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp6, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dv, systemstream=(boolean)true; video/x-avi-unknown</details> +          <details>video/x-3ivx, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-asus, asusversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-asus, asusversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-cirrus-logic-accupak, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-compressed-yuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-rgb, bpp=(int){ 8, 24 }, depth=(int){ 8, 24 }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-truemotion, trueversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dv, systemstream=(boolean)false, dvversion=(int)25, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dv, systemstream=(boolean)false, dvversion=(int)50, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)5, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, mpegversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-flash-video, flvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)lucent, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-huffyuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-intel-h263, variant=(string)intel, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)5, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)lead, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)lead, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)microsoft, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, mpegversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; image/jpeg, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)42, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)43, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, systemstream=(boolean)false, mpegversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, systemstream=(boolean)false, mpegversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)41, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-mszh, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; image/png, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-rle, layout=(string)microsoft, depth=(int)[ 1, 64 ], framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/sp5x, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-truemotion, trueversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-camtasia, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ultimotion, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ati-vcr, vcrversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ati-vcr, vcrversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)vdolive, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)vivo, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vmnc, version=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)videosoft, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-xvid, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-xan, wcversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)YUY2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)YVU9, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-zlib, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-cinepak, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msvideocodec, msvideoversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)xirlink, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dirac, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ffv, ffvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-kmvc, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp6, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-mimic, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-apple-video, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-theora, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-fraps, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dv, systemstream=(boolean)true; video/x-avi-unknown</details>          </caps>          <caps>            <name>audio_%02d</name>            <direction>source</direction>            <presence>sometimes</presence> -          <details>audio/ms-gsm, rate=(int)[ 1, 96000 ], channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)2, rate=(int)[ 16000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-raw-int, endianness=(int)1234, signed=(boolean){ true, false }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 8 ]; audio/x-vorbis, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 2 ]; audio/x-ac3, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ]; audio/x-dts; audio/mpeg, mpegversion=(int)4, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 8 ]; audio/x-alaw, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-mulaw, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-wms, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)microsoft, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)dvi, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-truespeech, rate=(int)8000, channels=(int)[ 1, 2 ]; audio/x-wma, wmaversion=(int)1, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)2, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)3, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-vnd.sony.atrac3, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-raw-float, endianness=(int)1234, width=(int){ 32, 64 }, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 8 ]; audio/x-voxware, voxwaretype=(int)117, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dk4, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dk3, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; application/x-ogg-avi; audio/x-avi-unknown</details> +          <details>audio/ms-gsm, rate=(int)[ 1, 96000 ], channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)2, rate=(int)[ 16000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-raw-int, endianness=(int)1234, signed=(boolean){ true, false }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 8 ]; audio/x-vorbis, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 2 ]; audio/x-ac3, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ]; audio/x-dts; audio/mpeg, mpegversion=(int)4, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 8 ]; audio/x-alaw, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-mulaw, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-wms, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)microsoft, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)dvi, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-truespeech, rate=(int)8000, channels=(int)[ 1, 2 ]; audio/x-wma, wmaversion=(int)1, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)2, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)3, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-vnd.sony.atrac3, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-raw-float, endianness=(int)1234, width=(int){ 32, 64 }, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 8 ]; audio/x-voxware, voxwaretype=(int)117, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dk4, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dk3, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dvi, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/AMR, rate=(int)8000, channels=(int)1; audio/AMR-WB, rate=(int)16000, channels=(int)1; application/x-ogg-avi; audio/x-avi-unknown</details>          </caps>        </pads>      </element> diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index ec4fdd61..165b7fa8 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -3,10 +3,10 @@    <description>Colored ASCII Art video sink</description>    <filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>    <basename>libgstcacasink.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 735e3a1a..22d01a37 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,10 +3,10 @@    <description>Cairo-based overlaying</description>    <filename>../../ext/cairo/.libs/libgstcairo.so</filename>    <basename>libgstcairo.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index aac85fa2..62a465ea 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -3,10 +3,10 @@    <description>Audio Cutter to split audio into non-silent bits</description>    <filename>../../gst/cutter/.libs/libgstcutter.so</filename>    <basename>libgstcutter.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index 32012eac..91b48d65 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -1,12 +1,12 @@  <plugin>    <name>debug</name>    <description>elements for testing and debugging</description> -  <filename>../../gst/debug/.libs/libgstdebug.so</filename> +  <filename>../../gst/debugutils/.libs/libgstdebug.so</filename>    <basename>libgstdebug.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index 2a5ceb8a..29969702 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -3,10 +3,10 @@    <description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>    <filename>../../ext/dv/.libs/libgstdv.so</filename>    <basename>libgstdv.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml index 718b55c7..9d23b845 100644 --- a/docs/plugins/inspect/plugin-efence.xml +++ b/docs/plugins/inspect/plugin-efence.xml @@ -1,12 +1,12 @@  <plugin>    <name>efence</name>    <description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults.  This allocation method is very similar to the debugging tool "Electric Fence".</description> -  <filename>../../gst/debug/.libs/libgstefence.so</filename> +  <filename>../../gst/debugutils/.libs/libgstefence.so</filename>    <basename>libgstefence.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index b0477934..e3e3a0e3 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -3,10 +3,10 @@    <description>effect plugins from the effectv project</description>    <filename>../../gst/effectv/.libs/libgsteffectv.so</filename>    <basename>libgsteffectv.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-equalizer.xml b/docs/plugins/inspect/plugin-equalizer.xml index e9254f15..4d516c2a 100644 --- a/docs/plugins/inspect/plugin-equalizer.xml +++ b/docs/plugins/inspect/plugin-equalizer.xml @@ -3,10 +3,10 @@    <description>GStreamer audio equalizers</description>    <filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>    <basename>libgstequalizer.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml index 23d5dd49..92443092 100644 --- a/docs/plugins/inspect/plugin-esdsink.xml +++ b/docs/plugins/inspect/plugin-esdsink.xml @@ -3,10 +3,10 @@    <description>ESD Element Plugins</description>    <filename>../../ext/esd/.libs/libgstesd.so</filename>    <basename>libgstesd.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index 3c532596..4df4a7d9 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -3,10 +3,10 @@    <description>The FLAC Lossless compressor Codec</description>    <filename>../../ext/flac/.libs/libgstflac.so</filename>    <basename>libgstflac.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-flv.xml b/docs/plugins/inspect/plugin-flv.xml new file mode 100644 index 00000000..0284a8ae --- /dev/null +++ b/docs/plugins/inspect/plugin-flv.xml @@ -0,0 +1,67 @@ +<plugin> +  <name>flv</name> +  <description>FLV muxing and demuxing plugin</description> +  <filename>../../gst/flv/.libs/libgstflv.so</filename> +  <basename>libgstflv.so</basename> +  <version>0.10.14.2</version> +  <license>LGPL</license> +  <source>gst-plugins-good</source> +  <package>GStreamer Good Plug-ins CVS/prerelease</package> +  <origin>Unknown package origin</origin> +  <elements> +    <element> +      <name>flvdemux</name> +      <longname>FLV Demuxer</longname> +      <class>Codec/Demuxer</class> +      <description>Demux FLV feeds into digital streams</description> +      <author>Julien Moutte <julien@moutte.net></author> +      <pads> +        <caps> +          <name>video</name> +          <direction>source</direction> +          <presence>sometimes</presence> +          <details>ANY</details> +        </caps> +        <caps> +          <name>audio</name> +          <direction>source</direction> +          <presence>sometimes</presence> +          <details>ANY</details> +        </caps> +        <caps> +          <name>sink</name> +          <direction>sink</direction> +          <presence>always</presence> +          <details>video/x-flv</details> +        </caps> +      </pads> +    </element> +    <element> +      <name>flvmux</name> +      <longname>FLV muxer</longname> +      <class>Codec/Muxer</class> +      <description>Muxes video/audio streams into a FLV stream</description> +      <author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author> +      <pads> +        <caps> +          <name>src</name> +          <direction>source</direction> +          <presence>always</presence> +          <details>video/x-flv</details> +        </caps> +        <caps> +          <name>audio</name> +          <direction>sink</direction> +          <presence>request</presence> +          <details>audio/x-adpcm, layout=(string)swf, channels=(int){ 1, 2 }, rate=(int){ 5512, 11025, 22050, 44100 }; audio/mpeg, mpegversion=(int)1, layer=(int)3, channels=(int){ 1, 2 }, rate=(int){ 5512, 8000, 11025, 22050, 44100 }, parsed=(boolean)true; audio/mpeg, mpegversion=(int)4, framed=(boolean)true; audio/x-nellymoser, channels=(int){ 1, 2 }, rate=(int){ 5512, 8000, 11025, 16000, 22050, 44100 }; audio/x-raw-int, endianness=(int)1234, channels=(int){ 1, 2 }, width=(int)8, depth=(int)8, rate=(int){ 5512, 11025, 22050, 44100 }, signed=(boolean)false; audio/x-raw-int, endianness=(int)1234, channels=(int){ 1, 2 }, width=(int)16, depth=(int)16, rate=(int){ 5512, 11025, 22050, 44100 }, signed=(boolean)true; audio/x-alaw, channels=(int){ 1, 2 }, rate=(int){ 5512, 11025, 22050, 44100 }; audio/x-mulaw, channels=(int){ 1, 2 }, rate=(int){ 5512, 11025, 22050, 44100 }; audio/x-speex, channels=(int){ 1, 2 }, rate=(int){ 5512, 11025, 22050, 44100 }</details> +        </caps> +        <caps> +          <name>video</name> +          <direction>sink</direction> +          <presence>request</presence> +          <details>video/x-flash-video; video/x-flash-screen; video/x-vp6-flash; video/x-vp6-alpha; video/x-h264</details> +        </caps> +      </pads> +    </element> +  </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index 90affafb..ef1fc26a 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -3,10 +3,10 @@    <description>FLC/FLI/FLX video decoder</description>    <filename>../../gst/flx/.libs/libgstflxdec.so</filename>    <basename>libgstflxdec.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-gamma.xml b/docs/plugins/inspect/plugin-gamma.xml index 04b57f58..17efb004 100644 --- a/docs/plugins/inspect/plugin-gamma.xml +++ b/docs/plugins/inspect/plugin-gamma.xml @@ -3,10 +3,10 @@    <description>Changes gamma on video images</description>    <filename>../../gst/videofilter/.libs/libgstgamma.so</filename>    <basename>libgstgamma.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml index 544c8943..07968049 100644 --- a/docs/plugins/inspect/plugin-gconfelements.xml +++ b/docs/plugins/inspect/plugin-gconfelements.xml @@ -3,10 +3,10 @@    <description>elements wrapping the GStreamer/GConf audio/video output settings</description>    <filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>    <basename>libgstgconfelements.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index 311897d7..50042fc3 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -3,10 +3,10 @@    <description>GdkPixbuf-based image decoder, scaler and sink</description>    <filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>    <basename>libgstgdkpixbuf.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index 06b40dc9..aaca1037 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -3,10 +3,10 @@    <description>GOOM visualization filter</description>    <filename>../../gst/goom/.libs/libgstgoom.so</filename>    <basename>libgstgoom.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml index 5ae10d0d..49f0539e 100644 --- a/docs/plugins/inspect/plugin-goom2k1.xml +++ b/docs/plugins/inspect/plugin-goom2k1.xml @@ -3,10 +3,10 @@    <description>GOOM 2k1 visualization filter</description>    <filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>    <basename>libgstgoom2k1.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-halelements.xml b/docs/plugins/inspect/plugin-halelements.xml index 17d6ce14..941e97ed 100644 --- a/docs/plugins/inspect/plugin-halelements.xml +++ b/docs/plugins/inspect/plugin-halelements.xml @@ -3,10 +3,10 @@    <description>elements wrapping the GStreamer/HAL audio input/output devices</description>    <filename>../../ext/hal/.libs/libgsthalelements.so</filename>    <basename>libgsthalelements.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index ed53ea7a..e4b50a83 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -3,10 +3,10 @@    <description>Demux ICY tags from a stream</description>    <filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>    <basename>libgsticydemux.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index 2f10dd12..8386ecf1 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -3,10 +3,10 @@    <description>Demux ID3v1 and ID3v2 tags from a file</description>    <filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>    <basename>libgstid3demux.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index 4d56da13..fcf3ffca 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -3,10 +3,10 @@    <description>Audio interleaver/deinterleaver</description>    <filename>../../gst/interleave/.libs/libgstinterleave.so</filename>    <basename>libgstinterleave.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index f6009fbe..f60154a1 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,10 +3,10 @@    <description>JPeg plugin library</description>    <filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>    <basename>libgstjpeg.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index 5453cdd3..c0a9633a 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -3,10 +3,10 @@    <description>Audio level plugin</description>    <filename>../../gst/level/.libs/libgstlevel.so</filename>    <basename>libgstlevel.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 69d415d9..8353aba0 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -3,10 +3,10 @@    <description>Matroska stream handling</description>    <filename>../../gst/matroska/.libs/libgstmatroska.so</filename>    <basename>libgstmatroska.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> @@ -65,7 +65,7 @@            <name>audio_%d</name>            <direction>sink</direction>            <presence>request</presence> -          <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int){ 2, 4 }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-ac3, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-vorbis, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-flac, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)8, depth=(int)8, signed=(boolean)false, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)24, depth=(int)24, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)32, depth=(int)32, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int)[ 32, 64 ], endianness=(int)1234, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]; audio/x-pn-realaudio, raversion=(int){ 1, 2, 8 }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]</details> +          <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int){ 2, 4 }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-ac3, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-vorbis, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-flac, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-speex, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)8, depth=(int)8, signed=(boolean)false, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)16, depth=(int)16, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)24, depth=(int)24, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-int, width=(int)32, depth=(int)32, endianness=(int){ 4321, 1234 }, signed=(boolean)true, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int)[ 32, 64 ], endianness=(int)1234, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-tta, width=(int){ 8, 16, 24 }, channels=(int){ 1, 2 }, rate=(int)[ 8000, 96000 ]; audio/x-pn-realaudio, raversion=(int){ 1, 2, 8 }, channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]</details>          </caps>          <caps>            <name>video_%d</name> diff --git a/docs/plugins/inspect/plugin-monoscope.xml b/docs/plugins/inspect/plugin-monoscope.xml index d7ced76d..faa51f54 100644 --- a/docs/plugins/inspect/plugin-monoscope.xml +++ b/docs/plugins/inspect/plugin-monoscope.xml @@ -3,10 +3,10 @@    <description>Monoscope visualization</description>    <filename>../../gst/monoscope/.libs/libgstmonoscope.so</filename>    <basename>libgstmonoscope.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index 99cda7e1..41c36bf0 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -3,10 +3,10 @@    <description>MuLaw audio conversion routines</description>    <filename>../../gst/law/.libs/libgstmulaw.so</filename>    <basename>libgstmulaw.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-multifile.xml b/docs/plugins/inspect/plugin-multifile.xml index 192852bc..5eff9135 100644 --- a/docs/plugins/inspect/plugin-multifile.xml +++ b/docs/plugins/inspect/plugin-multifile.xml @@ -3,10 +3,10 @@    <description>Writes buffers to sequentially named files</description>    <filename>../../gst/multifile/.libs/libgstmultifile.so</filename>    <basename>libgstmultifile.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index f5a8fc0e..0aa24b36 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -3,10 +3,10 @@    <description>multipart stream manipulation</description>    <filename>../../gst/multipart/.libs/libgstmultipart.so</filename>    <basename>libgstmultipart.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index 7a3c45bb..56643cbe 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -1,12 +1,12 @@  <plugin>    <name>navigationtest</name>    <description>Template for a video filter</description> -  <filename>../../gst/debug/.libs/libgstnavigationtest.so</filename> +  <filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>    <basename>libgstnavigationtest.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index 65ee9d98..177ecbae 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -3,10 +3,10 @@    <description>OSS (Open Sound System) support for GStreamer</description>    <filename>../../sys/oss/.libs/libgstossaudio.so</filename>    <basename>libgstossaudio.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index f610ec78..7a0d4c7c 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -3,10 +3,10 @@    <description>PNG plugin library</description>    <filename>../../ext/libpng/.libs/libgstpng.so</filename>    <basename>libgstpng.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-pulseaudio.xml b/docs/plugins/inspect/plugin-pulseaudio.xml index e2e8239a..8e64a517 100644 --- a/docs/plugins/inspect/plugin-pulseaudio.xml +++ b/docs/plugins/inspect/plugin-pulseaudio.xml @@ -3,10 +3,10 @@    <description>PulseAudio plugin library</description>    <filename>../../ext/pulse/.libs/libgstpulse.so</filename>    <basename>libgstpulse.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-quicktime.xml b/docs/plugins/inspect/plugin-quicktime.xml index 689eeb87..452b009f 100644 --- a/docs/plugins/inspect/plugin-quicktime.xml +++ b/docs/plugins/inspect/plugin-quicktime.xml @@ -3,10 +3,10 @@    <description>Quicktime support</description>    <filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>    <basename>libgstqtdemux.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index 32b27f3c..6f2e96f8 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -3,10 +3,10 @@    <description>ReplayGain volume normalization</description>    <filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>    <basename>libgstreplaygain.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index 24c0d869..91501399 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -3,10 +3,10 @@    <description>Real-time protocol plugins</description>    <filename>../../gst/rtp/.libs/libgstrtp.so</filename>    <basename>libgstrtp.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> @@ -221,7 +221,7 @@            <name>sink</name>            <direction>sink</direction>            <presence>always</presence> -          <details>application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ G726, G726-16, G726-24, G726-32, G726-40 }, clock-rate=(int)8000</details> +          <details>application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ G726, G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40 }, clock-rate=(int)8000</details>          </caps>          <caps>            <name>src</name> @@ -242,7 +242,7 @@            <name>src</name>            <direction>source</direction>            <presence>always</presence> -          <details>application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], clock-rate=(int)8000, encoding-name=(string){ G726-16, G726-24, G726-32, G726-40 }</details> +          <details>application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], clock-rate=(int)8000, encoding-name=(string){ G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40 }</details>          </caps>          <caps>            <name>sink</name> @@ -359,10 +359,10 @@      </element>      <element>        <name>rtph263pay</name> -      <longname>RTP H263 payloader</longname> +      <longname>RTP H263 packet payloader</longname>        <class>Codec/Payloader/Network</class>        <description>Payload-encodes H263 video in RTP packets (RFC 2190)</description> -      <author>Neil Stratford <neils@vipadia.com></author> +      <author>Neil Stratford <neils@vipadia.com>Dejan Sakelsak <dejan.sakelsak@marand.si></author>        <pads>          <caps>            <name>sink</name> @@ -505,6 +505,48 @@        </pads>      </element>      <element> +      <name>rtpj2kdepay</name> +      <longname>RTP JPEG 2000 depayloader</longname> +      <class>Codec/Depayloader/Network</class> +      <description>Extracts JPEG 2000 video from RTP packets (RFC 5371)</description> +      <author>Wim Taymans <wim.taymans@gmail.com></author> +      <pads> +        <caps> +          <name>sink</name> +          <direction>sink</direction> +          <presence>always</presence> +          <details>application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)JPEG2000</details> +        </caps> +        <caps> +          <name>src</name> +          <direction>source</direction> +          <presence>always</presence> +          <details>image/x-jpc</details> +        </caps> +      </pads> +    </element> +    <element> +      <name>rtpj2kpay</name> +      <longname>RTP JPEG 2000 payloader</longname> +      <class>Codec/Payloader/Network</class> +      <description>Payload-encodes JPEG 2000 pictures into RTP packets (RFC 5371)</description> +      <author>Wim Taymans <wim.taymans@gmail.com></author> +      <pads> +        <caps> +          <name>sink</name> +          <direction>sink</direction> +          <presence>always</presence> +          <details>image/x-jpc</details> +        </caps> +        <caps> +          <name>src</name> +          <direction>source</direction> +          <presence>always</presence> +          <details>application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], clock-rate=(int)90000, encoding-name=(string)JPEG2000</details> +        </caps> +      </pads> +    </element> +    <element>        <name>rtpjpegdepay</name>        <longname>RTP JPEG depayloader</longname>        <class>Codec/Depayloader/Network</class> @@ -536,7 +578,7 @@            <name>sink</name>            <direction>sink</direction>            <presence>always</presence> -          <details>image/jpeg, height=(int)[ 0, 2040 ], width=(int)[ 0, 2040 ]; video/x-jpeg, height=(int)[ 0, 2040 ], width=(int)[ 0, 2040 ]</details> +          <details>image/jpeg; video/x-jpeg</details>          </caps>          <caps>            <name>src</name> @@ -627,7 +669,7 @@            <name>src</name>            <direction>source</direction>            <presence>always</presence> -          <details>audio/mpeg, mpegversion=(int)4, framed=(boolean)false</details> +          <details>audio/mpeg, mpegversion=(int)4, framed=(boolean)true</details>          </caps>        </pads>      </element> @@ -905,6 +947,48 @@        </pads>      </element>      <element> +      <name>rtpsirendepay</name> +      <longname>RTP Siren packet depayloader</longname> +      <class>Codec/Depayloader/Network</class> +      <description>Extracts Siren audio from RTP packets</description> +      <author>Philippe Kalaf <philippe.kalaf@collabora.co.uk></author> +      <pads> +        <caps> +          <name>sink</name> +          <direction>sink</direction> +          <presence>always</presence> +          <details>application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], clock-rate=(int)16000, encoding-name=(string)SIREN, dct-length=(int)320</details> +        </caps> +        <caps> +          <name>src</name> +          <direction>source</direction> +          <presence>always</presence> +          <details>audio/x-siren, dct-length=(int)320</details> +        </caps> +      </pads> +    </element> +    <element> +      <name>rtpsirenpay</name> +      <longname>RTP Payloader for Siren Audio</longname> +      <class>Codec/Payloader/Network</class> +      <description>Packetize Siren audio streams into RTP packets</description> +      <author>Youness Alaoui <kakaroto@kakaroto.homelinux.net></author> +      <pads> +        <caps> +          <name>src</name> +          <direction>source</direction> +          <presence>always</presence> +          <details>application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], clock-rate=(int)16000, encoding-name=(string)SIREN, dct-length=(int)320</details> +        </caps> +        <caps> +          <name>sink</name> +          <direction>sink</direction> +          <presence>always</presence> +          <details>audio/x-siren, dct-length=(int)320</details> +        </caps> +      </pads> +    </element> +    <element>        <name>rtpspeexdepay</name>        <longname>RTP Speex depayloader</longname>        <class>Codec/Depayloader/Network</class> @@ -990,7 +1074,7 @@      </element>      <element>        <name>rtptheorapay</name> -      <longname>RTP Theora depayloader</longname> +      <longname>RTP Theora payloader</longname>        <class>Codec/Payloader/Network</class>        <description>Payload-encode Theora video into RTP packets (draft-01 RFC XXXX)</description>        <author>Wim Taymans <wim.taymans@gmail.com></author> diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index 364fd2ee..df496263 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -3,10 +3,10 @@    <description>transfer data via RTSP</description>    <filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>    <basename>libgstrtsp.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index 90bb6265..41f5cebe 100644 --- a/docs/plugins/inspect/plugin-shout2send.xml +++ b/docs/plugins/inspect/plugin-shout2send.xml @@ -3,7 +3,7 @@    <description>Sends data to an icecast server using libshout2</description>    <filename>../../ext/shout2/.libs/libgstshout2.so</filename>    <basename>libgstshout2.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source>    <package>libshout2</package> diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index b0570554..464ea2f9 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -3,10 +3,10 @@    <description>Apply the standard SMPTE transitions on video images</description>    <filename>../../gst/smpte/.libs/libgstsmpte.so</filename>    <basename>libgstsmpte.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml index cf2ae80c..3b5e0a6a 100644 --- a/docs/plugins/inspect/plugin-soup.xml +++ b/docs/plugins/inspect/plugin-soup.xml @@ -3,10 +3,10 @@    <description>libsoup HTTP client src</description>    <filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>    <basename>libgstsouphttpsrc.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml index 35f01f45..7e1c0e0d 100644 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ b/docs/plugins/inspect/plugin-spectrum.xml @@ -3,10 +3,10 @@    <description>Run an FFT on the audio signal, output spectrum data</description>    <filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>    <basename>libgstspectrum.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index 5dc32551..edd7bc08 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -3,10 +3,10 @@    <description>Speex plugin library</description>    <filename>../../ext/speex/.libs/libgstspeex.so</filename>    <basename>libgstspeex.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index faf248c0..ea773361 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -3,10 +3,10 @@    <description>Tag writing plug-in based on taglib</description>    <filename>../../ext/taglib/.libs/libgsttaglib.so</filename>    <basename>libgsttaglib.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index 87ab594a..c90c8727 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,10 +3,10 @@    <description>transfer data via UDP</description>    <filename>../../gst/udp/.libs/libgstudp.so</filename>    <basename>libgstudp.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml index 36c3f17f..0c780a8d 100644 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ b/docs/plugins/inspect/plugin-video4linux2.xml @@ -3,10 +3,10 @@    <description>elements for Video 4 Linux</description>    <filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>    <basename>libgstvideo4linux2.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> @@ -20,7 +20,7 @@            <name>src</name>            <direction>source</direction>            <presence>always</presence> -          <details>video/x-raw-rgb, bpp=(int)8, depth=(int)8, red_mask=(int)224, green_mask=(int)28, blue_mask=(int)3, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-gray, bpp=(int)8, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVU9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y42B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41P, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)NV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)NV21, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUV9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-bayer, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-dv, systemstream=(boolean)true, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-sonix, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc1, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]</details> +          <details>video/x-raw-rgb, bpp=(int)8, depth=(int)8, red_mask=(int)224, green_mask=(int)28, blue_mask=(int)3, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-gray, bpp=(int)8, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVU9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y42B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41P, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)NV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)NV21, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUV9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-bayer, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-dv, systemstream=(boolean)true, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-sonix, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc1, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]</details>          </caps>        </pads>      </element> diff --git a/docs/plugins/inspect/plugin-videobalance.xml b/docs/plugins/inspect/plugin-videobalance.xml index 6ff0583f..251d096e 100644 --- a/docs/plugins/inspect/plugin-videobalance.xml +++ b/docs/plugins/inspect/plugin-videobalance.xml @@ -3,10 +3,10 @@    <description>Changes hue, saturation, brightness etc. on video images</description>    <filename>../../gst/videofilter/.libs/libgstvideobalance.so</filename>    <basename>libgstvideobalance.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index a497c92b..baf5393b 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -3,10 +3,10 @@    <description>resizes a video by adding borders or cropping</description>    <filename>../../gst/videobox/.libs/libgstvideobox.so</filename>    <basename>libgstvideobox.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml index c1119a47..21ef1720 100644 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ b/docs/plugins/inspect/plugin-videocrop.xml @@ -3,10 +3,10 @@    <description>Crops video into a user-defined region</description>    <filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>    <basename>libgstvideocrop.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-videoflip.xml b/docs/plugins/inspect/plugin-videoflip.xml index ceac7c2e..b7b5b37a 100644 --- a/docs/plugins/inspect/plugin-videoflip.xml +++ b/docs/plugins/inspect/plugin-videoflip.xml @@ -3,10 +3,10 @@    <description>Flips and rotates video</description>    <filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>    <basename>libgstvideoflip.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index 41d504c9..939d8ef9 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -3,10 +3,10 @@    <description>Video mixer</description>    <filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>    <basename>libgstvideomixer.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index 31ea9a28..5461018a 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -3,10 +3,10 @@    <description>Encode raw audio into WAV</description>    <filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>    <basename>libgstwavenc.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml index 007a2a2e..8504cc43 100644 --- a/docs/plugins/inspect/plugin-wavpack.xml +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -3,10 +3,10 @@    <description>Wavpack lossless/lossy audio format handling</description>    <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>    <basename>libgstwavpack.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index ea34f88c..043f28de 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -3,10 +3,10 @@    <description>Parse a .wav file into raw audio</description>    <filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>    <basename>libgstwavparse.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element> @@ -20,7 +20,7 @@            <name>wavparse_src</name>            <direction>source</direction>            <presence>sometimes</presence> -          <details>audio/ms-gsm, rate=(int)[ 1, 96000 ], channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)2, rate=(int)[ 16000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-raw-int, endianness=(int)1234, signed=(boolean){ true, false }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 8 ]; audio/x-vorbis, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 2 ]; audio/x-ac3, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ]; audio/x-dts; audio/mpeg, mpegversion=(int)4, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 8 ]; audio/x-alaw, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-mulaw, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-wms, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)microsoft, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)dvi, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-truespeech, rate=(int)8000, channels=(int)[ 1, 2 ]; audio/x-wma, wmaversion=(int)1, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)2, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)3, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-vnd.sony.atrac3, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-raw-float, endianness=(int)1234, width=(int){ 32, 64 }, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 8 ]; audio/x-voxware, voxwaretype=(int)117, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dk4, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dk3, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; application/x-ogg-avi</details> +          <details>audio/ms-gsm, rate=(int)[ 1, 96000 ], channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)2, rate=(int)[ 16000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-raw-int, endianness=(int)1234, signed=(boolean){ true, false }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 8 ]; audio/x-vorbis, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 2 ]; audio/x-ac3, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ]; audio/x-dts; audio/mpeg, mpegversion=(int)4, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 8 ]; audio/x-alaw, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-mulaw, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-wms, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)microsoft, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)dvi, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-truespeech, rate=(int)8000, channels=(int)[ 1, 2 ]; audio/x-wma, wmaversion=(int)1, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)2, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)3, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ], block_align=(int)[ 1, 2147483647 ]; audio/x-vnd.sony.atrac3, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-raw-float, endianness=(int)1234, width=(int){ 32, 64 }, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 8 ]; audio/x-voxware, voxwaretype=(int)117, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dk4, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dk3, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dvi, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/AMR, rate=(int)8000, channels=(int)1; audio/AMR-WB, rate=(int)16000, channels=(int)1; application/x-ogg-avi</details>          </caps>          <caps>            <name>wavparse_sink</name> diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index bcd7e42f..c2fcf4c2 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -3,10 +3,10 @@    <description>X11 video input plugin using standard Xlib calls</description>    <filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>    <basename>libgstximagesrc.so</basename> -  <version>0.10.14</version> +  <version>0.10.14.2</version>    <license>LGPL</license>    <source>gst-plugins-good</source> -  <package>GStreamer Good Plug-ins source release</package> +  <package>GStreamer Good Plug-ins CVS/prerelease</package>    <origin>Unknown package origin</origin>    <elements>      <element>  | 
