From: Jan Schmidt Date: Wed, 30 Jan 2008 14:19:05 +0000 (+0000) Subject: Release 0.10.17 X-Git-Tag: 1.19.3~511^2~10716 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2c0a7313333f0b7ed58421e0b40ae4f2ed7f6e1;p=platform%2Fupstream%2Fgstreamer.git Release 0.10.17 Original commit message from CVS: Release 0.10.17 --- diff --git a/ChangeLog b/ChangeLog index c26fd07..d972304 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.17 === + +2008-01-30 Jan Schmidt + + * configure.ac: + releasing 0.10.17, "Peanut Butter and Jelly" + 2008-01-30 Jan Schmidt * gst-libs/gst/interfaces/mixeroptions.c: diff --git a/NEWS b/NEWS index 52008a5..db7d78c 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,12 @@ -This is GStreamer Base Plug-ins 0.10.16, "Scheduled Interruption" +This is GStreamer Base Plug-ins 0.10.17, "Peanut Butter and Jelly" IMPORTANT NOTES +This release is identical to 0.10.16, with several small but significant bug +fixes. The most important one fixes crashes in gnome-volume-control and other +consumers of the GstMixer API, due to an unfortunate ABI break. Everyone +should use 0.10.17 instead of 0.10.16 in all cases. + 1) Please note that decodebin2 and playbin2 API included in this release is still considered unstable and WILL change in future releases. At this stage, only developers or early adopters should consider using decodebin2 or playbin2 @@ -24,6 +29,19 @@ workaround, you can set the rank of mp3parse to GST_RANK_NONE in gst-plugins-ugly/gst/mpegaudioparse/gstmpegaudioparse.c when compiling, or or remove the /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so file entirely. +Changes since 0.10.16: + + * Work-around ABI breakage due to unfortunate use of the + GST_DISABLE_DEPRECATED macro + * Export 2 missing functions needed for bindings in the win32 build + * Initialise the GstRingBuffer GType from a thread-safe context + +Bugs fixed since 0.10.16: + + * 511825 : [RTSP] compiler warning on FreeBSD + * 513018 : crash in Volume Control: I typed my password at t... + * 512334 : g_critical() when using GstAudioFilter & GST_DEBUG + Changes since 0.10.15: * Handle newer Theora granule-pos semantics diff --git a/RELEASE b/RELEASE index 2a067b6..6f77649 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Base Plug-ins 0.10.16 "Scheduled Interruption" +Release notes for GStreamer Base Plug-ins 0.10.17 "Peanut Butter and Jelly" @@ -54,47 +54,15 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Handle newer Theora granule-pos semantics - * Introducing first alpha version playbin2 - the upcoming successor to playbin - * Fixes in playbin handling of stream-switching - * New API for uniform handling of raw-video format buffers. - * Improvements for RTSP/RTP handling - * RIFF lib additions for VC-1 and AVC1 fourccs - * Many other bug-fixes and improvements + * Work-around ABI breakage due to unfortunate use of the GST_DISABLE_DEPRECATED macro + * Export 2 missing functions needed for bindings in the win32 build + * Initialise the GstRingBuffer GType from a thread-safe context Bugs fixed in this release - * 506132 : Review of changes in video/video.h - * 320984 : [oggdemux] cannot handle multiple chains - * 373011 : [playbin] throws error when switching off subtitles - * 436756 : Intermittent crashes in Pidgin in audioclock g_type_class... - * 462740 : [streamselector] patch to improve default stream selection - * 486840 : [alsamixer] use _all variants when setting the mixer - * 497964 : theoraenc test fails - * 498228 : gst-plugins-base-0.10.15 does not compile on FreeBSD (Gen... - * 499697 : Provide better pkg-config files - * 502497 : [subparse] SubRip subtitles starting from 0 not recognised - * 503440 : The control sockets used by gstrtspconnection.c are never... - * 503930 : [cdda] warning: 'eos' may be used uninitialized in this f... - * 506928 : [alsamixer] add " PCM " as master fall back for cards that ... - * 508138 : [decodebin] does not error out if pad activation fails - * 509762 : missing file in win32/MANIFEST - * 511274 : gst_rtp_buffer_get_extension_data is returning FALSE when... - * 496731 : [PATCH] xvimagesink leaks memory if initialization fails - * 496761 : [PATCH] RTSP message leaks memory when uninitialized - * 500763 : SIGSEGV while playing ogg audio file - -API changed in this release - -- API additions: - -* New GstVideoFormat API and helper functions in libgstvideo -* gst_base_audio_sink_set_provide_clock() -* gst_base_audio_sink_get_provide_clock() -* gst_base_audio_sink_set_slave_method() -* gst_base_audio_sink_get_slave_method() -* gst_base_audio_src_set_provide_clock() -* gst_base_audio_src_get_provide_clock() + * 511825 : [RTSP] compiler warning on FreeBSD + * 513018 : crash in Volume Control: I typed my password at t... + * 512334 : g_critical() when using GstAudioFilter & GST_DEBUG Download @@ -124,22 +92,7 @@ Applications Contributors to this release - * Bastien Nocera - * David Schleef - * Edward Hervey * Jan Schmidt - * Jerone Young - * Joe Peterson - * Julien MOUTTE - * Julien Moutte - * Michael Smith - * Peter Kjellerstedt - * Robin Stocker * Sebastian Dröge - * Sebastien Moutte - * Stefan Kost - * Thijs Vermeir * Tim-Philipp Müller - * Tommi Myöhänen - * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 0c1d11f..7c81573 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.16.1, +AC_INIT(GStreamer Base Plug-ins, 0.10.17, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-base) diff --git a/docs/plugins/gst-plugins-base-plugins.hierarchy b/docs/plugins/gst-plugins-base-plugins.hierarchy index 12d7048..49522b7 100644 --- a/docs/plugins/gst-plugins-base-plugins.hierarchy +++ b/docs/plugins/gst-plugins-base-plugins.hierarchy @@ -89,6 +89,7 @@ GObject GstClock GstSystemClock GstAudioClock + GstRingBuffer GstSignalObject LinkConnection GIOPConnection diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index ef2374b..aafc28f 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.16 + 0.10.17 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 04145e4..e7b916f 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.16 + 0.10.17 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 486913f..e6f6605 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.16 + 0.10.17 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 d535d31..abda4ee 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.16 + 0.10.17 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 dd3394d..33f4ae4 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.16 + 0.10.17 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 f70d8ae..e455057 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.16 + 0.10.17 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 0fbfcc3..3f39832 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.16 + 0.10.17 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 71828ce..becdea6 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.16 + 0.10.17 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 cf0c2df..8b8473c 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.16 + 0.10.17 LGPL gst-plugins-base FFMpeg diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml index efbe895..53e0cd8 100644 --- a/docs/plugins/inspect/plugin-gdp.xml +++ b/docs/plugins/inspect/plugin-gdp.xml @@ -3,7 +3,7 @@ Payload/depayload GDP packets ../../gst/gdp/.libs/libgstgdp.so libgstgdp.so - 0.10.16 + 0.10.17 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml index 3e4909a..8607b54 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.16 + 0.10.17 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 4636159..9414477 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,7 +3,7 @@ libvisual visualization plugins ../../ext/libvisual/.libs/libgstlibvisual.so libgstlibvisual.so - 0.10.16 + 0.10.17 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 7a9ffae..7413f6d 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.16 + 0.10.17 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 9ac4689..c4d0978 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.16 + 0.10.17 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 4bcab61..c6a6c2c 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.16 + 0.10.17 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 ab4e0fe..94d1afc 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.16 + 0.10.17 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 792d03b..6b2e2fc 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.16 + 0.10.17 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 481eae5..3ddd1ca 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.16 + 0.10.17 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 1822564..622a064 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.16 + 0.10.17 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 7f53932..885bf6d 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.16 + 0.10.17 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 6b0a20e..587a7a2 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.16 + 0.10.17 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 db4dba1..08b6e6c 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.16 + 0.10.17 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 fe8e157..e8c3a2c 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.16 + 0.10.17 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 ccdeb00..0e32855 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.16 + 0.10.17 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 63714ce..1cac519 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.16 + 0.10.17 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 00c1062..2bca3df 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.16 + 0.10.17 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap index 485d6f5..87e9acc 100644 --- a/gst-plugins-base.doap +++ b/gst-plugins-base.doap @@ -37,6 +37,17 @@ A wide range of video and audio decoders, encoders, and filters are included. + 0.10.17 + 0.10 + Peanut Butter and Jelly + 2008-01-30 + + + + + + + 0.10.16 0.10 Scheduled Interruption diff --git a/win32/common/config.h b/win32/common/config.h index adffaec..ae92de3 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -211,13 +211,13 @@ #define PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.16" +#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.17" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.16" +#define PACKAGE_VERSION "0.10.17" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.16" +#define VERSION "0.10.17" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */