summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-01 16:50:49 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-01 16:50:49 +0000
commit56640c96217908a9062295fbe5e5ba8630b68bb3 (patch)
treee98bcb2c1e433296d6abcc2d0636a3a4f3b0cf59 /docs
parente1137151f858b9bde343722c484780e2e237dffd (diff)
add taglib checks and docs
Original commit message from CVS: add taglib checks and docs
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/inspect/plugin-qtdemux.xml4
-rw-r--r--docs/plugins/inspect/plugin-taglib.xml20
2 files changed, 22 insertions, 2 deletions
diff --git a/docs/plugins/inspect/plugin-qtdemux.xml b/docs/plugins/inspect/plugin-qtdemux.xml
index 8c982fd0..33f00943 100644
--- a/docs/plugins/inspect/plugin-qtdemux.xml
+++ b/docs/plugins/inspect/plugin-qtdemux.xml
@@ -3,10 +3,10 @@
<description>Quicktime stream demuxer</description>
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
<basename>libgstqtdemux.so</basename>
- <version>0.10.1</version>
+ <version>0.10.1.1</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
- <package>GStreamer source release</package>
+ <package>GStreamer CVS/prerelease</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml
new file mode 100644
index 00000000..50b30bba
--- /dev/null
+++ b/docs/plugins/inspect/plugin-taglib.xml
@@ -0,0 +1,20 @@
+<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>tagid3v2mux</name>
+ <longname>TagLib ID3v2 Muxer</longname>
+ <class>Formatter/Metadata</class>
+ <description>Adds an ID3v2 header to the beginning of MP3 files</description>
+ <author>Christophe Fergeau &lt;teuf@gnome.org&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file