summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-adpcmenc.xml
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-25 11:56:33 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-25 11:56:33 +0100
commit828af084903b08715b05bd2b9896d60b921b87bd (patch)
treef4be120959be4a11be65f35c42864d65479f27a1 /docs/plugins/inspect/plugin-adpcmenc.xml
parent926decbecb985fb39db26352dc06ef1070b12b1f (diff)
downloadgstreamer-plugins-bad-828af084903b08715b05bd2b9896d60b921b87bd.tar.gz
dataurisrc: Add docs and integrate into build system
Fixes again bug #596885.
Diffstat (limited to 'docs/plugins/inspect/plugin-adpcmenc.xml')
-rw-r--r--docs/plugins/inspect/plugin-adpcmenc.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-adpcmenc.xml b/docs/plugins/inspect/plugin-adpcmenc.xml
new file mode 100644
index 000000000..dd0b19dce
--- /dev/null
+++ b/docs/plugins/inspect/plugin-adpcmenc.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>adpcmenc</name>
+ <description>ADPCM encoder</description>
+ <filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
+ <basename>libgstadpcmenc.so</basename>
+ <version>0.10.17.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins git</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>adpcmenc</name>
+ <longname>ADPCM encoder</longname>
+ <class>Codec/Encoder/Audio</class>
+ <description>Encode ADPCM 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-adpcm, layout=(string){ dvi }, block_align=(int)[ 64, 8192 ], rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details>
+ </caps>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, depth=(int)16, width=(int)16, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file