diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-09-17 17:52:27 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-09-17 17:52:27 +0100 |
commit | ccd85498414598dc0363da50f9607ab2abfff20e (patch) | |
tree | 91c31f921dfb8de8b2a8bd493671bfcc90c60398 /docs/plugins/inspect/plugin-mpg123.xml | |
parent | 591f6355e5ab88ad44ba20f7b25db7c3d2043ed0 (diff) | |
download | gstreamer-plugins-bad-ccd85498414598dc0363da50f9607ab2abfff20e.tar.gz |
docs: update
Diffstat (limited to 'docs/plugins/inspect/plugin-mpg123.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-mpg123.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-mpg123.xml b/docs/plugins/inspect/plugin-mpg123.xml new file mode 100644 index 000000000..81559d9c5 --- /dev/null +++ b/docs/plugins/inspect/plugin-mpg123.xml @@ -0,0 +1,34 @@ +<plugin> + <name>mpg123</name> + <description>mp3 decoding based on the mpg123 library</description> + <filename>../../ext/mpg123/.libs/libgstmpg123.so</filename> + <basename>libgstmpg123.so</basename> + <version>0.11.99</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>mpg123audiodec</name> + <longname>mpg123 mp3 decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Decodes mp3 streams using the mpg123 library</description> + <author>Carlos Rafael Giani <dv@pseudoterminal.org></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/mpeg, mpegversion=(int){ 1 }, layer=(int)[ 1, 3 ], rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ], parsed=(boolean)true</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string){ S16LE, U16LE, S32LE, U32LE, S24LE, U24LE, F32LE }, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ], layout=(string)interleaved</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |