gstreamer/docs/plugins/inspect/plugin-taglib.xml
Tim-Philipp Müller 16e1c0ad3d Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
Original commit message from CVS:
* autogen.sh:
* configure.ac:
* docs/Makefile.am:
Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/inspect/plugin-taglib.xml:
Add/fix apev2mux docs.
2006-06-16 10:56:24 +00:00

27 lines
No EOL
1 KiB
XML

<plugin>
<name>taglib</name>
<description>Tag writing plug-in based on taglib</description>
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
<basename>libgsttaglib.so</basename>
<version>0.10.3.1</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>apev2mux</name>
<longname>TagLib-based APEv2 Muxer</longname>
<class>Formatter/Metadata</class>
<description>Adds an APEv2 header to the beginning of files using taglib</description>
<author>Sebastian Dröge &lt;mail@slomosnail.de&gt;</author>
</element>
<element>
<name>id3v2mux</name>
<longname>TagLib-based ID3v2 Muxer</longname>
<class>Formatter/Metadata</class>
<description>Adds an ID3v2 header to the beginning of MP3 files using taglib</description>
<author>Christophe Fergeau &lt;teuf@gnome.org&gt;</author>
</element>
</elements>
</plugin>