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