From 2b3f876d7cbcc791dc7807edeb42034f91126036 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Oct 2005 22:43:08 +0000 Subject: releasing 0.9.4 Original commit message from CVS: releasing 0.9.4 --- ChangeLog | 14 +- NEWS | 14 +- RELEASE | 17 +- configure.ac | 2 +- docs/Makefile.am | 4 +- docs/plugins/gst-plugins-good-plugins.args | 470 +++++++++++++++++++++++++ docs/plugins/gst-plugins-good-plugins.signals | 6 + docs/plugins/inspect/plugin-1394.xml | 4 +- docs/plugins/inspect/plugin-aasink.xml | 4 +- docs/plugins/inspect/plugin-alaw.xml | 4 +- docs/plugins/inspect/plugin-alpha.xml | 4 +- docs/plugins/inspect/plugin-alphacolor.xml | 20 ++ docs/plugins/inspect/plugin-auparse.xml | 20 ++ docs/plugins/inspect/plugin-autodetect.xml | 4 +- docs/plugins/inspect/plugin-avi.xml | 4 +- docs/plugins/inspect/plugin-cacasink.xml | 4 +- docs/plugins/inspect/plugin-cairo.xml | 20 ++ docs/plugins/inspect/plugin-debug.xml | 41 +++ docs/plugins/inspect/plugin-dv.xml | 4 +- docs/plugins/inspect/plugin-efence.xml | 20 ++ docs/plugins/inspect/plugin-effectv.xml | 4 +- docs/plugins/inspect/plugin-esdsink.xml | 4 +- docs/plugins/inspect/plugin-flac.xml | 11 +- docs/plugins/inspect/plugin-flxdec.xml | 20 ++ docs/plugins/inspect/plugin-gconfelements.xml | 4 +- docs/plugins/inspect/plugin-goom.xml | 4 +- docs/plugins/inspect/plugin-jpeg.xml | 4 +- docs/plugins/inspect/plugin-level.xml | 4 +- docs/plugins/inspect/plugin-matroska.xml | 27 ++ docs/plugins/inspect/plugin-mulaw.xml | 4 +- docs/plugins/inspect/plugin-navigationtest.xml | 20 ++ docs/plugins/inspect/plugin-ossaudio.xml | 4 +- docs/plugins/inspect/plugin-png.xml | 11 +- docs/plugins/inspect/plugin-rtp.xml | 12 +- docs/plugins/inspect/plugin-rtsp.xml | 4 +- docs/plugins/inspect/plugin-shout2send.xml | 2 +- docs/plugins/inspect/plugin-smpte.xml | 4 +- docs/plugins/inspect/plugin-speex.xml | 11 +- docs/plugins/inspect/plugin-udp.xml | 4 +- docs/plugins/inspect/plugin-videobox.xml | 4 +- docs/plugins/inspect/plugin-videoflip.xml | 4 +- docs/plugins/inspect/plugin-videomixer.xml | 20 ++ docs/plugins/inspect/plugin-wavenc.xml | 20 ++ docs/plugins/inspect/plugin-wavparse.xml | 4 +- po/af.po | 7 +- po/az.po | 7 +- po/cs.po | 7 +- po/en_GB.po | 7 +- po/hu.po | 7 +- po/it.po | 7 +- po/nb.po | 7 +- po/nl.po | 7 +- po/or.po | 9 +- po/sq.po | 7 +- po/sr.po | 7 +- po/sv.po | 7 +- po/uk.po | 7 +- po/vi.po | 7 +- 58 files changed, 904 insertions(+), 86 deletions(-) create mode 100644 docs/plugins/inspect/plugin-alphacolor.xml create mode 100644 docs/plugins/inspect/plugin-auparse.xml create mode 100644 docs/plugins/inspect/plugin-cairo.xml create mode 100644 docs/plugins/inspect/plugin-debug.xml create mode 100644 docs/plugins/inspect/plugin-efence.xml create mode 100644 docs/plugins/inspect/plugin-flxdec.xml create mode 100644 docs/plugins/inspect/plugin-matroska.xml create mode 100644 docs/plugins/inspect/plugin-navigationtest.xml create mode 100644 docs/plugins/inspect/plugin-videomixer.xml create mode 100644 docs/plugins/inspect/plugin-wavenc.xml diff --git a/ChangeLog b/ChangeLog index ecae7cac..00492d6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.9.4 === + +2005-10-24 Thomas Vander Stichele + + * configure.ac: + Releasing 0.9.4, "Dromiceiomimus" + 2005-10-21 Tim-Philipp Müller * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types), @@ -99,6 +106,7 @@ thanks to Master Wim Taymans ;-) 2005-10-18 Tim-Philipp Müller + * gst/matroska/Makefile.am: * gst/matroska/ebml-read.c: * gst/matroska/ebml-read.h: @@ -258,8 +266,8 @@ * 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 @@ -332,7 +340,7 @@ (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 ca182f35..1b345cad 100644 --- 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 95d12a83..369b4e9a 100644 --- 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 diff --git a/configure.ac b/configure.ac index 3a2916b9..3dfdd430 100644 --- a/configure.ac +++ b/configure.ac @@ -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) 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 @@ 8000 + +GstSpeexEnc::abr +gint +>= 0 +rw +ABR +Enable average bit-rate (0 = disabled). +0 + + + +GstSpeexEnc::bitrate +gint +>= 0 +rw +Encoding Bit-rate +Specify an encoding bit-rate (in bps). (0 = automatic). +0 + + + +GstSpeexEnc::complexity +gint +>= 0 +rw +Complexity +Set encoding complexity. +3 + + + +GstSpeexEnc::dtx +gboolean + +rw +DTX +Enable discontinuous transmission. +FALSE + + + +GstSpeexEnc::last-message +gchararray + +r +last-message +The last status message. +NULL + + + +GstSpeexEnc::nframes +gint +>= 0 +rw +NFrames +Number of frames per buffer. +1 + + + +GstSpeexEnc::quality +gfloat +[0,10] +rw +Quality +Encoding quality. +8 + + + +GstSpeexEnc::vad +gboolean + +rw +VAD +Enable voice activity detection. +FALSE + + + +GstSpeexEnc::vbr +gboolean + +rw +VBR +Enable variable bit-rate. +FALSE + + + +GstDV1394Src::channel +gint +[0,64] +rw +Channel +Channel number for listening. +63 + + + +GstDV1394Src::consecutive +gint +>= 1 +rw +consecutive frames +send n consecutive frames after skipping. +1 + + + +GstDV1394Src::drop-incomplete +gboolean + +rw +drop_incomplete +drop incomplete frames. +TRUE + + + +GstDV1394Src::guid +guint64 + +rw +GUID +select one of multiple DV devices by its GUID. use a hexadecimal like 0xhhhhhhhhhhhhhhhh. (0 = no guid). +0 + + + +GstDV1394Src::port +gint +[-1,16] +rw +Port +Port number (-1 automatic). +-1 + + + +GstDV1394Src::skip +gint +>= 0 +rw +skip frames +skip n frames. +0 + + + +GstDV1394Src::use-avc +gboolean + +rw +Use AV/C +Use AV/C VTR control. +TRUE + + + +GstFlacEnc::blocksize +guint +[16,65535] +rw +Blocksize +Blocksize in samples. +4608 + + + +GstFlacEnc::escape-coding +gboolean + +rw +Do Escape coding +search for escape codes in the entropy coding stage for slightly better compression. +FALSE + + + +GstFlacEnc::exhaustive-model-search +gboolean + +rw +Do exhaustive model search +do exhaustive search of LP coefficient quantization (expensive!). +FALSE + + + +GstFlacEnc::loose-mid-side-stereo +gboolean + +rw +Loose mid side stereo +Loose mid side stereo. +FALSE + + + +GstFlacEnc::max-lpc-order +guint +<= 32 +rw +Max LPC order +Max LPC order; 0 => use only fixed predictors. +8 + + + +GstFlacEnc::max-residual-partition-order +guint +<= 16 +rw +Max residual partition order +Max residual partition order (above 4 doesn't usually help much). +3 + + + +GstFlacEnc::mid-side-stereo +gboolean + +rw +Do mid side stereo +Do mid side stereo (only for stereo input). +TRUE + + + +GstFlacEnc::min-residual-partition-order +guint +<= 16 +rw +Min residual partition order +Min residual partition order (above 4 doesn't usually help much). +3 + + + +GstFlacEnc::qlp-coeff-prec-search +gboolean + +rw +Do QLP coefficients precision search +false = use qlp_coeff_precision, true = search around qlp_coeff_precision, take best. +FALSE + + + +GstFlacEnc::qlp-coeff-precision +guint +<= 32 +rw +QLP coefficients precision +Precision in bits of quantized linear-predictor coefficients; 0 = automatic. +0 + + + +GstFlacEnc::quality +GstFlacEncQuality + +rw +Quality +Speed versus compression tradeoff. +5 + + + +GstFlacEnc::rice-parameter-search-dist +guint +<= 15 +rw +rice_parameter_search_dist +0 = try only calc'd parameter k; else try all [k-dist..k+dist] parameters, use best. +0 + + + +GstFlacEnc::streamable-subset +gboolean + +rw +Streamable subset +true to limit encoder to generating a Subset stream, else false. +TRUE + + + +GstOssSink::device +gchararray + +rw +Device +OSS device (usually /dev/dspN). +"/dev/dsp" + + + +GstVideoMixer::background +GstVideoMixerBackground + +rw +Background +Background type. +0 + + + +GstMatroskaMux::writing-app +gchararray + +rw +Writing application. +The name the application that creates the matroska file. +NULL + + + +GstTest::allowed-timestamp-deviation +gint64 +>= -1 +rwx +allowed timestamp deviation +allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. +-1 + + + +GstTest::buffer-count +gint64 +>= -1 +r +buffer count +number of buffers in stream. +-1 + + + +GstTest::expected-buffer-count +gint64 +>= -1 +rwx +expected buffer count +expected number of buffers in stream. +-1 + + + +GstTest::expected-length +gint64 +>= -1 +rwx +expected length +expected length of stream. +-1 + + + +GstTest::expected-md5 +gchararray + +rwx +expected md5 +expected md5 of processing the whole data. +"---" + + + +GstTest::length +gint64 +>= -1 +r +length +length of stream. +-1 + + + +GstTest::md5 +gchararray + +r +md5 +md5 of processing the whole data. +"---" + + + +GstTest::timestamp-deviation +gint64 +>= -1 +r +timestamp deviation +average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. +-1 + + + +GstProgressReport::silent +gboolean + +rw +Do not print output to stdout +Do not print output to stdout. +FALSE + + + +GstProgressReport::update-freq +gint +>= 1 +rw +Update Frequency +Number of seconds between reports when data is flowing. +5 + + + +GstNavSeek::seek-offset +gdouble +>= 0 +rw +Seek Offset +Time in seconds to seek by. +5 + + + +GstBreakMyData::probability +gdouble +[0,1] +rwx +probability +probability for each byte in the buffer to be changed. +0 + + + +GstBreakMyData::seed +guint + +rwx +seed +seed for randomness (initialized when going from READY to PAUSED). +0 + + + +GstBreakMyData::set-to +gint +[-1,255] +rwx +set-to +set changed bytes to this value (-1 means random value. +-1 + + + +GstBreakMyData::skip +guint + +rwx +skip +amount of bytes skipped at the beginning of stream. +0 + + 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 + +GstDV1394Src::frame-dropped +void +GstDV1394Src *gstdv1394src + + 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 @@ Source for DV data via IEEE1394 interface ../../ext/raw1394/.libs/libgst1394.so libgst1394.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ ASCII Art video sink ../../ext/aalib/.libs/libgstaasink.so libgstaasink.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ ALaw audio conversion routines ../../gst/law/.libs/libgstalaw.so libgstalaw.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ adds an alpha channel to video ../../gst/alpha/.libs/libgstalpha.so libgstalpha.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ + + alphacolor + RGB->YUV colorspace conversion preserving the alpha channels + ../../gst/alpha/.libs/libgstalphacolor.so + libgstalphacolor.so + 0.9.4 + LGPL + gst-plugins-good + GStreamer source release + http://gstreamer.freedesktop.org/ + + + alphacolor + alpha color filter + Filter/Effect/Video + RGB->YUV colorspace conversion preserving the alpha channels + Wim Taymans <wim@fluendo.com> + + + \ 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 @@ + + auparse + parses au streams + ../../gst/auparse/.libs/libgstauparse.so + libgstauparse.so + 0.9.4 + LGPL + gst-plugins-good + GStreamer source release + http://gstreamer.freedesktop.org/ + + + auparse + .au parser + Codec/Demuxer/Audio + Parse an .au file into raw audio + Erik Walthinsen <omega@cse.ogi.edu> + + + \ 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 @@ Plugin contains auto-detection plugins for video/audio outputs ../../gst/autodetect/.libs/libgstautodetect.so libgstautodetect.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ AVI stream handling ../../gst/avi/.libs/libgstavi.so libgstavi.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ Colored ASCII Art video sink ../../ext/libcaca/.libs/libgstcacasink.so libgstcacasink.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ + + cairo + Cairo-based overlaying + ../../ext/cairo/.libs/libgstcairo.so + libgstcairo.so + 0.9.4 + LGPL + gst-plugins-good + GStreamer source release + http://gstreamer.freedesktop.org/ + + + cairotimeoverlay + Time Overlay + Filter/Editor/Video + Overlays the time on a video stream + David Schleef <ds@schleef.org> + + + \ 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 @@ + + debug + elements for testing and debugging + ../../gst/debug/.libs/libgstdebug.so + libgstdebug.so + 0.9.4 + LGPL + gst-plugins-good + GStreamer source release + http://gstreamer.freedesktop.org/ + + + breakmydata + breakmydata + Testing + randomly change data in the stream + Benjamin Otte <otte@gnome> + + + navseek + Seek based on left-right arrows + Filter/Video + Seek based on navigation keys left-right + Jan Schmidt <thaytan@mad.scientist.com> + + + progressreport + Progress Report + Testing + Periodically query and report on processing progress + Jan Schmidt <thaytan@mad.scientist.com> + + + testsink + gsttestsink + Testing + perform a number of tests + Benjamin Otte <otte@gnome> + + + \ 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 @@ DV demuxer and decoder based on libdv (libdv.sf.net) ../../ext/dv/.libs/libgstdv.so libgstdv.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ + + efence + 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". + ../../gst/debug/.libs/libgstefence.so + libgstefence.so + 0.9.4 + LGPL + gst-plugins-good + GStreamer source release + http://gstreamer.freedesktop.org/ + + + efence + Electric Fence + Testing + 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". + David A. Schleef <ds@schleef.org> + + + \ 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 @@ effect plugins from the effectv project ../../gst/effectv/.libs/libgsteffectv.so libgsteffectv.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ ESD Element Plugins ../../ext/esd/.libs/libgstesd.so libgstesd.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ The FLAC Lossless compressor Codec ../../ext/flac/.libs/libgstflac.so libgstflac.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ @@ -16,5 +16,12 @@ Decodes FLAC lossless audio streams Wim Taymans <wim.taymans@chello.be> + + flacenc + FLAC encoder + Codec/Encoder/Audio + Encodes audio with the FLAC lossless audio encoder + Wim Taymans <wim.taymans@chello.be> + \ 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 @@ + + flxdec + FLX video decoder + ../../gst/flx/.libs/libgstflxdec.so + libgstflxdec.so + 0.9.4 + LGPL + gst-plugins-good + GStreamer source release + http://gstreamer.freedesktop.org/ + + + flxdec + FLX Decoder + Codec/Decoder/Audio + FLX decoder + Sepp Wijnands <mrrazz@garbage-coderz.net>, Zeeshan Ali <zeenix@gmail.com> + + + \ 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 @@ elements wrapping the GStreamer/GConf audio/video output settings ../../ext/gconf/.libs/libgstgconfelements.so libgstgconfelements.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ GOOM visualization filter ../../gst/goom/.libs/libgstgoom.so libgstgoom.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ JPeg plugin library ../../ext/jpeg/.libs/libgstjpeg.so libgstjpeg.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ Audio level plugin ../../gst/level/.libs/libgstlevel.so libgstlevel.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ + + matroska + Matroska stream handling + ../../gst/matroska/.libs/libgstmatroska.so + libgstmatroska.so + 0.9.4 + LGPL + gst-plugins-good + GStreamer source release + http://gstreamer.freedesktop.org/ + + + matroskademux + Matroska demuxer + Codec/Demuxer + Demuxes a Matroska Stream into video/audio/subtitles + Ronald Bultje <rbultje@ronald.bitfreak.net> + + + matroskamux + Matroska muxer + Codec/Muxer + Muxes video/audio/subtitle streams into a matroska stream + Ronald Bultje <rbultje@ronald.bitfreak.net> + + + \ 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 @@ MuLaw audio conversion routines ../../gst/law/.libs/libgstmulaw.so libgstmulaw.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ + + navigationtest + Template for a video filter + ../../gst/debug/.libs/libgstnavigationtest.so + libgstnavigationtest.so + 0.9.4 + LGPL + gst-plugins-good + GStreamer source release + http://gstreamer.freedesktop.org/ + + + navigationtest + Video Filter Template + Filter/Video + Template for a video filter + David Schleef <ds@schleef.org> + + + \ 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 @@ OSS (Open Sound System) support for GStreamer ../../sys/oss/.libs/libgstossaudio.so libgstossaudio.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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,12 +3,19 @@ PNG plugin library ../../ext/libpng/.libs/libgstpng.so libgstpng.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ + + pngdec + PNG decoder + Codec/Decoder/Image + Decode a png video frame to a raw image + Wim Taymans <wim@fluendo.com> + pngenc PNG encoder 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 @@ Real-time protocol plugins ../../gst/rtp/.libs/libgstrtp.so libgstrtp.so - 0.9.1.1 + 0.9.4 GPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ @@ -19,7 +19,7 @@ rtpamrenc RTP packet parser - Codec/Parser/Network + Codec/Encoder/Network Encode AMR audio into RTP packets (RFC 3267) Wim Taymans <wim@fluendo.com> @@ -54,7 +54,7 @@ rtph263penc RTP packet parser - Codec/Parser/Network + Codec/Encoder/Network Encodes H263+ video in RTP packets (RFC 2429) Wim Taymans <wim@fluendo.com> @@ -68,7 +68,7 @@ rtpmp4venc RTP packet parser - Codec/Parser/Network + Codec/Encoder/Network Encode MPEG4 video as RTP packets (RFC 3016) Wim Taymans <wim@fluendo.com> @@ -82,7 +82,7 @@ rtpmpaenc RTP packet parser - Codec/Parser/Network + Codec/Encoder/Network Encode MPEG audio as RTP packets (RFC 2038) Wim Taymans <wim@fluendo.com> 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 @@ transfer data via RTSP ../../gst/rtsp/.libs/libgstrtsp.so libgstrtsp.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ Sends data to an icecast server using libshout2 ../../ext/shout2/.libs/libgstshout2.so libgstshout2.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good libshout2 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 @@ Apply the standard SMPTE transitions on video images ../../gst/smpte/.libs/libgstsmpte.so libgstsmpte.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ Speex plugin library ../../ext/speex/.libs/libgstspeex.so libgstspeex.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ @@ -16,5 +16,12 @@ decode speex streams to audio Wim Taymans <wim@fluendo.com> + + speexenc + Speex encoder + Codec/Encoder/Audio + Encodes audio in Speex format + Wim Taymans <wim@fluendo.com> + \ 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 @@ transfer data via UDP ../../gst/udp/.libs/libgstudp.so libgstudp.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ resizes a video by adding borders or cropping ../../gst/videobox/.libs/libgstvideobox.so libgstvideobox.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ Flips and rotates video ../../gst/videofilter/.libs/libgstvideoflip.so libgstvideoflip.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ 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 @@ + + videomixer + Video mixer + ../../gst/videomixer/.libs/libgstvideomixer.so + libgstvideomixer.so + 0.9.4 + LGPL + gst-plugins-good + GStreamer source release + http://gstreamer.freedesktop.org/ + + + videomixer + video mixer + Filter/Editor/Video + Mix multiple video streams + Wim Taymans <wim@fluendo.com> + + + \ 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 @@ + + wavenc + Encode raw audio into WAV + ../../gst/wavenc/.libs/libgstwavenc.so + libgstwavenc.so + 0.9.4 + LGPL + gst-plugins-good + GStreamer source release + http://gstreamer.freedesktop.org/ + + + wavenc + WAV encoder + Codec/Muxer/Audio + Encode raw audio into WAV + Iain Holmes <iain@prettypeople.org> + + + \ 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 @@ Parse a .wav file into raw audio ../../gst/wavparse/.libs/libgstwavparse.so libgstwavparse.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-good - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ diff --git a/po/af.po b/po/af.po index afd35587..aecd994a 100644 --- 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 \n" "Language-Team: Afrikaans \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." diff --git a/po/az.po b/po/az.po index 22c2b689..8cede807 100644 --- 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 \n" "Language-Team: Azerbaijani \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." diff --git a/po/cs.po b/po/cs.po index 42a52260..fb7740cc 100644 --- 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 \n" "Language-Team: Czech \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." diff --git a/po/en_GB.po b/po/en_GB.po index 322e4845..031c970f 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -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 \n" "Language-Team: English (British) \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." diff --git a/po/hu.po b/po/hu.po index 0d5c78a0..1eb1cdbd 100644 --- 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 \n" "Language-Team: Hungarian \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." diff --git a/po/it.po b/po/it.po index 5f20eeae..98e5116c 100644 --- 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 \n" "Language-Team: Italian \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." diff --git a/po/nb.po b/po/nb.po index 416d472d..fc59f050 100644 --- 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 \n" "Language-Team: Norwegian Bokmaal \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 "" diff --git a/po/nl.po b/po/nl.po index 0ec89462..de0105d1 100644 --- 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 \n" "Language-Team: Dutch \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." diff --git a/po/or.po b/po/or.po index e65c47d6..cdfa61e2 100644 --- 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 , 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 \n" "Language-Team: Oriya \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 "ନିବେଶ ଧ୍ବନି ନାହିଁ ବା ଅବୈଧ ଅଛି. ଏ.ଭି.ଆଇ. ଧାରା ଭ୍ରଷ୍ଟ ହୋଇଯିବ." diff --git a/po/sq.po b/po/sq.po index bc3df915..3a9ace24 100644 --- 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 \n" "Language-Team: Albanian \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." diff --git a/po/sr.po b/po/sr.po index 173e49db..bd43575e 100644 --- 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 \n" "Language-Team: Serbian \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 "Улазног звука нема или је неисправан, АВИ ток ће бити искварен." diff --git a/po/sv.po b/po/sv.po index 11c43d1b..ad00805e 100644 --- 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 \n" "Language-Team: Swedish \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." diff --git a/po/uk.po b/po/uk.po index 0aef7e2b..381fff7f 100644 --- 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 \n" "Language-Team: Ukrainian \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 потік буде пошкоджений." diff --git a/po/vi.po b/po/vi.po index 43192b2c..18680481 100644 --- 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 \n" "Language-Team: Vietnamese \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 "" -- cgit