summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-amrwbenc.xml
diff options
context:
space:
mode:
authorIago Toral <itoral@igalia.com>2009-07-27 19:55:27 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-27 20:02:37 +0200
commit29e39080324a4a5a3b4d5bbc3fc79213090c6b0a (patch)
tree9957e88829653b9511eba464ac89b57c605cf741 /docs/plugins/inspect/plugin-amrwbenc.xml
parentffe90f81a4d1f9e123c269895bb97446b9d0f3c2 (diff)
downloadgst-plugins-bad-29e39080324a4a5a3b4d5bbc3fc79213090c6b0a.tar.gz
gst-plugins-bad-29e39080324a4a5a3b4d5bbc3fc79213090c6b0a.tar.bz2
gst-plugins-bad-29e39080324a4a5a3b4d5bbc3fc79213090c6b0a.zip
amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc
Partially fixes bug #584890.
Diffstat (limited to 'docs/plugins/inspect/plugin-amrwbenc.xml')
-rw-r--r--docs/plugins/inspect/plugin-amrwbenc.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-amrwbenc.xml b/docs/plugins/inspect/plugin-amrwbenc.xml
new file mode 100644
index 00000000..9a7ada08
--- /dev/null
+++ b/docs/plugins/inspect/plugin-amrwbenc.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>amrwbenc</name>
+ <description>Adaptive Multi-Rate Wide-Band Encoder</description>
+ <filename>../../ext/amrwb/.libs/libgstamrwbenc.so</filename>
+ <basename>libgstamrwbenc.so</basename>
+ <version>0.10.12.1</version>
+ <license>unknown</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins git/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>amrwbenc</name>
+ <longname>AMR-WB audio encoder</longname>
+ <class>Codec/Encoder/Audio</class>
+ <description>Adaptive Multi-Rate Wideband audio encoder</description>
+ <author>Renato Araujo &lt;renato.filho@indt.org.br&gt;</author>
+ <pads>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/AMR-WB, rate=(int)16000, channels=(int)1</details>
+ </caps>
+ <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)16000, channels=(int)1</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin>