summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 17:59:57 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-17 17:59:57 +0100
commit2fe4042abf68a60a8ddc042cdf62dc8e5130683f (patch)
tree7770009b9cf54132df924faee5860a75d630128f /docs
parenta98f1533db00ca5ec8686e35b45c612be13e597f (diff)
Release 0.11.99
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/inspect/plugin-xingmux.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-xingmux.xml b/docs/plugins/inspect/plugin-xingmux.xml
new file mode 100644
index 00000000..8ef013de
--- /dev/null
+++ b/docs/plugins/inspect/plugin-xingmux.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>xingmux</name>
+ <description>Add XING tags to mpeg audio files</description>
+ <filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
+ <basename>libgstxingmux.so</basename>
+ <version>0.11.99</version>
+ <license>LGPL</license>
+ <source>gst-plugins-ugly</source>
+ <package>GStreamer Ugly Plug-ins source release</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>xingmux</name>
+ <longname>MP3 Xing muxer</longname>
+ <class>Formatter/Metadata</class>
+ <description>Adds a Xing header to the beginning of a VBR MP3 file</description>
+ <author>Christophe Fergeau &lt;teuf@gnome.org&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file