summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-avi.xml
blob: 9b0cb1ac11934e683f348517bad90d4ebcb5ea38 (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
<plugin>
  <name>avi</name>
  <description>AVI stream handling</description>
  <filename>../../gst/avi/.libs/libgstavi.so</filename>
  <basename>libgstavi.so</basename>
  <version>0.10.4</version>
  <license>LGPL</license>
  <source>gst-plugins-good</source>
  <package>GStreamer Good Plug-ins source release</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>avidemux</name>
      <longname>Avi demuxer</longname>
      <class>Codec/Demuxer</class>
      <description>Demultiplex an avi file into audio and video</description>
      <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;
    Wim Taymans &lt;wim.taymans@chello.be&gt;
    Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
    </element>
    <element>
      <name>avimux</name>
      <longname>Avi muxer</longname>
      <class>Codec/Muxer</class>
      <description>Muxes audio and video into an avi stream</description>
      <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
    </element>
  </elements>
</plugin>