summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-twolame.xml
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-03-10 00:10:20 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-03-10 01:03:07 +0000
commitb2d11de70a2d2117182efe15ec5f910319f5b8c1 (patch)
tree44edd7200e17a6a720d49e4ce9953932e78d28e6 /docs/plugins/inspect/plugin-twolame.xml
parent9704439f33da8b2814d85982ba3857171247b7bf (diff)
Moved twolame from Bad to Ugly
Diffstat (limited to 'docs/plugins/inspect/plugin-twolame.xml')
-rw-r--r--docs/plugins/inspect/plugin-twolame.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml
new file mode 100644
index 00000000..7794d95e
--- /dev/null
+++ b/docs/plugins/inspect/plugin-twolame.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>twolame</name>
+ <description>Encode MP2s with TwoLAME</description>
+ <filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
+ <basename>libgsttwolame.so</basename>
+ <version>0.10.10.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-ugly</source>
+ <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>twolame</name>
+ <longname>TwoLAME mp2 encoder</longname>
+ <class>Codec/Encoder/Audio</class>
+ <description>High-quality free MP2 encoder</description>
+ <author>Sebastian Dröge &lt;sebastian.droege@collabora.co.uk&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]; audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/mpeg, mpegversion=(int)1, layer=(int)2, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file