2009-05-12 19:36:31 +00:00
|
|
|
<plugin>
|
|
|
|
<name>flv</name>
|
|
|
|
<description>FLV muxing and demuxing plugin</description>
|
|
|
|
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
|
|
|
<basename>libgstflv.so</basename>
|
2012-02-17 10:04:47 +00:00
|
|
|
<version>0.11.1</version>
|
2009-05-12 19:36:31 +00:00
|
|
|
<license>LGPL</license>
|
|
|
|
<source>gst-plugins-good</source>
|
2012-02-17 10:04:47 +00:00
|
|
|
<package>GStreamer Good Plug-ins source release</package>
|
2009-05-12 19:36:31 +00:00
|
|
|
<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>
|
2010-06-17 15:43:44 +00:00
|
|
|
<name>sink</name>
|
|
|
|
<direction>sink</direction>
|
|
|
|
<presence>always</presence>
|
|
|
|
<details>video/x-flv</details>
|
2009-05-12 19:36:31 +00:00
|
|
|
</caps>
|
|
|
|
<caps>
|
|
|
|
<name>audio</name>
|
|
|
|
<direction>source</direction>
|
|
|
|
<presence>sometimes</presence>
|
2012-02-17 10:04:47 +00:00
|
|
|
<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, stream-format=(string)raw, framed=(boolean)true; audio/x-nellymoser, channels=(int){ 1, 2 }, rate=(int){ 5512, 8000, 11025, 16000, 22050, 44100 }; audio/x-raw, format=(string){ U8, S16LE }, layout=(string)interleaved, channels=(int){ 1, 2 }, rate=(int){ 5512, 11025, 22050, 44100 }; 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>
|
2009-05-12 19:36:31 +00:00
|
|
|
</caps>
|
|
|
|
<caps>
|
2010-06-17 15:43:44 +00:00
|
|
|
<name>video</name>
|
|
|
|
<direction>source</direction>
|
|
|
|
<presence>sometimes</presence>
|
2011-04-07 14:21:10 +00:00
|
|
|
<details>video/x-flash-video; video/x-flash-screen; video/x-vp6-flash; video/x-vp6-alpha; video/x-h264, stream-format=(string)avc</details>
|
2009-05-12 19:36:31 +00:00
|
|
|
</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>audio</name>
|
|
|
|
<direction>sink</direction>
|
|
|
|
<presence>request</presence>
|
2012-02-17 10:04:47 +00:00
|
|
|
<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)2, framed=(boolean)true; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw, framed=(boolean)true; audio/x-nellymoser, channels=(int){ 1, 2 }, rate=(int){ 5512, 8000, 11025, 16000, 22050, 44100 }; audio/x-raw, format=(string){ U8, S16LE }, layout=(string)interleaved, channels=(int){ 1, 2 }, rate=(int){ 5512, 11025, 22050, 44100 }; 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>
|
2009-05-12 19:36:31 +00:00
|
|
|
</caps>
|
|
|
|
<caps>
|
|
|
|
<name>video</name>
|
|
|
|
<direction>sink</direction>
|
|
|
|
<presence>request</presence>
|
2011-04-07 14:21:10 +00:00
|
|
|
<details>video/x-flash-video; video/x-flash-screen; video/x-vp6-flash; video/x-vp6-alpha; video/x-h264, stream-format=(string)avc</details>
|
2009-05-12 19:36:31 +00:00
|
|
|
</caps>
|
2010-06-17 15:43:44 +00:00
|
|
|
<caps>
|
|
|
|
<name>src</name>
|
|
|
|
<direction>source</direction>
|
|
|
|
<presence>always</presence>
|
|
|
|
<details>video/x-flv</details>
|
|
|
|
</caps>
|
2009-05-12 19:36:31 +00:00
|
|
|
</pads>
|
|
|
|
</element>
|
|
|
|
</elements>
|
2011-11-30 19:25:37 +00:00
|
|
|
</plugin>
|