diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-02-06 10:56:07 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-02-06 10:56:07 +0000 |
commit | 5bc69ce9bd487cce89fbd13277492c7106ef410e (patch) | |
tree | 81c061009dba4d41fbccfa714feaa268bb092df3 /docs/plugins/inspect | |
parent | 059527abc02d074cb31af6d0b25e0ed1c8b032c9 (diff) |
Add APE tag demuxer (#325649).
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/inspect/plugin-apetag.xml:
* gst/apetag/Makefile.am:
* gst/apetag/gstapedemux.c:
* gst/apetag/gstapedemux.h:
* gst/apetag/gsttagdemux.c:
* gst/apetag/gsttagdemux.h:
Add APE tag demuxer (#325649).
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r-- | docs/plugins/inspect/plugin-apetag.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml new file mode 100644 index 00000000..18a3775d --- /dev/null +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -0,0 +1,20 @@ +<plugin> + <name>apetag</name> + <description>APEv1/2 tag reader</description> + <filename>../../gst/apedemux/.libs/libgstapetag.so</filename> + <basename>libgstapetag.so</basename> + <version>0.10.1.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>apedemux</name> + <longname>APE tag demuxer</longname> + <class>Codec/Demuxer/Metadata</class> + <description>Read and output APE tags while demuxing the contents</description> + <author>Ronald Bultje <rbultje@ronald.bitfreak.net>, Tim-Philipp Müller <tim centricular net></author> + </element> + </elements> +</plugin>
\ No newline at end of file |