summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-xingmux.xml
blob: 9ca570ec51294bc532462038490885f97a343d8e (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>xingmux</name>
  <description>Add XING tags to mpeg audio files</description>
  <filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
  <basename>libgstxingmux.so</basename>
  <version>1.4.0</version>
  <license>LGPL</license>
  <source>gst-plugins-ugly</source>
  <package>GStreamer Ugly Plug-ins source release</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>xingmux</name>
      <longname>MP3 Xing muxer</longname>
      <class>Formatter/Muxer/Metadata</class>
      <description>Adds a Xing header to the beginning of a VBR MP3 file</description>
      <author>Christophe Fergeau &lt;teuf@gnome.org&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details>
        </caps>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>