diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-02 10:42:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-02 10:42:32 +0000 |
commit | 31e167958b3a4777e5b7ae2b85eaa7e313aa97e8 (patch) | |
tree | 3aba04cc3a71ed4d035f290c41b5638d8b7308a5 | |
parent | a55df4e7bb016c077570f397703dc6040f1f9107 (diff) | |
download | gst-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
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 10 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-bz2.xml | 27 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-cdxaparse.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-freeze.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-glimagesink.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-modplug.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-neon.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-sdl.xml | 27 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-video4linux2.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-ximagesrc.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-xingheader.xml | 20 |
12 files changed, 239 insertions, 0 deletions
@@ -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: 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 <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>
\ 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 <wim.taymans@tvd.be></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 <gergely.nagy@neteyes.hu>, Renato Filho <renato.filho@indt.org.br></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 <ds@schleef.org></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 <jsimon13@yahoo.fr></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 <edgard.lima@indt.org.br></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 <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>
\ 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 <rbultje@ronald.bitfreak.net>, Edgard Lima <edgard.lima@indt.org.br></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 <lutz@users.sourceforge.net>Jan Schmidt <thaytan@mad.scientist.com>Zaheer Merali <zaheerabbas at merali dot org></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 <teuf@gnome.org></author> + </element> + </elements> +</plugin>
\ No newline at end of file |