summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-04-19 10:32:50 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-05-14 12:08:39 +0200
commit2c14a8fbcd5873495b61c4d69926fdc2bb3284b4 (patch)
tree7055689ad49482bed4b81e2a2b18432b00b05642 /docs/plugins/inspect
parentf085fa8a97d1a33ec2a2bb64a08e900e5664fd6c (diff)
downloadgstreamer-plugins-bad-2c14a8fbcd5873495b61c4d69926fdc2bb3284b4.tar.gz
aacenc: Integrate into the documentation
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-voaacenc.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-voaacenc.xml b/docs/plugins/inspect/plugin-voaacenc.xml
new file mode 100644
index 000000000..2f6baa356
--- /dev/null
+++ b/docs/plugins/inspect/plugin-voaacenc.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>voaacenc</name>
+ <description>AAC audio encoder</description>
+ <filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
+ <basename>libgstvoaacenc.so</basename>
+ <version>0.10.21.2</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>voaacenc</name>
+ <longname>AAC audio encoder</longname>
+ <class>Codec/Encoder/Audio</class>
+ <description>AAC audio encoder</description>
+ <author>Kan Hu &lt;kan.hu@linaro.org&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 6 ]</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/mpeg, mpegversion=(int)4, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 6 ], stream-format=(string){ adts, raw }</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file