From 5bc69ce9bd487cce89fbd13277492c7106ef410e Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 6 Feb 2006 10:56:07 +0000 Subject: 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). --- docs/plugins/inspect/plugin-apetag.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/plugins/inspect/plugin-apetag.xml (limited to 'docs/plugins/inspect') 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 @@ + + apetag + APEv1/2 tag reader + ../../gst/apedemux/.libs/libgstapetag.so + libgstapetag.so + 0.10.1.1 + LGPL + gst-plugins-good + GStreamer Good Plug-ins CVS/prerelease + Unknown package origin + + + apedemux + APE tag demuxer + Codec/Demuxer/Metadata + Read and output APE tags while demuxing the contents + Ronald Bultje <rbultje@ronald.bitfreak.net>, Tim-Philipp Müller <tim centricular net> + + + \ No newline at end of file -- cgit