summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am4
-rw-r--r--docs/plugins/gst-plugins-good-plugins.args470
-rw-r--r--docs/plugins/gst-plugins-good-plugins.signals6
-rw-r--r--docs/plugins/inspect/plugin-1394.xml4
-rw-r--r--docs/plugins/inspect/plugin-aasink.xml4
-rw-r--r--docs/plugins/inspect/plugin-alaw.xml4
-rw-r--r--docs/plugins/inspect/plugin-alpha.xml4
-rw-r--r--docs/plugins/inspect/plugin-alphacolor.xml20
-rw-r--r--docs/plugins/inspect/plugin-auparse.xml20
-rw-r--r--docs/plugins/inspect/plugin-autodetect.xml4
-rw-r--r--docs/plugins/inspect/plugin-avi.xml4
-rw-r--r--docs/plugins/inspect/plugin-cacasink.xml4
-rw-r--r--docs/plugins/inspect/plugin-cairo.xml20
-rw-r--r--docs/plugins/inspect/plugin-debug.xml41
-rw-r--r--docs/plugins/inspect/plugin-dv.xml4
-rw-r--r--docs/plugins/inspect/plugin-efence.xml20
-rw-r--r--docs/plugins/inspect/plugin-effectv.xml4
-rw-r--r--docs/plugins/inspect/plugin-esdsink.xml4
-rw-r--r--docs/plugins/inspect/plugin-flac.xml11
-rw-r--r--docs/plugins/inspect/plugin-flxdec.xml20
-rw-r--r--docs/plugins/inspect/plugin-gconfelements.xml4
-rw-r--r--docs/plugins/inspect/plugin-goom.xml4
-rw-r--r--docs/plugins/inspect/plugin-jpeg.xml4
-rw-r--r--docs/plugins/inspect/plugin-level.xml4
-rw-r--r--docs/plugins/inspect/plugin-matroska.xml27
-rw-r--r--docs/plugins/inspect/plugin-mulaw.xml4
-rw-r--r--docs/plugins/inspect/plugin-navigationtest.xml20
-rw-r--r--docs/plugins/inspect/plugin-ossaudio.xml4
-rw-r--r--docs/plugins/inspect/plugin-png.xml11
-rw-r--r--docs/plugins/inspect/plugin-rtp.xml12
-rw-r--r--docs/plugins/inspect/plugin-rtsp.xml4
-rw-r--r--docs/plugins/inspect/plugin-shout2send.xml2
-rw-r--r--docs/plugins/inspect/plugin-smpte.xml4
-rw-r--r--docs/plugins/inspect/plugin-speex.xml11
-rw-r--r--docs/plugins/inspect/plugin-udp.xml4
-rw-r--r--docs/plugins/inspect/plugin-videobox.xml4
-rw-r--r--docs/plugins/inspect/plugin-videoflip.xml4
-rw-r--r--docs/plugins/inspect/plugin-videomixer.xml20
-rw-r--r--docs/plugins/inspect/plugin-wavenc.xml20
-rw-r--r--docs/plugins/inspect/plugin-wavparse.xml4
40 files changed, 784 insertions, 59 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index cc33c25e..811eaa98 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -12,5 +12,5 @@ EXTRA_DIST = \
upload.mak \
version.entities.in
-#upload:
-# @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi
+upload:
+ @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args
index fba4f7a9..8010fbfe 100644
--- a/docs/plugins/gst-plugins-good-plugins.args
+++ b/docs/plugins/gst-plugins-good-plugins.args
@@ -6518,3 +6518,473 @@
<DEFAULT>8000</DEFAULT>
</ARG>
+<ARG>
+<NAME>GstSpeexEnc::abr</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= 0</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>ABR</NICK>
+<BLURB>Enable average bit-rate (0 = disabled).</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstSpeexEnc::bitrate</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= 0</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Encoding Bit-rate</NICK>
+<BLURB>Specify an encoding bit-rate (in bps). (0 = automatic).</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstSpeexEnc::complexity</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= 0</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Complexity</NICK>
+<BLURB>Set encoding complexity.</BLURB>
+<DEFAULT>3</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstSpeexEnc::dtx</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>DTX</NICK>
+<BLURB>Enable discontinuous transmission.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstSpeexEnc::last-message</NAME>
+<TYPE>gchararray</TYPE>
+<RANGE></RANGE>
+<FLAGS>r</FLAGS>
+<NICK>last-message</NICK>
+<BLURB>The last status message.</BLURB>
+<DEFAULT>NULL</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstSpeexEnc::nframes</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= 0</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>NFrames</NICK>
+<BLURB>Number of frames per buffer.</BLURB>
+<DEFAULT>1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstSpeexEnc::quality</NAME>
+<TYPE>gfloat</TYPE>
+<RANGE>[0,10]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Quality</NICK>
+<BLURB>Encoding quality.</BLURB>
+<DEFAULT>8</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstSpeexEnc::vad</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>VAD</NICK>
+<BLURB>Enable voice activity detection.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstSpeexEnc::vbr</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>VBR</NICK>
+<BLURB>Enable variable bit-rate.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstDV1394Src::channel</NAME>
+<TYPE>gint</TYPE>
+<RANGE>[0,64]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Channel</NICK>
+<BLURB>Channel number for listening.</BLURB>
+<DEFAULT>63</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstDV1394Src::consecutive</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= 1</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>consecutive frames</NICK>
+<BLURB>send n consecutive frames after skipping.</BLURB>
+<DEFAULT>1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstDV1394Src::drop-incomplete</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>drop_incomplete</NICK>
+<BLURB>drop incomplete frames.</BLURB>
+<DEFAULT>TRUE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstDV1394Src::guid</NAME>
+<TYPE>guint64</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>GUID</NICK>
+<BLURB>select one of multiple DV devices by its GUID. use a hexadecimal like 0xhhhhhhhhhhhhhhhh. (0 = no guid).</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstDV1394Src::port</NAME>
+<TYPE>gint</TYPE>
+<RANGE>[-1,16]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Port</NICK>
+<BLURB>Port number (-1 automatic).</BLURB>
+<DEFAULT>-1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstDV1394Src::skip</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= 0</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>skip frames</NICK>
+<BLURB>skip n frames.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstDV1394Src::use-avc</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Use AV/C</NICK>
+<BLURB>Use AV/C VTR control.</BLURB>
+<DEFAULT>TRUE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::blocksize</NAME>
+<TYPE>guint</TYPE>
+<RANGE>[16,65535]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Blocksize</NICK>
+<BLURB>Blocksize in samples.</BLURB>
+<DEFAULT>4608</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::escape-coding</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Do Escape coding</NICK>
+<BLURB>search for escape codes in the entropy coding stage for slightly better compression.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::exhaustive-model-search</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Do exhaustive model search</NICK>
+<BLURB>do exhaustive search of LP coefficient quantization (expensive!).</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::loose-mid-side-stereo</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Loose mid side stereo</NICK>
+<BLURB>Loose mid side stereo.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::max-lpc-order</NAME>
+<TYPE>guint</TYPE>
+<RANGE><= 32</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Max LPC order</NICK>
+<BLURB>Max LPC order; 0 => use only fixed predictors.</BLURB>
+<DEFAULT>8</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::max-residual-partition-order</NAME>
+<TYPE>guint</TYPE>
+<RANGE><= 16</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Max residual partition order</NICK>
+<BLURB>Max residual partition order (above 4 doesn't usually help much).</BLURB>
+<DEFAULT>3</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::mid-side-stereo</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Do mid side stereo</NICK>
+<BLURB>Do mid side stereo (only for stereo input).</BLURB>
+<DEFAULT>TRUE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::min-residual-partition-order</NAME>
+<TYPE>guint</TYPE>
+<RANGE><= 16</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Min residual partition order</NICK>
+<BLURB>Min residual partition order (above 4 doesn't usually help much).</BLURB>
+<DEFAULT>3</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::qlp-coeff-prec-search</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Do QLP coefficients precision search</NICK>
+<BLURB>false = use qlp_coeff_precision, true = search around qlp_coeff_precision, take best.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::qlp-coeff-precision</NAME>
+<TYPE>guint</TYPE>
+<RANGE><= 32</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>QLP coefficients precision</NICK>
+<BLURB>Precision in bits of quantized linear-predictor coefficients; 0 = automatic.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::quality</NAME>
+<TYPE>GstFlacEncQuality</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Quality</NICK>
+<BLURB>Speed versus compression tradeoff.</BLURB>
+<DEFAULT>5</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::rice-parameter-search-dist</NAME>
+<TYPE>guint</TYPE>
+<RANGE><= 15</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>rice_parameter_search_dist</NICK>
+<BLURB>0 = try only calc'd parameter k; else try all [k-dist..k+dist] parameters, use best.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstFlacEnc::streamable-subset</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Streamable subset</NICK>
+<BLURB>true to limit encoder to generating a Subset stream, else false.</BLURB>
+<DEFAULT>TRUE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstOssSink::device</NAME>
+<TYPE>gchararray</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Device</NICK>
+<BLURB>OSS device (usually /dev/dspN).</BLURB>
+<DEFAULT>"/dev/dsp"</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstVideoMixer::background</NAME>
+<TYPE>GstVideoMixerBackground</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Background</NICK>
+<BLURB>Background type.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstMatroskaMux::writing-app</NAME>
+<TYPE>gchararray</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Writing application.</NICK>
+<BLURB>The name the application that creates the matroska file.</BLURB>
+<DEFAULT>NULL</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstTest::allowed-timestamp-deviation</NAME>
+<TYPE>gint64</TYPE>
+<RANGE>>= -1</RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>allowed timestamp deviation</NICK>
+<BLURB>allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer.</BLURB>
+<DEFAULT>-1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstTest::buffer-count</NAME>
+<TYPE>gint64</TYPE>
+<RANGE>>= -1</RANGE>
+<FLAGS>r</FLAGS>
+<NICK>buffer count</NICK>
+<BLURB>number of buffers in stream.</BLURB>
+<DEFAULT>-1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstTest::expected-buffer-count</NAME>
+<TYPE>gint64</TYPE>
+<RANGE>>= -1</RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>expected buffer count</NICK>
+<BLURB>expected number of buffers in stream.</BLURB>
+<DEFAULT>-1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstTest::expected-length</NAME>
+<TYPE>gint64</TYPE>
+<RANGE>>= -1</RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>expected length</NICK>
+<BLURB>expected length of stream.</BLURB>
+<DEFAULT>-1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstTest::expected-md5</NAME>
+<TYPE>gchararray</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>expected md5</NICK>
+<BLURB>expected md5 of processing the whole data.</BLURB>
+<DEFAULT>"---"</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstTest::length</NAME>
+<TYPE>gint64</TYPE>
+<RANGE>>= -1</RANGE>
+<FLAGS>r</FLAGS>
+<NICK>length</NICK>
+<BLURB>length of stream.</BLURB>
+<DEFAULT>-1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstTest::md5</NAME>
+<TYPE>gchararray</TYPE>
+<RANGE></RANGE>
+<FLAGS>r</FLAGS>
+<NICK>md5</NICK>
+<BLURB>md5 of processing the whole data.</BLURB>
+<DEFAULT>"---"</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstTest::timestamp-deviation</NAME>
+<TYPE>gint64</TYPE>
+<RANGE>>= -1</RANGE>
+<FLAGS>r</FLAGS>
+<NICK>timestamp deviation</NICK>
+<BLURB>average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer.</BLURB>
+<DEFAULT>-1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstProgressReport::silent</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Do not print output to stdout</NICK>
+<BLURB>Do not print output to stdout.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstProgressReport::update-freq</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= 1</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Update Frequency</NICK>
+<BLURB>Number of seconds between reports when data is flowing.</BLURB>
+<DEFAULT>5</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstNavSeek::seek-offset</NAME>
+<TYPE>gdouble</TYPE>
+<RANGE>>= 0</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Seek Offset</NICK>
+<BLURB>Time in seconds to seek by.</BLURB>
+<DEFAULT>5</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstBreakMyData::probability</NAME>
+<TYPE>gdouble</TYPE>
+<RANGE>[0,1]</RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>probability</NICK>
+<BLURB>probability for each byte in the buffer to be changed.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstBreakMyData::seed</NAME>
+<TYPE>guint</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>seed</NICK>
+<BLURB>seed for randomness (initialized when going from READY to PAUSED).</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstBreakMyData::set-to</NAME>
+<TYPE>gint</TYPE>
+<RANGE>[-1,255]</RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>set-to</NICK>
+<BLURB>set changed bytes to this value (-1 means random value.</BLURB>
+<DEFAULT>-1</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstBreakMyData::skip</NAME>
+<TYPE>guint</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>skip</NICK>
+<BLURB>amount of bytes skipped at the beginning of stream.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
diff --git a/docs/plugins/gst-plugins-good-plugins.signals b/docs/plugins/gst-plugins-good-plugins.signals
index 885baac7..eec53e6a 100644
--- a/docs/plugins/gst-plugins-good-plugins.signals
+++ b/docs/plugins/gst-plugins-good-plugins.signals
@@ -244,3 +244,9 @@ GstBin *gstbin
GstElement *arg1
</SIGNAL>
+<SIGNAL>
+<NAME>GstDV1394Src::frame-dropped</NAME>
+<RETURNS>void</RETURNS>
+GstDV1394Src *gstdv1394src
+</SIGNAL>
+
diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml
index 5a250578..c221085b 100644
--- a/docs/plugins/inspect/plugin-1394.xml
+++ b/docs/plugins/inspect/plugin-1394.xml
@@ -3,10 +3,10 @@
<description>Source for DV data via IEEE1394 interface</description>
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
<basename>libgst1394.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml
index 24bc8650..397fc6d1 100644
--- a/docs/plugins/inspect/plugin-aasink.xml
+++ b/docs/plugins/inspect/plugin-aasink.xml
@@ -3,10 +3,10 @@
<description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml
index 4f142a1b..c02322db 100644
--- a/docs/plugins/inspect/plugin-alaw.xml
+++ b/docs/plugins/inspect/plugin-alaw.xml
@@ -3,10 +3,10 @@
<description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml
index ee501667..9f078b26 100644
--- a/docs/plugins/inspect/plugin-alpha.xml
+++ b/docs/plugins/inspect/plugin-alpha.xml
@@ -3,10 +3,10 @@
<description>adds an alpha channel to video</description>
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
<basename>libgstalpha.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml
new file mode 100644
index 00000000..bc0ad045
--- /dev/null
+++ b/docs/plugins/inspect/plugin-alphacolor.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>alphacolor</name>
+ <description>RGB-&gt;YUV colorspace conversion preserving the alpha channels</description>
+ <filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
+ <basename>libgstalphacolor.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>alphacolor</name>
+ <longname>alpha color filter</longname>
+ <class>Filter/Effect/Video</class>
+ <description>RGB-&gt;YUV colorspace conversion preserving the alpha channels</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-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml
new file mode 100644
index 00000000..dd9c7916
--- /dev/null
+++ b/docs/plugins/inspect/plugin-auparse.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>auparse</name>
+ <description>parses au streams</description>
+ <filename>../../gst/auparse/.libs/libgstauparse.so</filename>
+ <basename>libgstauparse.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>auparse</name>
+ <longname>.au parser</longname>
+ <class>Codec/Demuxer/Audio</class>
+ <description>Parse an .au file into raw audio</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-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml
index 16b48ed5..7e315a23 100644
--- a/docs/plugins/inspect/plugin-autodetect.xml
+++ b/docs/plugins/inspect/plugin-autodetect.xml
@@ -3,10 +3,10 @@
<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.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml
index 6b312575..c016e8db 100644
--- a/docs/plugins/inspect/plugin-avi.xml
+++ b/docs/plugins/inspect/plugin-avi.xml
@@ -3,10 +3,10 @@
<description>AVI stream handling</description>
<filename>../../gst/avi/.libs/libgstavi.so</filename>
<basename>libgstavi.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml
index eb4505f9..7a6d30dc 100644
--- a/docs/plugins/inspect/plugin-cacasink.xml
+++ b/docs/plugins/inspect/plugin-cacasink.xml
@@ -3,10 +3,10 @@
<description>Colored ASCII Art video sink</description>
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
<basename>libgstcacasink.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml
new file mode 100644
index 00000000..1861f851
--- /dev/null
+++ b/docs/plugins/inspect/plugin-cairo.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>cairo</name>
+ <description>Cairo-based overlaying</description>
+ <filename>../../ext/cairo/.libs/libgstcairo.so</filename>
+ <basename>libgstcairo.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>cairotimeoverlay</name>
+ <longname>Time Overlay</longname>
+ <class>Filter/Editor/Video</class>
+ <description>Overlays the time on a video stream</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-debug.xml b/docs/plugins/inspect/plugin-debug.xml
new file mode 100644
index 00000000..1a48a44e
--- /dev/null
+++ b/docs/plugins/inspect/plugin-debug.xml
@@ -0,0 +1,41 @@
+<plugin>
+ <name>debug</name>
+ <description>elements for testing and debugging</description>
+ <filename>../../gst/debug/.libs/libgstdebug.so</filename>
+ <basename>libgstdebug.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>breakmydata</name>
+ <longname>breakmydata</longname>
+ <class>Testing</class>
+ <description>randomly change data in the stream</description>
+ <author>Benjamin Otte &lt;otte@gnome&gt;</author>
+ </element>
+ <element>
+ <name>navseek</name>
+ <longname>Seek based on left-right arrows</longname>
+ <class>Filter/Video</class>
+ <description>Seek based on navigation keys left-right</description>
+ <author>Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
+ </element>
+ <element>
+ <name>progressreport</name>
+ <longname>Progress Report</longname>
+ <class>Testing</class>
+ <description>Periodically query and report on processing progress</description>
+ <author>Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
+ </element>
+ <element>
+ <name>testsink</name>
+ <longname>gsttestsink</longname>
+ <class>Testing</class>
+ <description>perform a number of tests</description>
+ <author>Benjamin Otte &lt;otte@gnome&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
index c30b3fe5..a8f3adf8 100644
--- a/docs/plugins/inspect/plugin-dv.xml
+++ b/docs/plugins/inspect/plugin-dv.xml
@@ -3,10 +3,10 @@
<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.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml
new file mode 100644
index 00000000..eeae9ae8
--- /dev/null
+++ b/docs/plugins/inspect/plugin-efence.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>efence</name>
+ <description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
+ <filename>../../gst/debug/.libs/libgstefence.so</filename>
+ <basename>libgstefence.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>efence</name>
+ <longname>Electric Fence</longname>
+ <class>Testing</class>
+ <description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
+ <author>David A. Schleef &lt;ds@schleef.org&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
index 648689ce..73e9ec47 100644
--- a/docs/plugins/inspect/plugin-effectv.xml
+++ b/docs/plugins/inspect/plugin-effectv.xml
@@ -3,10 +3,10 @@
<description>effect plugins from the effectv project</description>
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
<basename>libgsteffectv.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml
index 5717b377..f069be00 100644
--- a/docs/plugins/inspect/plugin-esdsink.xml
+++ b/docs/plugins/inspect/plugin-esdsink.xml
@@ -3,10 +3,10 @@
<description>ESD Element Plugins</description>
<filename>../../ext/esd/.libs/libgstesd.so</filename>
<basename>libgstesd.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml
index 969fdd38..286ca491 100644
--- a/docs/plugins/inspect/plugin-flac.xml
+++ b/docs/plugins/inspect/plugin-flac.xml
@@ -3,10 +3,10 @@
<description>The FLAC Lossless compressor Codec</description>
<filename>../../ext/flac/.libs/libgstflac.so</filename>
<basename>libgstflac.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
@@ -16,5 +16,12 @@
<description>Decodes FLAC lossless audio streams</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
</element>
+ <element>
+ <name>flacenc</name>
+ <longname>FLAC encoder</longname>
+ <class>Codec/Encoder/Audio</class>
+ <description>Encodes audio with the FLAC lossless audio encoder</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-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml
new file mode 100644
index 00000000..8101105a
--- /dev/null
+++ b/docs/plugins/inspect/plugin-flxdec.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>flxdec</name>
+ <description>FLX video decoder</description>
+ <filename>../../gst/flx/.libs/libgstflxdec.so</filename>
+ <basename>libgstflxdec.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>flxdec</name>
+ <longname>FLX Decoder</longname>
+ <class>Codec/Decoder/Audio</class>
+ <description>FLX decoder</description>
+ <author>Sepp Wijnands &lt;mrrazz@garbage-coderz.net&gt;, Zeeshan Ali &lt;zeenix@gmail.com&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
index 26d76e54..28eb6670 100644
--- a/docs/plugins/inspect/plugin-gconfelements.xml
+++ b/docs/plugins/inspect/plugin-gconfelements.xml
@@ -3,10 +3,10 @@
<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.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml
index 27ce1c93..28640da3 100644
--- a/docs/plugins/inspect/plugin-goom.xml
+++ b/docs/plugins/inspect/plugin-goom.xml
@@ -3,10 +3,10 @@
<description>GOOM visualization filter</description>
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
<basename>libgstgoom.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml
index 8bdc2a3c..9010e4b7 100644
--- a/docs/plugins/inspect/plugin-jpeg.xml
+++ b/docs/plugins/inspect/plugin-jpeg.xml
@@ -3,10 +3,10 @@
<description>JPeg plugin library</description>
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
<basename>libgstjpeg.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml
index 86129b2d..299268b4 100644
--- a/docs/plugins/inspect/plugin-level.xml
+++ b/docs/plugins/inspect/plugin-level.xml
@@ -3,10 +3,10 @@
<description>Audio level plugin</description>
<filename>../../gst/level/.libs/libgstlevel.so</filename>
<basename>libgstlevel.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml
new file mode 100644
index 00000000..6da40d3e
--- /dev/null
+++ b/docs/plugins/inspect/plugin-matroska.xml
@@ -0,0 +1,27 @@
+<plugin>
+ <name>matroska</name>
+ <description>Matroska stream handling</description>
+ <filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
+ <basename>libgstmatroska.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>matroskademux</name>
+ <longname>Matroska demuxer</longname>
+ <class>Codec/Demuxer</class>
+ <description>Demuxes a Matroska Stream into video/audio/subtitles</description>
+ <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+ </element>
+ <element>
+ <name>matroskamux</name>
+ <longname>Matroska muxer</longname>
+ <class>Codec/Muxer</class>
+ <description>Muxes video/audio/subtitle streams into a matroska stream</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-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml
index d9e62c4f..c37805a3 100644
--- a/docs/plugins/inspect/plugin-mulaw.xml
+++ b/docs/plugins/inspect/plugin-mulaw.xml
@@ -3,10 +3,10 @@
<description>MuLaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
<basename>libgstmulaw.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml
new file mode 100644
index 00000000..dd74c69e
--- /dev/null
+++ b/docs/plugins/inspect/plugin-navigationtest.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>navigationtest</name>
+ <description>Template for a video filter</description>
+ <filename>../../gst/debug/.libs/libgstnavigationtest.so</filename>
+ <basename>libgstnavigationtest.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>navigationtest</name>
+ <longname>Video Filter Template</longname>
+ <class>Filter/Video</class>
+ <description>Template for a video filter</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-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml
index 71ccca33..dfa4658e 100644
--- a/docs/plugins/inspect/plugin-ossaudio.xml
+++ b/docs/plugins/inspect/plugin-ossaudio.xml
@@ -3,10 +3,10 @@
<description>OSS (Open Sound System) support for GStreamer</description>
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
<basename>libgstossaudio.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml
index c86d9cc1..ece5cd52 100644
--- a/docs/plugins/inspect/plugin-png.xml
+++ b/docs/plugins/inspect/plugin-png.xml
@@ -3,13 +3,20 @@
<description>PNG plugin library</description>
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
<basename>libgstpng.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
+ <name>pngdec</name>
+ <longname>PNG decoder</longname>
+ <class>Codec/Decoder/Image</class>
+ <description>Decode a png video frame to a raw image</description>
+ <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+ </element>
+ <element>
<name>pngenc</name>
<longname>PNG encoder</longname>
<class>Codec/Encoder/Image</class>
diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml
index 5e04186c..49de2ec7 100644
--- a/docs/plugins/inspect/plugin-rtp.xml
+++ b/docs/plugins/inspect/plugin-rtp.xml
@@ -3,10 +3,10 @@
<description>Real-time protocol plugins</description>
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
<basename>libgstrtp.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>GPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
@@ -19,7 +19,7 @@
<element>
<name>rtpamrenc</name>
<longname>RTP packet parser</longname>
- <class>Codec/Parser/Network</class>
+ <class>Codec/Encoder/Network</class>
<description>Encode AMR audio into RTP packets (RFC 3267)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
@@ -54,7 +54,7 @@
<element>
<name>rtph263penc</name>
<longname>RTP packet parser</longname>
- <class>Codec/Parser/Network</class>
+ <class>Codec/Encoder/Network</class>
<description>Encodes H263+ video in RTP packets (RFC 2429)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
@@ -68,7 +68,7 @@
<element>
<name>rtpmp4venc</name>
<longname>RTP packet parser</longname>
- <class>Codec/Parser/Network</class>
+ <class>Codec/Encoder/Network</class>
<description>Encode MPEG4 video as RTP packets (RFC 3016)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
@@ -82,7 +82,7 @@
<element>
<name>rtpmpaenc</name>
<longname>RTP packet parser</longname>
- <class>Codec/Parser/Network</class>
+ <class>Codec/Encoder/Network</class>
<description>Encode MPEG audio as RTP packets (RFC 2038)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml
index 7585ee6b..73d88a58 100644
--- a/docs/plugins/inspect/plugin-rtsp.xml
+++ b/docs/plugins/inspect/plugin-rtsp.xml
@@ -3,10 +3,10 @@
<description>transfer data via RTSP</description>
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
<basename>libgstrtsp.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml
index 4963db96..3232c2d0 100644
--- a/docs/plugins/inspect/plugin-shout2send.xml
+++ b/docs/plugins/inspect/plugin-shout2send.xml
@@ -3,7 +3,7 @@
<description>Sends data to an icecast server using libshout2</description>
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
<basename>libgstshout2.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>libshout2</package>
diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml
index 2691b2f2..46351447 100644
--- a/docs/plugins/inspect/plugin-smpte.xml
+++ b/docs/plugins/inspect/plugin-smpte.xml
@@ -3,10 +3,10 @@
<description>Apply the standard SMPTE transitions on video images</description>
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
<basename>libgstsmpte.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml
index c94001c4..36889b20 100644
--- a/docs/plugins/inspect/plugin-speex.xml
+++ b/docs/plugins/inspect/plugin-speex.xml
@@ -3,10 +3,10 @@
<description>Speex plugin library</description>
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
<basename>libgstspeex.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
@@ -16,5 +16,12 @@
<description>decode speex streams to audio</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
+ <element>
+ <name>speexenc</name>
+ <longname>Speex encoder</longname>
+ <class>Codec/Encoder/Audio</class>
+ <description>Encodes audio in Speex format</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
index fe26920e..b5fb5af5 100644
--- a/docs/plugins/inspect/plugin-udp.xml
+++ b/docs/plugins/inspect/plugin-udp.xml
@@ -3,10 +3,10 @@
<description>transfer data via UDP</description>
<filename>../../gst/udp/.libs/libgstudp.so</filename>
<basename>libgstudp.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml
index 3f2572d9..4ca5978f 100644
--- a/docs/plugins/inspect/plugin-videobox.xml
+++ b/docs/plugins/inspect/plugin-videobox.xml
@@ -3,10 +3,10 @@
<description>resizes a video by adding borders or cropping</description>
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
<basename>libgstvideobox.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-videoflip.xml b/docs/plugins/inspect/plugin-videoflip.xml
index cc3b3ce0..392e0d1b 100644
--- a/docs/plugins/inspect/plugin-videoflip.xml
+++ b/docs/plugins/inspect/plugin-videoflip.xml
@@ -3,10 +3,10 @@
<description>Flips and rotates video</description>
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
<basename>libgstvideoflip.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml
new file mode 100644
index 00000000..f67517a2
--- /dev/null
+++ b/docs/plugins/inspect/plugin-videomixer.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>videomixer</name>
+ <description>Video mixer</description>
+ <filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
+ <basename>libgstvideomixer.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>videomixer</name>
+ <longname>video mixer</longname>
+ <class>Filter/Editor/Video</class>
+ <description>Mix multiple video streams</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-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml
new file mode 100644
index 00000000..62b7546c
--- /dev/null
+++ b/docs/plugins/inspect/plugin-wavenc.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>wavenc</name>
+ <description>Encode raw audio into WAV</description>
+ <filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
+ <basename>libgstwavenc.so</basename>
+ <version>0.9.4</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer source release</package>
+ <origin>http://gstreamer.freedesktop.org/</origin>
+ <elements>
+ <element>
+ <name>wavenc</name>
+ <longname>WAV encoder</longname>
+ <class>Codec/Muxer/Audio</class>
+ <description>Encode raw audio into WAV</description>
+ <author>Iain Holmes &lt;iain@prettypeople.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
index a2f01d11..16c5cc22 100644
--- a/docs/plugins/inspect/plugin-wavparse.xml
+++ b/docs/plugins/inspect/plugin-wavparse.xml
@@ -3,10 +3,10 @@
<description>Parse a .wav file into raw audio</description>
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
<basename>libgstwavparse.so</basename>
- <version>0.9.1.1</version>
+ <version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
- <package>GStreamer CVS/prerelease</package>
+ <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>