releasing 0.9.4
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Oct 2005 22:43:08 +0000 (22:43 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Oct 2005 22:43:08 +0000 (22:43 +0000)
Original commit message from CVS:
releasing 0.9.4

58 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/Makefile.am
docs/plugins/gst-plugins-good-plugins.args
docs/plugins/gst-plugins-good-plugins.signals
docs/plugins/inspect/plugin-1394.xml
docs/plugins/inspect/plugin-aasink.xml
docs/plugins/inspect/plugin-alaw.xml
docs/plugins/inspect/plugin-alpha.xml
docs/plugins/inspect/plugin-alphacolor.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-auparse.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-autodetect.xml
docs/plugins/inspect/plugin-avi.xml
docs/plugins/inspect/plugin-cacasink.xml
docs/plugins/inspect/plugin-cairo.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-debug.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-dv.xml
docs/plugins/inspect/plugin-efence.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-effectv.xml
docs/plugins/inspect/plugin-esdsink.xml
docs/plugins/inspect/plugin-flac.xml
docs/plugins/inspect/plugin-flxdec.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-gconfelements.xml
docs/plugins/inspect/plugin-goom.xml
docs/plugins/inspect/plugin-jpeg.xml
docs/plugins/inspect/plugin-level.xml
docs/plugins/inspect/plugin-matroska.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-mulaw.xml
docs/plugins/inspect/plugin-navigationtest.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-ossaudio.xml
docs/plugins/inspect/plugin-png.xml
docs/plugins/inspect/plugin-rtp.xml
docs/plugins/inspect/plugin-rtsp.xml
docs/plugins/inspect/plugin-shout2send.xml
docs/plugins/inspect/plugin-smpte.xml
docs/plugins/inspect/plugin-speex.xml
docs/plugins/inspect/plugin-udp.xml
docs/plugins/inspect/plugin-videobox.xml
docs/plugins/inspect/plugin-videoflip.xml
docs/plugins/inspect/plugin-videomixer.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-wavenc.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-wavparse.xml
po/af.po
po/az.po
po/cs.po
po/en_GB.po
po/hu.po
po/it.po
po/nb.po
po/nl.po
po/or.po
po/sq.po
po/sr.po
po/sv.po
po/uk.po
po/vi.po

index ecae7ca..00492d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.9.4 ===
+
+2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+         Releasing 0.9.4, "Dromiceiomimus"
+
 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
 
        * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
        thanks to Master Wim Taymans ;-)
 
 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
+
        * gst/matroska/Makefile.am:
        * gst/matroska/ebml-read.c:
        * gst/matroska/ebml-read.h:
        * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
        * sys/osxaudio/gstosxaudiosink.h:
        * sys/osxaudio/gstosxaudiosrc.h:
-       renamed GST_FLAGS macros to GST_OBJECT_FLAGS
-        moved bitshift from macro to enum definition
+         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
+         moved bitshift from macro to enum definition
 
 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        (gst_dv1394src_bus_reset): Post a message when the cable is
        unplugged.
        (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
-        (gst_dv1394src_bus_reset): Don't unref the message.
+       (gst_dv1394src_bus_reset): Don't unref the message.
 
        * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
        hacking. The only change should be that the state change stuff was
diff --git a/NEWS b/NEWS
index ca182f3..1b345ca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
-This is GStreamer Good Plug-ins 0.9.3, "Aramis"
+This is GStreamer Good Plug-ins 0.9.4, "Dromiceiomimus"
+
+Changes since 0.9.3:
+
+      * DV/Firewire fixes
+      * speexenc, cairotimeoverlay, matroska, pngdec, flxdec, videomixer,
+        alphacolor ported
+
+Bugs fixed since 0.9.3:
+
+      * 316204 : MinGW compilation: smtpe plugin has undefined symbols fro...
+      * 316205 : Debug category for wavenc is not defined
+      * 318847 : Matroska muxer port to 0.9
 
 Changes since 0.9.1:
 
diff --git a/RELEASE b/RELEASE
index 95d12a8..369b4e9 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer Good Plug-ins 0.9.1 "Blondie"
+GStreamer: Release notes for GStreamer Good Plug-ins 0.9.4 "Dromiceiomimus"
         
 
 The GStreamer team is petrified to announce a new release
@@ -53,9 +53,14 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
+      * DV/Firewire fixes
+      * speexenc, cairotimeoverlay, matroska, pngdec, flxdec, videomixer, alphacolor ported
 
 Bugs fixed in this release
     
+      * 316204 : MinGW compilation: smtpe plugin has undefined symbols fro...
+      * 316205 : Debug category for wavenc is not defined
+      * 318847 : Matroska muxer port to 0.9
 
 Download
 
@@ -86,16 +91,14 @@ Applications
 Contributors to this release
     
       * Andy Wingo
-      * Christian Schaller
-      * David Schleef
+      * Edgard Lima
       * Edward Hervey
-      * Jan Schmidt
+      * Julien Moutte
+      * Michael Benes
       * Michael Smith
-      * Philippe Khalaf
-      * Ronald Bultje
       * Stefan Kost
       * Thomas Vander Stichele
       * Tim-Philipp Müller
       * Wim Taymans
-      * Zaheer Abbas Merali
+      * Zeeshan Ali
  
\ No newline at end of file
index 3a2916b..3dfdd43 100644 (file)
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
 
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 3, 1,
+AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 4, 0,
     GST_CVS="no", GST_CVS="yes")
 
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
index cc33c25..811eaa9 100644 (file)
@@ -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
index fba4f7a..8010fbf 100644 (file)
 <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>
+
index 885baac..eec53e6 100644 (file)
@@ -244,3 +244,9 @@ GstBin *gstbin
 GstElement *arg1
 </SIGNAL>
 
+<SIGNAL>
+<NAME>GstDV1394Src::frame-dropped</NAME>
+<RETURNS>void</RETURNS>
+GstDV1394Src *gstdv1394src
+</SIGNAL>
+
index 5a25057..c221085 100644 (file)
@@ -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>
index 24bc865..397fc6d 100644 (file)
@@ -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>
index 4f142a1..c02322d 100644 (file)
@@ -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>
index ee50166..9f078b2 100644 (file)
@@ -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 (file)
index 0000000..bc0ad04
--- /dev/null
@@ -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 (file)
index 0000000..dd9c791
--- /dev/null
@@ -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
index 16b48ed..7e315a2 100644 (file)
@@ -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>
index 6b31257..c016e8d 100644 (file)
@@ -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>
index eb4505f..7a6d30d 100644 (file)
@@ -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 (file)
index 0000000..1861f85
--- /dev/null
@@ -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 (file)
index 0000000..1a48a44
--- /dev/null
@@ -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
index c30b3fe..a8f3adf 100644 (file)
@@ -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 (file)
index 0000000..eeae9ae
--- /dev/null
@@ -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
index 648689c..73e9ec4 100644 (file)
@@ -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>
index 5717b37..f069be0 100644 (file)
@@ -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>
index 969fdd3..286ca49 100644 (file)
@@ -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>
       <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 (file)
index 0000000..8101105
--- /dev/null
@@ -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
index 26d76e5..28eb667 100644 (file)
@@ -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>
index 27ce1c9..28640da 100644 (file)
@@ -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>
index 8bdc2a3..9010e4b 100644 (file)
@@ -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>
index 86129b2..299268b 100644 (file)
@@ -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 (file)
index 0000000..6da40d3
--- /dev/null
@@ -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
index d9e62c4..c37805a 100644 (file)
@@ -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 (file)
index 0000000..dd74c69
--- /dev/null
@@ -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
index 71ccca3..dfa4658 100644 (file)
@@ -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>
index c86d9cc..ece5cd5 100644 (file)
@@ -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>
index 5e04186..49de2ec 100644 (file)
@@ -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>
index 7585ee6..73d88a5 100644 (file)
@@ -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>
index 4963db9..3232c2d 100644 (file)
@@ -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>
index 2691b2f..4635144 100644 (file)
@@ -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>
index c94001c..36889b2 100644 (file)
@@ -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>
       <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
index fe26920..b5fb5af 100644 (file)
@@ -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>
index 3f2572d..4ca5978 100644 (file)
@@ -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>
index cc3b3ce..392e0d1 100644 (file)
@@ -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 (file)
index 0000000..f67517a
--- /dev/null
@@ -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 (file)
index 0000000..62b7546
--- /dev/null
@@ -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
index a2f01d1..16c5cc2 100644 (file)
@@ -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>
index afd3558..aecd994 100644 (file)
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.7.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-03-18 14:16+0200\n"
 "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
 "Language-Team: Afrikaans <i18n@af.org.za>\n"
@@ -15,6 +15,11 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "Geen of ongeldige klanktoevoer, AVI-stroom sal korrup wees."
index 22c2b68..8cede80 100644 (file)
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins-0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-03-19 18:29+0200\n"
 "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
 "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -16,6 +16,11 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.0.2\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "Səhv ya da olmayan audio girişi, AVI yayımı pozulacaqdır."
index 42a5226..fb7740c 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-08-08 22:58+0200\n"
 "Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -18,6 +18,11 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
 "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "Žádný nebo neplatný vstup zvuku, proud AVI bude poškozen."
index 322e484..031c970 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-04-26 10:41-0400\n"
 "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
 "Language-Team: English (British) <en_gb@li.org>\n"
@@ -14,6 +14,11 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "No or invalid input audio, AVI stream will be corrupt."
index 0d5c78a..1eb1cdb 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-07-18 11:03+0200\n"
 "Last-Translator: Laszlo Dvornik <dvornik@invitel.hu>\n"
 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@@ -14,6 +14,11 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "Nincs vagy érvénytelen bemeneti hang, az AVI-folyam sérült lesz."
index 5f20eea..98e5116 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-11-07 19:11+0100\n"
 "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -15,6 +15,11 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "Ingresso audio assente o non valido. Lo stream AVI risulterà corrotto."
index 416d472..fc59f05 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-10-04 15:54+0200\n"
 "Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
@@ -14,6 +14,11 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr ""
index 0ec8946..de0105d 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-08-05 16:26+0200\n"
 "Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n"
 "Language-Team: Dutch <vertaling@nl.linux.org>\n"
@@ -15,6 +15,11 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "Geen of ongeldig invoergeluid, AVI-stroom zal slecht zijn."
index e65c47d..cdfa61e 100644 (file)
--- a/po/or.po
+++ b/po/or.po
@@ -2,13 +2,13 @@
 # Copyright (C) 2004, Free Software Foundation, Inc.
 # This file is distributed under the same license as the gst-plugins-0.8.3 package.
 # Gora Mohanty <gora_mohanty@yahoo.co.in>, 2004.
-# $Id: or.po,v 1.10 2005/09/04 11:50:47 thomasvs Exp $
+# $Id: or.po,v 1.11 2005/10/03 17:48:57 thomasvs Exp $
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins-0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-09-27 13:32+0530\n"
 "Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
 "Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
@@ -16,6 +16,11 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "ନିବେଶ ଧ୍ବନି ନାହିଁ ବା ଅବୈଧ ଅଛି. ଏ.ଭି.ଆଇ. ଧାରା ଭ୍ରଷ୍ଟ ହୋଇଯିବ."
index bc3df91..3a9ace2 100644 (file)
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-08-07 20:29+0200\n"
 "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
 "Language-Team: Albanian <begraj@hotmail.com>\n"
@@ -14,6 +14,11 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "Input audio i gabuar ose mungon, stream AVI mund të jetë i dëmtuar."
index 173e49d..bd43575 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.7.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-03-13 00:18+0100\n"
 "Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
 "Language-Team: Serbian <gnu@prevod.org>\n"
@@ -16,6 +16,11 @@ msgstr ""
 "Plural-Forms: nplurals=3;    plural=n%10==1 && n%100!=11 ? 0 :  (n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "Улазног звука нема или је неисправан, АВИ ток ће бити искварен."
index 11c43d1..ad00805 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-08-03 20:53+0200\n"
 "Last-Translator: Christian Rose <menthos@menthos.com>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -16,6 +16,11 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "Inget eller ogiltigt inljud. AVI-flödet kommer att skadas."
index 0aef7e2..381fff7 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2004-08-03 15:40+0200\n"
 "Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -15,6 +15,11 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr "Відсутній або неправильний вхід звуку, AVI потік буде пошкоджений."
index 43192b2..1868048 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins-0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-26 14:12+0200\n"
+"POT-Creation-Date: 2005-10-23 13:11+0200\n"
 "PO-Revision-Date: 2005-01-22 17:17+0930\n"
 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n"
@@ -16,6 +16,11 @@ msgstr ""
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ext/libpng/gstpngdec.c:296 ext/libpng/gstpngdec.c:442
+#: gst/wavparse/gstwavparse.c:1032
+msgid "Internal data stream error."
+msgstr ""
+
 #: gst/avi/gstavimux.c:1008
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr ""