mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
050b2f0a3b
Original commit message from CVS: 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.7, "Leave the gun"
55 lines
No EOL
2.1 KiB
XML
55 lines
No EOL
2.1 KiB
XML
<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.7</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 <wim@fluendo.com></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 <wim@fluendo.com></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 <msmith@fluendo.com></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 <rbultje@ronald.bitfreak.net></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 <rbultje@ronald.bitfreak.net></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 <rbultje@ronald.bitfreak.net></author>
|
|
</element>
|
|
</elements>
|
|
</plugin> |