mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
docs/plugins/: add more plugins to docs
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/inspect/plugin-bz2.xml: * docs/plugins/inspect/plugin-cdxaparse.xml: * docs/plugins/inspect/plugin-freeze.xml: * docs/plugins/inspect/plugin-glimagesink.xml: * docs/plugins/inspect/plugin-modplug.xml: * docs/plugins/inspect/plugin-neon.xml: * docs/plugins/inspect/plugin-sdl.xml: * docs/plugins/inspect/plugin-video4linux2.xml: * docs/plugins/inspect/plugin-ximagesrc.xml: * docs/plugins/inspect/plugin-xingheader.xml: add more plugins to docs
This commit is contained in:
parent
a55df4e7bb
commit
31e167958b
12 changed files with 239 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2006-04-02 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
|
||||
* docs/plugins/inspect/plugin-bz2.xml:
|
||||
* docs/plugins/inspect/plugin-cdxaparse.xml:
|
||||
* docs/plugins/inspect/plugin-freeze.xml:
|
||||
* docs/plugins/inspect/plugin-glimagesink.xml:
|
||||
* docs/plugins/inspect/plugin-modplug.xml:
|
||||
* docs/plugins/inspect/plugin-neon.xml:
|
||||
* docs/plugins/inspect/plugin-sdl.xml:
|
||||
* docs/plugins/inspect/plugin-video4linux2.xml:
|
||||
* docs/plugins/inspect/plugin-ximagesrc.xml:
|
||||
* docs/plugins/inspect/plugin-xingheader.xml:
|
||||
add more plugins to docs
|
||||
|
||||
2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* sys/dxr3/ac3_padder.h:
|
||||
|
|
|
@ -20,14 +20,24 @@
|
|||
<chapter>
|
||||
<title>gst-plugins-bad Plugins</title>
|
||||
|
||||
<xi:include href="xml/plugin-bz2.xml" />
|
||||
<xi:include href="xml/plugin-cdxaparse.xml" />
|
||||
<xi:include href="xml/plugin-dfbvideosink.xml" />
|
||||
<xi:include href="xml/plugin-faad.xml" />
|
||||
<xi:include href="xml/plugin-freeze.xml" />
|
||||
<xi:include href="xml/plugin-glimagesink.xml" />
|
||||
<xi:include href="xml/plugin-gsm.xml" />
|
||||
<xi:include href="xml/plugin-modplug.xml" />
|
||||
<xi:include href="xml/plugin-neon.xml" />
|
||||
<xi:include href="xml/plugin-qtdemux.xml" />
|
||||
<xi:include href="xml/plugin-sdlvideosink.xml" />
|
||||
<xi:include href="xml/plugin-sdl.xml" />
|
||||
<xi:include href="xml/plugin-speed.xml" />
|
||||
<xi:include href="xml/plugin-taglib.xml" />
|
||||
<xi:include href="xml/plugin-tta.xml" />
|
||||
<xi:include href="xml/plugin-video4linux2.xml" />
|
||||
<xi:include href="xml/plugin-ximagesrc.xml" />
|
||||
<xi:include href="xml/plugin-xingheader.xml" />
|
||||
|
||||
</chapter>
|
||||
</book>
|
||||
|
|
27
docs/plugins/inspect/plugin-bz2.xml
Normal file
27
docs/plugins/inspect/plugin-bz2.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<plugin>
|
||||
<name>bz2</name>
|
||||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>0.10.2.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>bz2dec</name>
|
||||
<longname>BZ2 decoder</longname>
|
||||
<class>Codec/Decoder</class>
|
||||
<description>Decodes compressed streams</description>
|
||||
<author>Lutz Mueller <lutz@users.sourceforge.net></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>bz2enc</name>
|
||||
<longname>BZ2 encoder</longname>
|
||||
<class>Codec/Encoder</class>
|
||||
<description>Compresses streams</description>
|
||||
<author>Lutz Mueller <lutz@users.sourceforge.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-cdxaparse.xml
Normal file
20
docs/plugins/inspect/plugin-cdxaparse.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<plugin>
|
||||
<name>cdxaparse</name>
|
||||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
||||
<basename>libgstcdxaparse.so</basename>
|
||||
<version>0.10.1.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>cdxaparse</name>
|
||||
<longname>.dat parser</longname>
|
||||
<class>Codec/Parser</class>
|
||||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||
<author>Wim Taymans <wim.taymans@tvd.be></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-freeze.xml
Normal file
20
docs/plugins/inspect/plugin-freeze.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<plugin>
|
||||
<name>freeze</name>
|
||||
<description>Stream freezer</description>
|
||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||
<basename>libgstfreeze.so</basename>
|
||||
<version>0.10.2.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>freeze</name>
|
||||
<longname>Stream freezer</longname>
|
||||
<class>Generic</class>
|
||||
<description>Makes a stream from buffers of data</description>
|
||||
<author>Gergely Nagy <gergely.nagy@neteyes.hu>, Renato Filho <renato.filho@indt.org.br></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-glimagesink.xml
Normal file
20
docs/plugins/inspect/plugin-glimagesink.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<plugin>
|
||||
<name>glimagesink</name>
|
||||
<description>OpenGL video output plugin</description>
|
||||
<filename>../../sys/glsink/.libs/libgstglimagesink.so</filename>
|
||||
<basename>libgstglimagesink.so</basename>
|
||||
<version>0.10.2.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>glimagesink</name>
|
||||
<longname>OpenGL video sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>A videosink based on OpenGL</description>
|
||||
<author>David Schleef <ds@schleef.org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-modplug.xml
Normal file
20
docs/plugins/inspect/plugin-modplug.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<plugin>
|
||||
<name>modplug</name>
|
||||
<description>.MOD audio decoding</description>
|
||||
<filename>../../gst/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>0.10.1.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>modplug</name>
|
||||
<longname>ModPlug</longname>
|
||||
<class>Codec/Decoder/Audio</class>
|
||||
<description>Module decoder based on modplug engine</description>
|
||||
<author>Jeremy SIMON <jsimon13@yahoo.fr></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-neon.xml
Normal file
20
docs/plugins/inspect/plugin-neon.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<plugin>
|
||||
<name>neon</name>
|
||||
<description>lib neon http client src</description>
|
||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||
<basename>libgstneonhttpsrc.so</basename>
|
||||
<version>0.10.2.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
<origin>http://gstreamer.net/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>neonhttpsrc</name>
|
||||
<longname>NEON HTTP Client source</longname>
|
||||
<class>Source/Network</class>
|
||||
<description>Receive data as a client over the network via HTTP</description>
|
||||
<author>Edgard Lima <edgard.lima@indt.org.br></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
27
docs/plugins/inspect/plugin-sdl.xml
Normal file
27
docs/plugins/inspect/plugin-sdl.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<plugin>
|
||||
<name>sdl</name>
|
||||
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
||||
<filename>../../ext/sdl/.libs/libgstsdlvideosink.so</filename>
|
||||
<basename>libgstsdlvideosink.so</basename>
|
||||
<version>0.10.2.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>sdlaudiosink</name>
|
||||
<longname>Audio Sink (SDLAUDIO)</longname>
|
||||
<class>Sink/Audio</class>
|
||||
<description>Output to a sound card via SDLAUDIO</description>
|
||||
<author>Edgard Lima <edgard.lima@indt.org.br></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>sdlvideosink</name>
|
||||
<longname>Video sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>An SDL-based videosink</description>
|
||||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net>Edgard Lima <edgard.lima@indt.org.br>Jan Schmidt <thaytan@mad.scientist.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-video4linux2.xml
Normal file
20
docs/plugins/inspect/plugin-video4linux2.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<plugin>
|
||||
<name>video4linux2</name>
|
||||
<description>elements for Video 4 Linux</description>
|
||||
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
||||
<basename>libgstvideo4linux2.so</basename>
|
||||
<version>0.10.2.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>v4l2src</name>
|
||||
<longname>Video (video4linux2/raw) Source</longname>
|
||||
<class>Source/Video</class>
|
||||
<description>Reads raw frames from a video4linux2 (BT8x8) device</description>
|
||||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net>, Edgard Lima <edgard.lima@indt.org.br></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-ximagesrc.xml
Normal file
20
docs/plugins/inspect/plugin-ximagesrc.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<plugin>
|
||||
<name>ximagesrc</name>
|
||||
<description>XFree86 video input plugin based on standard Xlib calls</description>
|
||||
<filename>../../sys/ximagesrc/.libs/libgstximagesrc.so</filename>
|
||||
<basename>libgstximagesrc.so</basename>
|
||||
<version>0.10.2.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>ximagesrc</name>
|
||||
<longname>Ximage video source</longname>
|
||||
<class>Source/Video</class>
|
||||
<description>Creates a screenshot video stream</description>
|
||||
<author>Lutz Mueller <lutz@users.sourceforge.net>Jan Schmidt <thaytan@mad.scientist.com>Zaheer Merali <zaheerabbas at merali dot org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
20
docs/plugins/inspect/plugin-xingheader.xml
Normal file
20
docs/plugins/inspect/plugin-xingheader.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<plugin>
|
||||
<name>xingheader</name>
|
||||
<description>Add a xing header to mp3 encoded data</description>
|
||||
<filename>../../gst/xingheader/.libs/libgstxingheader.so</filename>
|
||||
<basename>libgstxingheader.so</basename>
|
||||
<version>0.10.1.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>xingmux</name>
|
||||
<longname>MP3 Xing Muxer</longname>
|
||||
<class>Formatter/Metadata</class>
|
||||
<description>Adds a Xing header to the beginning of a VBR MP3 file</description>
|
||||
<author>Christophe Fergeau <teuf@gnome.org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue