blob: 68783e789ac276e48478b56cfd8d2b33b8fcc0d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<plugin>
<name>mad</name>
<description>id3 tag manipulation and mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename>
<version>0.9.5</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
<name>id3demux</name>
<longname>id3 tag extractor</longname>
<class>Codec/Demuxer/Audio</class>
<description>Extract ID3 tagging information</description>
<author>Benjamin Otte <otte@gnome.org></author>
</element>
<element>
<name>id3mux</name>
<longname>id3 muxer</longname>
<class>Codec/Muxer/Audio</class>
<description>Add ID3 tagging information</description>
<author>Benjamin Otte <otte@gnome.org></author>
</element>
<element>
<name>id3tag</name>
<longname>id3 tag extractor</longname>
<class>Tag</class>
<description>Extract tagging information from mp3s</description>
<author>Benjamin Otte <otte@gnome.org></author>
</element>
<element>
<name>mad</name>
<longname>mad mp3 decoder</longname>
<class>Codec/Decoder/Audio</class>
<description>Uses mad code to decode mp3 streams</description>
<author>Wim Taymans <wim.taymans@chello.be></author>
</element>
</elements>
</plugin>
|