summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-id3demux.xml
blob: 4c47a0a8b48f5b872a452d4796db748e8d366000 (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
<plugin>
  <name>id3demux</name>
  <description>Demux ID3v1 and ID3v2 tags from a file</description>
  <filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
  <basename>libgstid3demux.so</basename>
  <version>0.10.23.1</version>
  <license>LGPL</license>
  <source>gst-plugins-good</source>
  <package>GStreamer Good Plug-ins git</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>id3demux</name>
      <longname>ID3 tag demuxer</longname>
      <class>Codec/Demuxer/Metadata</class>
      <description>Read and output ID3v1 and ID3v2 tags while demuxing the contents</description>
      <author>Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>application/x-id3</details>
        </caps>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>sometimes</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>