summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-mad.xml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-05 20:53:57 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-05 21:04:07 +0100
commit78ed09615b164b734f1304f3cbbc3170238dc0e7 (patch)
treee76d7f78c4a596f6de86066fbd6127fcda0a3d0f /docs/plugins/inspect/plugin-mad.xml
parentc111e03e78e695e75dc198a649fed3eb8d78df8b (diff)
mad, id3mux: (re)move broken, unmaintained and unloved id3mux element
It will be reborn with a shiny new code base under its hood in -bad. See #581756 and #565764.
Diffstat (limited to 'docs/plugins/inspect/plugin-mad.xml')
-rw-r--r--docs/plugins/inspect/plugin-mad.xml23
1 files changed, 1 insertions, 22 deletions
diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml
index 05dfc80f..9cb20fe1 100644
--- a/docs/plugins/inspect/plugin-mad.xml
+++ b/docs/plugins/inspect/plugin-mad.xml
@@ -1,6 +1,6 @@
<plugin>
<name>mad</name>
- <description>id3 tag manipulation and mp3 decoding based on the mad library</description>
+ <description>mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename>
<version>0.10.11.1</version>
@@ -10,27 +10,6 @@
<origin>Unknown package origin</origin>
<elements>
<element>
- <name>id3mux</name>
- <longname>id3 tag muxer</longname>
- <class>Codec/Muxer/Audio</class>
- <description>Add ID3 tagging information</description>
- <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/mpeg, mpegversion=(int)1; audio/x-flac</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>application/x-id3</details>
- </caps>
- </pads>
- </element>
- <element>
<name>mad</name>
<longname>mad mp3 decoder</longname>
<class>Codec/Decoder/Audio</class>