summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-02 10:42:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-02 10:42:32 +0000
commit31e167958b3a4777e5b7ae2b85eaa7e313aa97e8 (patch)
tree3aba04cc3a71ed4d035f290c41b5638d8b7308a5 /docs
parenta55df4e7bb016c077570f397703dc6040f1f9107 (diff)
downloadgst-plugins-bad-31e167958b3a4777e5b7ae2b85eaa7e313aa97e8.tar.gz
gst-plugins-bad-31e167958b3a4777e5b7ae2b85eaa7e313aa97e8.tar.bz2
gst-plugins-bad-31e167958b3a4777e5b7ae2b85eaa7e313aa97e8.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml10
-rw-r--r--docs/plugins/inspect/plugin-bz2.xml27
-rw-r--r--docs/plugins/inspect/plugin-cdxaparse.xml20
-rw-r--r--docs/plugins/inspect/plugin-freeze.xml20
-rw-r--r--docs/plugins/inspect/plugin-glimagesink.xml20
-rw-r--r--docs/plugins/inspect/plugin-modplug.xml20
-rw-r--r--docs/plugins/inspect/plugin-neon.xml20
-rw-r--r--docs/plugins/inspect/plugin-sdl.xml27
-rw-r--r--docs/plugins/inspect/plugin-video4linux2.xml20
-rw-r--r--docs/plugins/inspect/plugin-ximagesrc.xml20
-rw-r--r--docs/plugins/inspect/plugin-xingheader.xml20
11 files changed, 224 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index 592f573a..195fafad 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -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>
diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml
new file mode 100644
index 00000000..f18a787e
--- /dev/null
+++ b/docs/plugins/inspect/plugin-bz2.xml
@@ -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 &lt;lutz@users.sourceforge.net&gt;</author>
+ </element>
+ <element>
+ <name>bz2enc</name>
+ <longname>BZ2 encoder</longname>
+ <class>Codec/Encoder</class>
+ <description>Compresses streams</description>
+ <author>Lutz Mueller &lt;lutz@users.sourceforge.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-cdxaparse.xml b/docs/plugins/inspect/plugin-cdxaparse.xml
new file mode 100644
index 00000000..499ceff8
--- /dev/null
+++ b/docs/plugins/inspect/plugin-cdxaparse.xml
@@ -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 &lt;wim.taymans@tvd.be&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-freeze.xml b/docs/plugins/inspect/plugin-freeze.xml
new file mode 100644
index 00000000..8494fbda
--- /dev/null
+++ b/docs/plugins/inspect/plugin-freeze.xml
@@ -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 &lt;gergely.nagy@neteyes.hu&gt;, Renato Filho &lt;renato.filho@indt.org.br&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-glimagesink.xml b/docs/plugins/inspect/plugin-glimagesink.xml
new file mode 100644
index 00000000..de06c3ca
--- /dev/null
+++ b/docs/plugins/inspect/plugin-glimagesink.xml
@@ -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 &lt;ds@schleef.org&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml
new file mode 100644
index 00000000..ce126252
--- /dev/null
+++ b/docs/plugins/inspect/plugin-modplug.xml
@@ -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 &lt;jsimon13@yahoo.fr&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-neon.xml b/docs/plugins/inspect/plugin-neon.xml
new file mode 100644
index 00000000..94f5be59
--- /dev/null
+++ b/docs/plugins/inspect/plugin-neon.xml
@@ -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 &lt;edgard.lima@indt.org.br&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-sdl.xml b/docs/plugins/inspect/plugin-sdl.xml
new file mode 100644
index 00000000..cf82ede4
--- /dev/null
+++ b/docs/plugins/inspect/plugin-sdl.xml
@@ -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 &lt;edgard.lima@indt.org.br&gt;</author>
+ </element>
+ <element>
+ <name>sdlvideosink</name>
+ <longname>Video sink</longname>
+ <class>Sink/Video</class>
+ <description>An SDL-based videosink</description>
+ <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;Edgard Lima &lt;edgard.lima@indt.org.br&gt;Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml
new file mode 100644
index 00000000..38a1a302
--- /dev/null
+++ b/docs/plugins/inspect/plugin-video4linux2.xml
@@ -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 &lt;rbultje@ronald.bitfreak.net&gt;, Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml
new file mode 100644
index 00000000..d2bd55b9
--- /dev/null
+++ b/docs/plugins/inspect/plugin-ximagesrc.xml
@@ -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 &lt;lutz@users.sourceforge.net&gt;Jan Schmidt &lt;thaytan@mad.scientist.com&gt;Zaheer Merali &lt;zaheerabbas at merali dot org&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-xingheader.xml b/docs/plugins/inspect/plugin-xingheader.xml
new file mode 100644
index 00000000..5a03a025
--- /dev/null
+++ b/docs/plugins/inspect/plugin-xingheader.xml
@@ -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 &lt;teuf@gnome.org&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file