summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-ogg.xml
blob: 449d1a932a47ae2f32c5843ea42424bcda8ec19c (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<plugin>
  <name>ogg</name>
  <description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
  <filename>../../ext/ogg/.libs/libgstogg.so</filename>
  <basename>libgstogg.so</basename>
  <version>0.10.0</version>
  <license>LGPL</license>
  <source>gst-plugins-base</source>
  <package>GStreamer Base Plug-ins source release</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>oggdemux</name>
      <longname>ogg demuxer</longname>
      <class>Codec/Demuxer</class>
      <description>demux ogg streams (info about ogg: http://xiph.org)</description>
      <author>Wim Taymand &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>oggmux</name>
      <longname>ogg muxer</longname>
      <class>Codec/Muxer</class>
      <description>mux ogg streams (info about ogg: http://xiph.org)</description>
      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
    </element>
    <element>
      <name>oggparse</name>
      <longname>ogg parser</longname>
      <class>Codec/Parser</class>
      <description>parse ogg streams into pages (info about ogg: http://xiph.org)</description>
      <author>Michael Smith &lt;msmith@fluendo.com&gt;</author>
    </element>
    <element>
      <name>ogmaudioparse</name>
      <longname>OGM audio stream parser</longname>
      <class>Codec/Decoder/Audio</class>
      <description>parse an OGM audio header and stream</description>
      <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
    </element>
    <element>
      <name>ogmtextparse</name>
      <longname>OGM text stream parser</longname>
      <class>Codec/Decoder/Subtitle</class>
      <description>parse an OGM text header and stream</description>
      <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
    </element>
    <element>
      <name>ogmvideoparse</name>
      <longname>OGM video stream parser</longname>
      <class>Codec/Decoder/Video</class>
      <description>parse an OGM video header and stream</description>
      <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
    </element>
  </elements>
</plugin>