summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-1394.xml21
-rw-r--r--docs/plugins/inspect/plugin-aasink.xml19
-rw-r--r--docs/plugins/inspect/plugin-alaw.xml26
-rw-r--r--docs/plugins/inspect/plugin-alpha.xml19
-rw-r--r--docs/plugins/inspect/plugin-autodetect.xml26
-rw-r--r--docs/plugins/inspect/plugin-avi.xml21
-rw-r--r--docs/plugins/inspect/plugin-cacasink.xml19
-rw-r--r--docs/plugins/inspect/plugin-dv.xml26
-rw-r--r--docs/plugins/inspect/plugin-effectv.xml68
-rw-r--r--docs/plugins/inspect/plugin-esdsink.xml19
-rw-r--r--docs/plugins/inspect/plugin-fdsrc.xml19
-rw-r--r--docs/plugins/inspect/plugin-flac.xml19
-rw-r--r--docs/plugins/inspect/plugin-gconfelements.xml26
-rw-r--r--docs/plugins/inspect/plugin-goom.xml19
-rw-r--r--docs/plugins/inspect/plugin-jpeg.xml19
-rw-r--r--docs/plugins/inspect/plugin-level.xml19
-rw-r--r--docs/plugins/inspect/plugin-mulaw.xml26
-rw-r--r--docs/plugins/inspect/plugin-ossaudio.xml33
-rw-r--r--docs/plugins/inspect/plugin-png.xml19
-rw-r--r--docs/plugins/inspect/plugin-rtp.xml61
-rw-r--r--docs/plugins/inspect/plugin-rtsp.xml19
-rw-r--r--docs/plugins/inspect/plugin-shout2send.xml21
-rw-r--r--docs/plugins/inspect/plugin-smpte.xml19
-rw-r--r--docs/plugins/inspect/plugin-speex.xml19
-rw-r--r--docs/plugins/inspect/plugin-udp.xml40
-rw-r--r--docs/plugins/inspect/plugin-videobox.xml19
-rw-r--r--docs/plugins/inspect/plugin-videoflip.xml19
-rw-r--r--docs/plugins/inspect/plugin-wavparse.xml19
28 files changed, 699 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml
new file mode 100644
index 00000000..d389a3ec
--- /dev/null
+++ b/docs/plugins/inspect/plugin-1394.xml
@@ -0,0 +1,21 @@
+<plugin>
+ <name>1394</name>
+ <description>Source for DV data via IEEE1394 interface</description>
+ <filename>../../ext/raw1394/.libs/libgst1394.so</filename>
+ <basename>libgst1394.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>dv1394src</name>
+ <longname>Firewire (1394) DV Source</longname>
+ <class>Source/Video</class>
+ <description>Source for DV video data from firewire port</description>
+ <author>Erik Walthinsen &lt;omega@temple-baptist.com&gt;
+ Daniel Fischer &lt;dan@f3c.com&gt;
+ Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml
new file mode 100644
index 00000000..8ea07c8b
--- /dev/null
+++ b/docs/plugins/inspect/plugin-aasink.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>aasink</name>
+ <description>ASCII Art video sink</description>
+ <filename>../../ext/aalib/.libs/libgstaasink.so</filename>
+ <basename>libgstaasink.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>aasink</name>
+ <longname>AA sink</longname>
+ <class>Sink/Video</class>
+ <description>An ASCII art videosink</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml
new file mode 100644
index 00000000..6b447211
--- /dev/null
+++ b/docs/plugins/inspect/plugin-alaw.xml
@@ -0,0 +1,26 @@
+<plugin>
+ <name>alaw</name>
+ <description>ALaw audio conversion routines</description>
+ <filename>../../gst/law/.libs/libgstalaw.so</filename>
+ <basename>libgstalaw.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>alawdec</name>
+ <longname>A Law to PCM conversion</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>Convert 8bit A law to 16bit PCM</description>
+ <author>Zaheer Abbas Merali &lt;zaheerabbas at merali dot org&gt;</author>
+ </element>
+ <element>
+ <name>alawenc</name>
+ <longname>PCM to A Law conversion</longname>
+ <class>Codec/Encoder/Audio</class>
+ <description>Convert 16bit PCM to 8bit A law</description>
+ <author>Zaheer Abbas 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-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml
new file mode 100644
index 00000000..1065b466
--- /dev/null
+++ b/docs/plugins/inspect/plugin-alpha.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>alpha</name>
+ <description>resizes a video by adding borders or cropping</description>
+ <filename>../../gst/alpha/.libs/libgstalpha.so</filename>
+ <basename>libgstalpha.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>alpha</name>
+ <longname>alpha filter</longname>
+ <class>Filter/Effect/Video</class>
+ <description>Adds an alpha channel to video</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml
new file mode 100644
index 00000000..57a1bead
--- /dev/null
+++ b/docs/plugins/inspect/plugin-autodetect.xml
@@ -0,0 +1,26 @@
+<plugin>
+ <name>autodetect</name>
+ <description>Plugin contains auto-detection plugins for video/audio outputs</description>
+ <filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
+ <basename>libgstautodetect.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>autoaudiosink</name>
+ <longname>Auto audio sink</longname>
+ <class>Sink/Audio</class>
+ <description>Audio sink embedding the Auto-settings for audio output</description>
+ <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ </element>
+ <element>
+ <name>autovideosink</name>
+ <longname>Auto video sink</longname>
+ <class>Sink/Video</class>
+ <description>Video sink embedding the Auto-settings for video output</description>
+ <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml
new file mode 100644
index 00000000..ecdce449
--- /dev/null
+++ b/docs/plugins/inspect/plugin-avi.xml
@@ -0,0 +1,21 @@
+<plugin>
+ <name>avi</name>
+ <description>AVI stream handling</description>
+ <filename>../../gst/avi/.libs/libgstavi.so</filename>
+ <basename>libgstavi.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>avidemux</name>
+ <longname>Avi demuxer</longname>
+ <class>Codec/Demuxer</class>
+ <description>Demultiplex an avi file into audio and video</description>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;
+ Wim Taymans &lt;wim.taymans@chello.be&gt;
+ Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml
new file mode 100644
index 00000000..0508407a
--- /dev/null
+++ b/docs/plugins/inspect/plugin-cacasink.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>cacasink</name>
+ <description>Colored ASCII Art video sink</description>
+ <filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
+ <basename>libgstcacasink.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>cacasink</name>
+ <longname>CACA sink</longname>
+ <class>Sink/Video</class>
+ <description>A colored ASCII art videosink</description>
+ <author>Zeeshan Ali &lt;zak147@yahoo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml
new file mode 100644
index 00000000..d9a728fd
--- /dev/null
+++ b/docs/plugins/inspect/plugin-dv.xml
@@ -0,0 +1,26 @@
+<plugin>
+ <name>dv</name>
+ <description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
+ <filename>../../ext/dv/.libs/libgstdv.so</filename>
+ <basename>libgstdv.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>dvdec</name>
+ <longname>DV (smpte314) decoder plugin</longname>
+ <class>Codec/Decoder/Video</class>
+ <description>Uses libdv to decode DV video (libdv.sourceforge.net)</description>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;,Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>dvdemux</name>
+ <longname>DV system stream demuxer</longname>
+ <class>Codec/Demuxer</class>
+ <description>Uses libdv to separate DV audio from DV video</description>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml
new file mode 100644
index 00000000..1f0a702c
--- /dev/null
+++ b/docs/plugins/inspect/plugin-effectv.xml
@@ -0,0 +1,68 @@
+<plugin>
+ <name>effectv</name>
+ <description>effect plugins from the effectv project</description>
+ <filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
+ <basename>libgsteffectv.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>agingTV</name>
+ <longname>AgingTV</longname>
+ <class>Filter/Effect/Video</class>
+ <description>AgingTV adds age to video input using scratches and dust</description>
+ <author>Sam Lantinga &lt;slouken@devolution.com&gt;</author>
+ </element>
+ <element>
+ <name>diceTV</name>
+ <longname>DiceTV</longname>
+ <class>Filter/Effect/Video</class>
+ <description>'Dices' the screen up into many small squares</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ <element>
+ <name>edgeTV</name>
+ <longname>EdgeTV</longname>
+ <class>Filter/Effect/Video</class>
+ <description>Apply edge detect on video</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ <element>
+ <name>quarkTV</name>
+ <longname>QuarkTV</longname>
+ <class>Filter/Effect/Video</class>
+ <description>Motion dissolver</description>
+ <author>FUKUCHI, Kentarou &lt;fukuchi@users.sourceforge.net&gt;</author>
+ </element>
+ <element>
+ <name>revTV</name>
+ <longname>RevTV</longname>
+ <class>Filter/Effect/Video</class>
+ <description>A video waveform monitor for each line of video processed</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ <element>
+ <name>shagadelicTV</name>
+ <longname>ShagadelicTV</longname>
+ <class>Filter/Effect/Video</class>
+ <description>Oh behave, ShagedelicTV makes images shagadelic!</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ <element>
+ <name>vertigoTV</name>
+ <longname>VertigoTV</longname>
+ <class>Filter/Effect/Video</class>
+ <description>A loopback alpha blending effector with rotating and scaling</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ <element>
+ <name>warpTV</name>
+ <longname>WarpTV</longname>
+ <class>Filter/Effect/Video</class>
+ <description>WarpTV does realtime goo'ing of the video input</description>
+ <author>Sam Lantinga &lt;slouken@devolution.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml
new file mode 100644
index 00000000..86ee4dd4
--- /dev/null
+++ b/docs/plugins/inspect/plugin-esdsink.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>esdsink</name>
+ <description>ESD Element Plugins</description>
+ <filename>../../ext/esd/.libs/libgstesd.so</filename>
+ <basename>libgstesd.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>esdsink</name>
+ <longname>Esound audio sink</longname>
+ <class>Sink/Audio</class>
+ <description>Plays audio to an esound server</description>
+ <author>Arwed von Merkatz &lt;v.merkatz@gmx.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-fdsrc.xml b/docs/plugins/inspect/plugin-fdsrc.xml
new file mode 100644
index 00000000..9b5754b6
--- /dev/null
+++ b/docs/plugins/inspect/plugin-fdsrc.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>fdsrc</name>
+ <description>A source that reads from a file descriptor</description>
+ <filename>../../gst/fdsrc/.libs/libgstfdsrc.so</filename>
+ <basename>libgstfdsrc.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>fdsrc</name>
+ <longname>Disk Source</longname>
+ <class>Source/File</class>
+ <description>Synchronous read from a file</description>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml
new file mode 100644
index 00000000..08bd9e04
--- /dev/null
+++ b/docs/plugins/inspect/plugin-flac.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>flac</name>
+ <description>The FLAC Lossless compressor Codec</description>
+ <filename>../../ext/flac/.libs/libgstflac.so</filename>
+ <basename>libgstflac.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>flacdec</name>
+ <longname>FLAC decoder</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>Decodes FLAC lossless audio streams</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml
new file mode 100644
index 00000000..5a4df241
--- /dev/null
+++ b/docs/plugins/inspect/plugin-gconfelements.xml
@@ -0,0 +1,26 @@
+<plugin>
+ <name>gconfelements</name>
+ <description>elements wrapping the GStreamer/GConf audio/video output settings</description>
+ <filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
+ <basename>libgstgconfelements.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>gconfaudiosink</name>
+ <longname>GConf audio sink</longname>
+ <class>Sink/Audio</class>
+ <description>Audio sink embedding the GConf-settings for audio output</description>
+ <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ </element>
+ <element>
+ <name>gconfvideosink</name>
+ <longname>GConf video sink</longname>
+ <class>Sink/Video</class>
+ <description>Video sink embedding the GConf-settings for video output</description>
+ <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml
new file mode 100644
index 00000000..d8f93372
--- /dev/null
+++ b/docs/plugins/inspect/plugin-goom.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>goom</name>
+ <description>GOOM visualization filter</description>
+ <filename>../../gst/goom/.libs/libgstgoom.so</filename>
+ <basename>libgstgoom.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>goom</name>
+ <longname>GOOM: what a GOOM!</longname>
+ <class>Visualization</class>
+ <description>Takes frames of data and outputs video frames using the GOOM filter</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml
new file mode 100644
index 00000000..64b142ca
--- /dev/null
+++ b/docs/plugins/inspect/plugin-jpeg.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>jpeg</name>
+ <description>JPeg plugin library</description>
+ <filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
+ <basename>libgstjpeg.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>jpegdec</name>
+ <longname>JPEG image decoder</longname>
+ <class>Codec/Decoder/Image</class>
+ <description>Decode images from JPEG format</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-level.xml b/docs/plugins/inspect/plugin-level.xml
new file mode 100644
index 00000000..21bfb30e
--- /dev/null
+++ b/docs/plugins/inspect/plugin-level.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>level</name>
+ <description>Audio level plugin</description>
+ <filename>../../gst/level/.libs/libgstlevel.so</filename>
+ <basename>libgstlevel.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>level</name>
+ <longname>Level</longname>
+ <class>Filter/Analyzer/Audio</class>
+ <description>RMS/Peak/Decaying Peak Level messager for audio/raw</description>
+ <author>Thomas &lt;thomas@apestaart.org&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml
new file mode 100644
index 00000000..a0dc9129
--- /dev/null
+++ b/docs/plugins/inspect/plugin-mulaw.xml
@@ -0,0 +1,26 @@
+<plugin>
+ <name>mulaw</name>
+ <description>MuLaw audio conversion routines</description>
+ <filename>../../gst/law/.libs/libgstmulaw.so</filename>
+ <basename>libgstmulaw.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>mulawdec</name>
+ <longname>Mu Law to PCM conversion</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>Convert 8bit mu law to 16bit PCM</description>
+ <author>Zaheer Abbas Merali &lt;zaheerabbas at merali dot org&gt;</author>
+ </element>
+ <element>
+ <name>mulawenc</name>
+ <longname>PCM to Mu Law conversion</longname>
+ <class>Codec/Encoder/Audio</class>
+ <description>Convert 16bit PCM to 8bit mu law</description>
+ <author>Zaheer Abbas 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-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml
new file mode 100644
index 00000000..2316e977
--- /dev/null
+++ b/docs/plugins/inspect/plugin-ossaudio.xml
@@ -0,0 +1,33 @@
+<plugin>
+ <name>ossaudio</name>
+ <description>OSS (Open Sound System) support for GStreamer</description>
+ <filename>../../sys/oss/.libs/libgstossaudio.so</filename>
+ <basename>libgstossaudio.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>ossmixer</name>
+ <longname>OSS Mixer</longname>
+ <class>Generic/Audio</class>
+ <description>Control sound input and output levels with OSS</description>
+ <author>Andrew Vander Wingo &lt;wingo@pobox.com&gt;</author>
+ </element>
+ <element>
+ <name>osssink</name>
+ <longname>Audio Sink (OSS)</longname>
+ <class>Sink/Audio</class>
+ <description>Output to a sound card via OSS</description>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;, Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ <element>
+ <name>osssrc</name>
+ <longname>Audio Source (OSS)</longname>
+ <class>Source/Audio</class>
+ <description>Capture from a sound card via OSS</description>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml
new file mode 100644
index 00000000..1fdc1ccd
--- /dev/null
+++ b/docs/plugins/inspect/plugin-png.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>png</name>
+ <description>PNG plugin library</description>
+ <filename>../../ext/libpng/.libs/libgstpng.so</filename>
+ <basename>libgstpng.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>pngenc</name>
+ <longname>PNG encoder</longname>
+ <class>Codec/Encoder/Image</class>
+ <description>Encode a video frame to a .png image</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-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml
new file mode 100644
index 00000000..2a349a02
--- /dev/null
+++ b/docs/plugins/inspect/plugin-rtp.xml
@@ -0,0 +1,61 @@
+<plugin>
+ <name>rtp</name>
+ <description>Real-time protocol plugins</description>
+ <filename>../../gst/rtp/.libs/libgstrtp.so</filename>
+ <basename>libgstrtp.so</basename>
+ <version>0.9.0.1</version>
+ <license>GPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>rtpamrdec</name>
+ <longname>RTP packet parser</longname>
+ <class>Codec/Parser/Network</class>
+ <description>Extracts MPEG audio from RTP packets</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>rtpamrenc</name>
+ <longname>RTP packet parser</longname>
+ <class>Codec/Parser/Network</class>
+ <description>Encode AMR audio into RTP packets</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>rtpdec</name>
+ <longname>RTP Decoder</longname>
+ <class>Codec/Parser/Network</class>
+ <description>Accepts raw RTP and RTCP packets and sends them forward</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>rtph263pdec</name>
+ <longname>RTP packet parser</longname>
+ <class>Codec/Parser/Network</class>
+ <description>Extracts H263+ video from RTP packets (RFC 2429)</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>rtph263penc</name>
+ <longname>RTP packet parser</longname>
+ <class>Codec/Parser/Network</class>
+ <description>Extracts H263+ video from RTP packets</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>rtpmpadec</name>
+ <longname>RTP packet parser</longname>
+ <class>Codec/Parser/Network</class>
+ <description>Extracts MPEG audio from RTP packets</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>rtpmpaenc</name>
+ <longname>RTP packet parser</longname>
+ <class>Codec/Parser/Network</class>
+ <description>Encode MPEG audio as RTP packets</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml
new file mode 100644
index 00000000..22915f9d
--- /dev/null
+++ b/docs/plugins/inspect/plugin-rtsp.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>rtsp</name>
+ <description>transfer data via RTSP</description>
+ <filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
+ <basename>libgstrtsp.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>rtspsrc</name>
+ <longname>RTSP packet receiver</longname>
+ <class>Source/Network</class>
+ <description>Receive data over the network via RTSP</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml
new file mode 100644
index 00000000..ed82b82c
--- /dev/null
+++ b/docs/plugins/inspect/plugin-shout2send.xml
@@ -0,0 +1,21 @@
+<plugin>
+ <name>shout2send</name>
+ <description>Sends data to an icecast server using libshout2</description>
+ <filename>../../ext/shout2/.libs/libgstshout2.so</filename>
+ <basename>libgstshout2.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>libshout2</package>
+ <origin>http://www.icecast.org/download.html</origin>
+ <elements>
+ <element>
+ <name>shout2send</name>
+ <longname>An Icecast plugin</longname>
+ <class>Sink/Network</class>
+ <description>Sends data to an icecast server</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;
+ Pedro Corte-Real &lt;typo@netcabo.pt&gt;
+ Zaheer Abbas 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-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml
new file mode 100644
index 00000000..027bed21
--- /dev/null
+++ b/docs/plugins/inspect/plugin-smpte.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>smpte</name>
+ <description>Apply the standard SMPTE transitions on video images</description>
+ <filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
+ <basename>libgstsmpte.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>smpte</name>
+ <longname>SMPTE transitions</longname>
+ <class>Filter/Editor/Video</class>
+ <description>Apply the standard SMPTE transitions on video images</description>
+ <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml
new file mode 100644
index 00000000..39c4fdb0
--- /dev/null
+++ b/docs/plugins/inspect/plugin-speex.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>speex</name>
+ <description>Speex plugin library</description>
+ <filename>../../ext/speex/.libs/libgstspeex.so</filename>
+ <basename>libgstspeex.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>speexdec</name>
+ <longname>SpeexDec</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>decode speex streams to audio</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml
new file mode 100644
index 00000000..26ab34ef
--- /dev/null
+++ b/docs/plugins/inspect/plugin-udp.xml
@@ -0,0 +1,40 @@
+<plugin>
+ <name>udp</name>
+ <description>transfer data via UDP</description>
+ <filename>../../gst/udp/.libs/libgstudp.so</filename>
+ <basename>libgstudp.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>dynudpsink</name>
+ <longname>UDP packet sender</longname>
+ <class>Sink/Network</class>
+ <description>Send data over the network via UDP</description>
+ <author>Philippe Khalaf &lt;burger@speedy.org&gt;</author>
+ </element>
+ <element>
+ <name>multiudpsink</name>
+ <longname>UDP packet sender</longname>
+ <class>Sink/Network</class>
+ <description>Send data over the network via UDP</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>udpsink</name>
+ <longname>UDP packet sender</longname>
+ <class>Sink/Network</class>
+ <description>Send data over the network via UDP</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
+ <name>udpsrc</name>
+ <longname>UDP packet receiver</longname>
+ <class>Source/Network</class>
+ <description>Receive data over the network via UDP</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml
new file mode 100644
index 00000000..c437b381
--- /dev/null
+++ b/docs/plugins/inspect/plugin-videobox.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>videobox</name>
+ <description>resizes a video by adding borders or cropping</description>
+ <filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
+ <basename>libgstvideobox.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>videobox</name>
+ <longname>video box filter</longname>
+ <class>Filter/Effect/Video</class>
+ <description>Resizes a video by adding borders or cropping</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-videoflip.xml b/docs/plugins/inspect/plugin-videoflip.xml
new file mode 100644
index 00000000..90729730
--- /dev/null
+++ b/docs/plugins/inspect/plugin-videoflip.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>videoflip</name>
+ <description>Flips and rotates video</description>
+ <filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
+ <basename>libgstvideoflip.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>videoflip</name>
+ <longname>Video Flipper</longname>
+ <class>Filter/Effect/Video</class>
+ <description>Flips and rotates video</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-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml
new file mode 100644
index 00000000..4228c117
--- /dev/null
+++ b/docs/plugins/inspect/plugin-wavparse.xml
@@ -0,0 +1,19 @@
+<plugin>
+ <name>wavparse</name>
+ <description>Parse a .wav file into raw audio</description>
+ <filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
+ <basename>libgstwavparse.so</basename>
+ <version>0.9.0.1</version>
+ <license>LGPL</license>
+ <package>GStreamer CVS/prerelease</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>wavparse</name>
+ <longname>.wav demuxer</longname>
+ <class>Codec/Demuxer/Audio</class>
+ <description>Parse a .wav file into raw audio</description>
+ <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file