mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
34 lines
No EOL
1.1 KiB
XML
34 lines
No EOL
1.1 KiB
XML
<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>1.1.3</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 <teuf@gnome.org></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> |