diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-01-16 20:59:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-01-16 20:59:32 +0000 |
commit | 262c5793204a9870ee64f3caefa553beb870bb2e (patch) | |
tree | 1d69aafcd59d9238897bc78389c21986b699b1cf | |
parent | 8501a77ce6f65a739ff3e98cb6532cc1fe59f9a0 (diff) |
releasing 0.10.2RELEASE-0_10_2
Original commit message from CVS:
releasing 0.10.2
31 files changed, 149 insertions, 49 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.2 === + +2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + releasing 0.10.2, "Then the devil is six" + 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com> * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute): @@ -200,15 +207,14 @@ * configure.ac: * gst/volume/Makefile.am: * gst/volume/demo.c: - move old example to tests/examples/volume/volune.c + move old example to tests/examples/volume/volune.c * tests/examples/Makefile.am: * tests/examples/seek/seek.c: (main): - change window-close event from "delete-event" to "destroy" + change window-close event from "delete-event" to "destroy" * tests/examples/volume/Makefile.am: * tests/examples/volume/volume.c: (value_changed_callback), (setup_gui), (message_received), (eos_message_received), (main): - fix event handling and bus usage - + fix event handling and bus usage 2005-12-29 Stefan Kost <ensonic@users.sf.net> @@ -228,8 +234,8 @@ (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek), (gst_audio_test_src_create), (gst_audio_test_src_set_property): * gst/audiotestsrc/gstaudiotestsrc.h: - update to basesrc changes, implement segmented seeking and eos handling, - add a 'sine-tab' waveform for performance critical playback + update to basesrc changes, implement segmented seeking and eos + handling, add a 'sine-tab' waveform for performance critical playback 2005-12-29 Tim-Philipp Müller <tim at centricular dot net> @@ -1,4 +1,28 @@ -This is GStreamer Base Plug-ins 0.10.1, "Dobro Dedek" +This is GStreamer Base Plug-ins 0.10.2, "Then the devil is six" + +Changes since 0.10.1: + + * ported gnomevfssink, cdparanoia + * New library and base class: GstCddaBaseSrc + * ported mixerutils.h + * added 'sine-tab' waveform to audiotestsrc + * added float audio to audiorate + +Bugs fixed since 0.10.1: + + * 324216 : [cdparanoia] missing patches from 0.8 + * 324696 : [videotestsrc] does not start counting the time from zero... + * 324900 : Problem compiling gst-plugins-base with Forte + * 325984 : [playbin] cannot handle sources that produce raw audio/video + * 325990 : patch videotestsrc for using glib types + * 326601 : GstRingBuffer crashes with alaw/mulaw caps + * 327114 : [theoradec] should post tags on the bus + * 327216 : vorbisdec segfaults on certain queries + +API added since 0.10.1: + + * added libgstcddabase + * added mixerutils.h Changes since 0.10.0: @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Base Plug-ins 0.10.1 "Dobro Dedek" +GStreamer: Release notes for GStreamer Base Plug-ins 0.10.2 "Then the devil is six" @@ -55,23 +55,30 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * removed gst-launch-ext - * Ported: ogmparse - * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin + * ported gnomevfssink, cdparanoia + * New library and base class: GstCddaBaseSrc + * ported mixerutils.h + * added 'sine-tab' waveform to audiotestsrc + * added float audio to audiorate Bugs fixed in this release - * 322347 : GstBaseRtpDepayload timestamps are wring - * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered - * 323878 : missing < string.h > inclusion (for memset & FD_ZERO) + * 324216 : [cdparanoia] missing patches from 0.8 + * 324696 : [videotestsrc] does not start counting the time from zero... + * 324900 : Problem compiling gst-plugins-base with Forte + * 325984 : [playbin] cannot handle sources that produce raw audio/video + * 325990 : patch videotestsrc for using glib types + * 326601 : GstRingBuffer crashes with alaw/mulaw caps + * 327114 : [theoradec] should post tags on the bus + * 327216 : vorbisdec segfaults on certain queries API changed in this release - API additions: -* GstAlsaMixer::device -* GstAlsaMixer::device-name +* added libgstcddabase +* added mixerutils.h Download @@ -101,15 +108,11 @@ Applications Contributors to this release - * Christian Schaller - * Edgard Lima * Edward Hervey * Jan Schmidt - * Julien MOUTTE - * Luca Ognibene * Michael Smith * Stefan Kost * Thomas Vander Stichele * Tim-Philipp Müller - * Wim Taymans + * Tommi Myöhänen
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 69abaa160..57667c84e 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT 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-base, GST_PLUGINS_BASE_VERSION, 0, 10, 1, 2, +AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 2, 0, GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? @@ -38,12 +38,12 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 0, 0, 0) +AS_LIBTOOL(GST, 1, 0, 1) AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.0.2 +GST_REQ=0.10.2 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-base-plugins.args b/docs/plugins/gst-plugins-base-plugins.args index ca2768c99..fc4ae10e9 100644 --- a/docs/plugins/gst-plugins-base-plugins.args +++ b/docs/plugins/gst-plugins-base-plugins.args @@ -1408,3 +1408,43 @@ <DEFAULT></DEFAULT> </ARG> +<ARG> +<NAME>GstCdParanoiaSrc::generic-device</NAME> +<TYPE>gchararray</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Generic device</NICK> +<BLURB>Use specified generic scsi device.</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstCdParanoiaSrc::paranoia-mode</NAME> +<TYPE>GstCdParanoiaMode</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Paranoia mode</NICK> +<BLURB>Type of checking to perform.</BLURB> +<DEFAULT>PARANOIA_MODE_FRAGMENT</DEFAULT> +</ARG> + +<ARG> +<NAME>GstCdParanoiaSrc::read-speed</NAME> +<TYPE>gint</TYPE> +<RANGE>>= -1</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Read speed</NICK> +<BLURB>Read from device at specified speed.</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstCdParanoiaSrc::search-overlap</NAME> +<TYPE>gint</TYPE> +<RANGE>[-1,75]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Search overlap</NICK> +<BLURB>Force minimum overlap search during verification to n sectors.</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index bface4cb6..b4ee15b38 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,7 +3,7 @@ <description>Adds multiple streams</description> <filename>../../gst/adder/.libs/libgstadder.so</filename> <basename>libgstadder.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index e54dbaca3..cfc2e752d 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,7 +3,7 @@ <description>ALSA plugin library</description> <filename>../../ext/alsa/.libs/libgstalsa.so</filename> <basename>libgstalsa.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index 3f0142bd1..c14f96abb 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,7 +3,7 @@ <description>Convert audio to different formats</description> <filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename> <basename>libgstaudioconvert.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index 9cff8bda9..0c7630604 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,7 +3,7 @@ <description>Adjusts audio frames</description> <filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename> <basename>libgstaudiorate.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index 566907bb1..4cb5067c5 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,7 +3,7 @@ <description>Resamples audio</description> <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename> <basename>libgstaudioresample.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index 7555c1cec..738e52412 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,7 +3,7 @@ <description>Creates audio test signals of given frequency and volume</description> <filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename> <basename>libgstaudiotestsrc.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml new file mode 100644 index 000000000..ffc7677e0 --- /dev/null +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -0,0 +1,20 @@ +<plugin> + <name>cdparanoia</name> + <description>Read audio from CD in paranoid mode</description> + <filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename> + <basename>libgstcdparanoia.so</basename> + <version>0.10.2</version> + <license>GPL</license> + <source>gst-plugins-base</source> + <package>GStreamer Base Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>cdparanoiasrc</name> + <longname>CD Audio (cdda) Source, Paranoia IV</longname> + <class>Source/File</class> + <description>Read audio from CD in paranoid mode</description> + <author>Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com></author> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-decodebin.xml b/docs/plugins/inspect/plugin-decodebin.xml index 0ad39eb27..e01b85918 100644 --- a/docs/plugins/inspect/plugin-decodebin.xml +++ b/docs/plugins/inspect/plugin-decodebin.xml @@ -3,7 +3,7 @@ <description>decoder bin</description> <filename>../../gst/playback/.libs/libgstdecodebin.so</filename> <basename>libgstdecodebin.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml index 77a31ad9f..122426b53 100644 --- a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml +++ b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml @@ -3,7 +3,7 @@ <description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description> <filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename> <basename>libgstffmpegcolorspace.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>FFMpeg</package> diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml index a62917cb7..1a29f911c 100644 --- a/docs/plugins/inspect/plugin-gnomevfs.xml +++ b/docs/plugins/inspect/plugin-gnomevfs.xml @@ -3,13 +3,20 @@ <description>elements to read from and write to Gnome-VFS uri's</description> <filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename> <basename>libgstgnomevfs.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> + <name>gnomevfssink</name> + <longname>GnomeVFS Sink</longname> + <class>Sink/File</class> + <description>Write a stream to a GnomeVFS URI</description> + <author>Bastien Nocera <hadess@hadess.net></author> + </element> + <element> <name>gnomevfssrc</name> <longname>GnomeVFS Source</longname> <class>Source/File</class> diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 6e1655b7e..7e27e3023 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,7 +3,7 @@ <description>libvisual visualization plugins</description> <filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename> <basename>libgstlibvisual.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index bbac25740..4894522d4 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,7 +3,7 @@ <description>ogg stream manipulation (info about ogg: http://xiph.org)</description> <filename>../../ext/ogg/.libs/libgstogg.so</filename> <basename>libgstogg.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index 54fc5e975..0a78240df 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,7 +3,7 @@ <description>Pango-based text rendering and overlay</description> <filename>../../ext/pango/.libs/libgstpango.so</filename> <basename>libgstpango.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-playbin.xml b/docs/plugins/inspect/plugin-playbin.xml index c067337fd..eb16f3944 100644 --- a/docs/plugins/inspect/plugin-playbin.xml +++ b/docs/plugins/inspect/plugin-playbin.xml @@ -3,7 +3,7 @@ <description>player bin</description> <filename>../../gst/playback/.libs/libgstplaybin.so</filename> <basename>libgstplaybin.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index ed09e5f2d..3e8d833e4 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,7 +3,7 @@ <description>Subtitle (.sub) file parsing</description> <filename>../../gst/subparse/.libs/libgstsubparse.so</filename> <basename>libgstsubparse.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index 247ecc732..7e5d7f1c0 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,7 +3,7 @@ <description>transfer data over the network via TCP</description> <filename>../../gst/tcp/.libs/libgsttcp.so</filename> <basename>libgsttcp.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index 93e767034..66a7cbc96 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,7 +3,7 @@ <description>Theora plugin library</description> <filename>../../ext/theora/.libs/libgsttheora.so</filename> <basename>libgsttheora.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index f5a43f472..b44f69ef2 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,7 +3,7 @@ <description>default typefind functions</description> <filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename> <basename>libgsttypefindfunctions.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-video4linux.xml b/docs/plugins/inspect/plugin-video4linux.xml index 8df9674b8..784fb0053 100644 --- a/docs/plugins/inspect/plugin-video4linux.xml +++ b/docs/plugins/inspect/plugin-video4linux.xml @@ -3,7 +3,7 @@ <description>elements for Video 4 Linux</description> <filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename> <basename>libgstvideo4linux.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 21a1a14b7..0df38aea0 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,7 +3,7 @@ <description>Adjusts video frames</description> <filename>../../gst/videorate/.libs/libgstvideorate.so</filename> <basename>libgstvideorate.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index c42901dcd..067ed75fd 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,7 +3,7 @@ <description>Resizes video</description> <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename> <basename>libgstvideoscale.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index 7d23aca0c..894f8989c 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,7 +3,7 @@ <description>Creates a test video stream</description> <filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename> <basename>libgstvideotestsrc.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 894244869..a86352440 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,7 +3,7 @@ <description>element for controlling audio volume</description> <filename>../../gst/volume/.libs/libgstvolume.so</filename> <basename>libgstvolume.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index e37bc09ac..dcd889bae 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,7 +3,7 @@ <description>Vorbis plugin library</description> <filename>../../ext/vorbis/.libs/libgstvorbis.so</filename> <basename>libgstvorbis.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index 5980fa1ea..976ea5a3f 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,7 +3,7 @@ <description>X11 video output element based on standard Xlib calls</description> <filename>../../sys/ximage/.libs/libgstximagesink.so</filename> <basename>libgstximagesink.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index af66e69d3..f8a64de29 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,7 +3,7 @@ <description>XFree86 video output plugin using Xv extension</description> <filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename> <basename>libgstxvimagesink.so</basename> - <version>0.10.1</version> + <version>0.10.2</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> |