From b8af9e309788025864b6f63c6a9caee68799b0a7 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 14 Jul 2006 15:51:24 +0000 Subject: [PATCH] configure.ac: releasing 0.10.9, "I walk the line" Original commit message from CVS: 2006-07-13 Jan Schmidt * configure.ac: releasing 0.10.9, "I walk the line" --- ChangeLog | 7 +++ NEWS | 38 ++++++++++++- RELEASE | 65 ++++++++++++----------- configure.ac | 6 +-- docs/plugins/gst-plugins-base-plugins.args | 52 +++++++++++++++++- docs/plugins/gst-plugins-base-plugins.signals | 13 +++++ docs/plugins/inspect/plugin-adder.xml | 2 +- docs/plugins/inspect/plugin-alsa.xml | 2 +- docs/plugins/inspect/plugin-audioconvert.xml | 2 +- docs/plugins/inspect/plugin-audiorate.xml | 2 +- docs/plugins/inspect/plugin-audioresample.xml | 2 +- docs/plugins/inspect/plugin-audiotestsrc.xml | 2 +- docs/plugins/inspect/plugin-cdparanoia.xml | 2 +- docs/plugins/inspect/plugin-decodebin.xml | 2 +- docs/plugins/inspect/plugin-ffmpegcolorspace.xml | 2 +- docs/plugins/inspect/plugin-gnomevfs.xml | 2 +- docs/plugins/inspect/plugin-ogg.xml | 2 +- docs/plugins/inspect/plugin-pango.xml | 2 +- docs/plugins/inspect/plugin-playbin.xml | 2 +- docs/plugins/inspect/plugin-subparse.xml | 2 +- docs/plugins/inspect/plugin-tcp.xml | 2 +- docs/plugins/inspect/plugin-theora.xml | 2 +- docs/plugins/inspect/plugin-typefindfunctions.xml | 2 +- docs/plugins/inspect/plugin-video4linux.xml | 2 +- docs/plugins/inspect/plugin-videorate.xml | 2 +- docs/plugins/inspect/plugin-videoscale.xml | 2 +- docs/plugins/inspect/plugin-videotestsrc.xml | 2 +- docs/plugins/inspect/plugin-volume.xml | 2 +- docs/plugins/inspect/plugin-vorbis.xml | 2 +- docs/plugins/inspect/plugin-ximagesink.xml | 2 +- docs/plugins/inspect/plugin-xvimagesink.xml | 2 +- win32/common/config.h | 8 +-- 32 files changed, 173 insertions(+), 66 deletions(-) diff --git a/ChangeLog b/ChangeLog index c51e4d9..0af1620 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.9 === + +2006-07-13 Jan Schmidt + + * configure.ac: + releasing 0.10.9, "I walk the line" + 2006-07-14 Michael Smith * tests/check/pipelines/vorbisenc.c: (stop_pipeline): diff --git a/NEWS b/NEWS index 54ad7f9..797adfd 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,39 @@ -This is GStreamer Base Plug-ins 0.10.8, "Moar gij ziet mij nie" - +This is GStreamer Base Plug-ins 0.10.9, "I walk the line" + +Changes since 0.10.8: + + * Parallel installability with 0.8.x series + * Threadsafe design and API + * Subtitle fixes + * Support for images in tags + * Playback improvements + * Gnomevfssrc now supports burn:// uris + * Videoscale now supports more RGBA formats + * Multifdsink improvements + * Testsuite can now generate coverage information + +Bugs fixed since 0.10.8: + + * 347296 : Problems with clocks on alsasrc hangs the application + * 347295 : [vorbisdec] Pushes before being initialized + * 329798 : [playbin] doesn't always give correct error message for m... + * 342085 : [alsasink] doesn't set buffer-time correctly + * 342789 : [audioresample] doesn't clear state when stopped, causing... + * 343303 : [subparse] workaround for bad entities in sami parser + * 343385 : [gnomevfs] add support for burn:// URIs + * 343500 : [riff] gst_riff_parse_strf_vids() can't parse extra data. + * 343699 : oggmux leaks + * 344503 : [subparse] parse font face property in sami parser. + * 345131 : [PATCH] videoscale support for 32-bit RGB-formats + * 345206 : [textoverlay] crash with non-UTF8 input + * 345225 : [theoradec] Clipping for exact seeking + * 345641 : [API] [libgsttag] add enums for image tag type + * 345879 : [riff] won't play a .wmv file with WMVA video stream + * 346581 : [typefinding] recognise text/html + * 347221 : [audioconvert] channel remapping does not work right + * 347304 : Massive leaks with xvimagesink + * 346527 : alsasrc get_range does not respect requested size + Changes since 0.10.7: * alsasink probing fixes diff --git a/RELEASE b/RELEASE index 388eebb..6435f80 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Base Plug-ins 0.10.8 "Moar gij ziet mij nie" +Release notes for GStreamer Base Plug-ins 0.10.9 "I walk the line" @@ -55,35 +55,36 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * alsasink probing fixes - * xvimagesink error reporting fixes - * subtitle fixes - * adder fixes - * vorbis multichannel fixes - * multifdsink streamheader fixes + * Subtitle fixes + * Support for images in tags + * Playback improvements + * Gnomevfssrc now supports burn:// uris + * Videoscale now supports more RGBA formats + * Multifdsink improvements + * Testsuite can now generate coverage information Bugs fixed in this release - * 169936 : [subparse] support for SAMI subtitles - * 315312 : Gstreamer Xv uses RGB instead of YUV. - * 334002 : video4linux shouldn't depend on X in configure script - * 336881 : [libvisual] additional support for libvisual-0.4 - * 337544 : [xvimagesink] Internal Error when image is too large - * 339520 : [subparse] add " encoding " property - * 340909 : [alsasink] can't enable spdif output - * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT... - * 341562 : audioconvert doesn't list formats in order of preference - * 341696 : audioconvert crashes if converting from a format with no ... - * 341719 : bisection algorithm in ogg doesn't bisect in some cases - * 341732 : [alsasink] doesn't query supported sample rates - * 341873 : [alsasink] minor memory leak, uses unprotected static var... - * 342143 : [subparse] sami parser needs to escape characters - * 342181 : [alsa] add property probe interface to alsasink and alsasrc - * 342268 : [playbin] add 'subtitle-encoding' property - * 342345 : [riff] Elephant's Dream AVI does not play, JUNK chunk bef... - * 342566 : Building without GTK+ fails - * 343397 : H.264/AAC movie deadlocks with totem in gstreamer code, p... - * 339935 : [adder] dead-locks when adding sink pads in PAUSED state + * 347296 : Problems with clocks on alsasrc hangs the application + * 347295 : [vorbisdec] Pushes before being initialized + * 329798 : [playbin] doesn't always give correct error message for m... + * 342085 : [alsasink] doesn't set buffer-time correctly + * 342789 : [audioresample] doesn't clear state when stopped, causing... + * 343303 : [subparse] workaround for bad entities in sami parser + * 343385 : [gnomevfs] add support for burn:// URIs + * 343500 : [riff] gst_riff_parse_strf_vids() can't parse extra data. + * 343699 : oggmux leaks + * 344503 : [subparse] parse font face property in sami parser. + * 345131 : [PATCH] videoscale support for 32-bit RGB-formats + * 345206 : [textoverlay] crash with non-UTF8 input + * 345225 : [theoradec] Clipping for exact seeking + * 345641 : [API] [libgsttag] add enums for image tag type + * 345879 : [riff] won't play a .wmv file with WMVA video stream + * 346581 : [typefinding] recognise text/html + * 347514 : vorbisenc test often fails under valgrind + * 347221 : [audioconvert] channel remapping does not work right + * 347304 : Massive leaks with xvimagesink + * 346527 : alsasrc get_range does not respect requested size Download @@ -113,17 +114,19 @@ Applications Contributors to this release + * Alessandro Decina + * Andy Wingo + * Cody Russell * Edward Hervey * Jan Schmidt - * Julien Moutte - * Martin Szulecki + * Lutz Mueller + * Michael Sheldon * Michael Smith - * Peter Kjellerstedt + * Philip Jaegenstedt * Sebastien Moutte * Stefan Kost * Thomas Vander Stichele * Tim-Philipp Müller * Wim Taymans * Young-Ho Cha - * Zaheer Abbas Merali   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 2447374..182f9a2 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT(GStreamer Base Plug-ins, 0.10.8.1, +AC_INIT(GStreamer Base Plug-ins, 0.10.9, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-base) @@ -42,7 +42,7 @@ 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, 5, 0, 5) +AS_LIBTOOL(GST, 6, 0, 6) dnl FIXME: this macro doesn't actually work; dnl the generated libtool script has no support for the listed tags. @@ -52,7 +52,7 @@ dnl AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.6.1 +GST_REQ=0.10.8.1 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-base-plugins.args b/docs/plugins/gst-plugins-base-plugins.args index c2eae5a..9e3faa3 100644 --- a/docs/plugins/gst-plugins-base-plugins.args +++ b/docs/plugins/gst-plugins-base-plugins.args @@ -404,7 +404,7 @@ >= -1 rw Buffers max -max number of buffers to queue (-1 = no limit). +max number of buffers to queue for a client (-1 = no limit). -1 @@ -509,6 +509,56 @@ +GstMultiFdSink::buffers-min +gint +>= -1 +rw +Buffers min +min number of buffers to queue (-1 = as few as possible). +-1 + + + +GstMultiFdSink::burst-unit +GstTCPUnitType + +rw +Burst unit +The format of the burst units (when sync-method is burst[[-with]-keyframe]). +Undefined + + + +GstMultiFdSink::burst-value +guint64 + +rw +Burst value +The amount of burst expressed in burst-unit. +0 + + + +GstMultiFdSink::bytes-min +gint +>= -1 +rw +Bytes min +min number of bytes to queue (-1 = as little as possible). +-1 + + + +GstMultiFdSink::time-min +gint64 +>= -1 +rw +Time min +min number of time to queue (-1 = as little as possible). +-1 + + + GstDecodeBin::threaded gboolean diff --git a/docs/plugins/gst-plugins-base-plugins.signals b/docs/plugins/gst-plugins-base-plugins.signals index fb2cad7..21019cb 100644 --- a/docs/plugins/gst-plugins-base-plugins.signals +++ b/docs/plugins/gst-plugins-base-plugins.signals @@ -55,6 +55,19 @@ gint arg1 +GstMultiFdSink::add-full +void +l +GstMultiFdSink *gstmultifdsink +gint arg1 +gboolean arg2 +GstTCPUnitType *arg3 +guint64 arg4 +GstTCPUnitType *arg5 +guint64 arg6 + + + GstDecodeBin::new-decoded-pad void l diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index 7416ab0..faf0564 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,7 +3,7 @@ Adds multiple streams ../../gst/adder/.libs/libgstadder.so libgstadder.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index 1ff6c6a..51602e6 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,7 +3,7 @@ ALSA plugin library ../../ext/alsa/.libs/libgstalsa.so libgstalsa.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index b5a41f9..2e3dad8 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,7 +3,7 @@ Convert audio to different formats ../../gst/audioconvert/.libs/libgstaudioconvert.so libgstaudioconvert.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index 1739915..d2483ea 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,7 +3,7 @@ Adjusts audio frames ../../gst/audiorate/.libs/libgstaudiorate.so libgstaudiorate.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index a4fb270..fc3ade1 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,7 +3,7 @@ Resamples audio ../../gst/audioresample/.libs/libgstaudioresample.so libgstaudioresample.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index eba1475..ddae94d 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,7 +3,7 @@ Creates audio test signals of given frequency and volume ../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so libgstaudiotestsrc.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml index d08b1d7..747c0a2 100644 --- a/docs/plugins/inspect/plugin-cdparanoia.xml +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -3,7 +3,7 @@ Read audio from CD in paranoid mode ../../ext/cdparanoia/.libs/libgstcdparanoia.so libgstcdparanoia.so - 0.10.8 + 0.10.9 GPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-decodebin.xml b/docs/plugins/inspect/plugin-decodebin.xml index 7dcdb36..ee8c811 100644 --- a/docs/plugins/inspect/plugin-decodebin.xml +++ b/docs/plugins/inspect/plugin-decodebin.xml @@ -3,7 +3,7 @@ decoder bin ../../gst/playback/.libs/libgstdecodebin.so libgstdecodebin.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml index c2192fc..02d7962 100644 --- a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml +++ b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml @@ -3,7 +3,7 @@ colorspace conversion copied from FFMpeg 0.4.9-pre1 ../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so libgstffmpegcolorspace.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base FFMpeg diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml index b23aa2f..f2b12dd 100644 --- a/docs/plugins/inspect/plugin-gnomevfs.xml +++ b/docs/plugins/inspect/plugin-gnomevfs.xml @@ -3,7 +3,7 @@ elements to read from and write to Gnome-VFS uri's ../../ext/gnomevfs/.libs/libgstgnomevfs.so libgstgnomevfs.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index 76b2832..5e5337b 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,7 +3,7 @@ ogg stream manipulation (info about ogg: http://xiph.org) ../../ext/ogg/.libs/libgstogg.so libgstogg.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index eb22b8c..74eaf96 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,7 +3,7 @@ Pango-based text rendering and overlay ../../ext/pango/.libs/libgstpango.so libgstpango.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-playbin.xml b/docs/plugins/inspect/plugin-playbin.xml index 99f7859..0411b16 100644 --- a/docs/plugins/inspect/plugin-playbin.xml +++ b/docs/plugins/inspect/plugin-playbin.xml @@ -3,7 +3,7 @@ player bin ../../gst/playback/.libs/libgstplaybin.so libgstplaybin.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index da7eba7..18d35f2 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,7 +3,7 @@ Subtitle parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index 59239ff..91f941f 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,7 +3,7 @@ transfer data over the network via TCP ../../gst/tcp/.libs/libgsttcp.so libgsttcp.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index 43671c1..2191f32 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,7 +3,7 @@ Theora plugin library ../../ext/theora/.libs/libgsttheora.so libgsttheora.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index d0f6ed9..ae04cbb 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,7 +3,7 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-video4linux.xml b/docs/plugins/inspect/plugin-video4linux.xml index 453e426..ee34cb7 100644 --- a/docs/plugins/inspect/plugin-video4linux.xml +++ b/docs/plugins/inspect/plugin-video4linux.xml @@ -3,7 +3,7 @@ elements for Video 4 Linux ../../sys/v4l/.libs/libgstvideo4linux.so libgstvideo4linux.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index aac1374..4c63a23 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,7 +3,7 @@ Adjusts video frames ../../gst/videorate/.libs/libgstvideorate.so libgstvideorate.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index 386e620..2117c48 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,7 +3,7 @@ Resizes video ../../gst/videoscale/.libs/libgstvideoscale.so libgstvideoscale.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index 40f7c65..a831279 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,7 +3,7 @@ Creates a test video stream ../../gst/videotestsrc/.libs/libgstvideotestsrc.so libgstvideotestsrc.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 542b0f6..843f58e 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,7 +3,7 @@ plugin for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index d1654f9..a0138b7 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,7 +3,7 @@ Vorbis plugin library ../../ext/vorbis/.libs/libgstvorbis.so libgstvorbis.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index 485e5ef..268a563 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,7 +3,7 @@ X11 video output element based on standard Xlib calls ../../sys/ximage/.libs/libgstximagesink.so libgstximagesink.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index 04c35e9..3f70cdc 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,7 +3,7 @@ XFree86 video output plugin using Xv extension ../../sys/xvimage/.libs/libgstxvimagesink.so libgstxvimagesink.so - 0.10.8 + 0.10.9 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/win32/common/config.h b/win32/common/config.h index e79e3ae..8a5408d 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -39,7 +39,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease" +#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -211,13 +211,13 @@ #undef PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.8.1" +#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.9" /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME "gst-plugins-base" /* Define to the version of this package. */ -#undef PACKAGE_VERSION "0.10.8.1" +#undef PACKAGE_VERSION "0.10.9" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.8.1" +#define VERSION "0.10.9" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -- 2.7.4