summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-05-01 17:58:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-05-01 17:58:38 +0000
commit9e8733719f54b7511cc6d66aa55a957b24921ded (patch)
treea178712c99b7d8358f663259c2ea80cc089304c7 /docs/plugins/inspect
parentcfb3b247bff2feaa6efbd32426c38e874b738eaf (diff)
downloadgst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.tar.gz
gst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.tar.bz2
gst-plugins-bad-9e8733719f54b7511cc6d66aa55a957b24921ded.zip
moved to good. Closes #336110
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/inspect/plugin-taglib.xml: * ext/Makefile.am: * ext/taglib/Makefile.am: * ext/taglib/gstid3v2mux.cc: * ext/taglib/gstid3v2mux.h: * ext/taglib/gsttaglib.cc: * ext/taglib/gsttaglib.h: * tests/check/Makefile.am: * tests/check/elements/tagid3v2mux.c: moved to good. Closes #336110
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-taglib.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml
deleted file mode 100644
index 3e000415..00000000
--- a/docs/plugins/inspect/plugin-taglib.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<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.2.1</version>
- <license>LGPL</license>
- <source>gst-plugins-bad</source>
- <package>GStreamer Bad Plug-ins CVS/prerelease</package>
- <origin>Unknown package origin</origin>
- <elements>
- <element>
- <name>id3v2mux</name>
- <longname>TagLib 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> \ No newline at end of file