summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-adpcmdec.xml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-05 10:25:26 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-05 10:35:29 +0100
commit2d4469c9846c6bf4e57763b051dfaf3fed8d346b (patch)
tree066c7f8ea16cb12a07e0e11d4ee0fa0d45e452d6 /docs/plugins/inspect/plugin-adpcmdec.xml
parenta4ca73f232fd54ccab499b3cdb3ea1c8180b68c4 (diff)
downloadgstreamer-plugins-bad-2d4469c9846c6bf4e57763b051dfaf3fed8d346b.tar.gz
docs: add inspect files for new plugins
Diffstat (limited to 'docs/plugins/inspect/plugin-adpcmdec.xml')
-rw-r--r--docs/plugins/inspect/plugin-adpcmdec.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-adpcmdec.xml b/docs/plugins/inspect/plugin-adpcmdec.xml
new file mode 100644
index 000000000..a534181a1
--- /dev/null
+++ b/docs/plugins/inspect/plugin-adpcmdec.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>adpcmdec</name>
+ <description>ADPCM decoder</description>
+ <filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
+ <basename>libgstadpcmdec.so</basename>
+ <version>0.10.12.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins git/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>msadpcmdec</name>
+ <longname>MS-ADPCM decoder</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>Decode MS AD-PCM audio</description>
+ <author>Pioneers of the Inevitable &lt;songbird@songbirdnest.com</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, depth=(int)16, width=(int)16, endianness=(int)1234, signed=(boolean)true, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]</details>
+ </caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-adpcm, layout=(string)microsoft, block_align=(int)[ 64, 8096 ], rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file