From 262c5793204a9870ee64f3caefa553beb870bb2e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 16 Jan 2006 20:59:32 +0000 Subject: [PATCH] releasing 0.10.2 Original commit message from CVS: releasing 0.10.2 --- ChangeLog | 18 ++++++--- NEWS | 26 +++++++++++- RELEASE | 31 +++++++------- configure.ac | 6 +-- docs/plugins/gst-plugins-base-plugins.args | 40 +++++++++++++++++++ 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 | 20 ++++++++++ docs/plugins/inspect/plugin-decodebin.xml | 2 +- .../inspect/plugin-ffmpegcolorspace.xml | 2 +- docs/plugins/inspect/plugin-gnomevfs.xml | 9 ++++- docs/plugins/inspect/plugin-libvisual.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 +- .../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 +- 31 files changed, 149 insertions(+), 49 deletions(-) create mode 100644 docs/plugins/inspect/plugin-cdparanoia.xml diff --git a/ChangeLog b/ChangeLog index c59a1bac1e..2b1bf4cea8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.2 === + +2006-01-16 Thomas Vander Stichele + + * configure.ac: + releasing 0.10.2, "Then the devil is six" + 2006-01-16 Jan Schmidt * 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 @@ -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 diff --git a/NEWS b/NEWS index 41983331cb..f13c3f8005 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/RELEASE b/RELEASE index dbfbaed856..370764e489 100644 --- a/RELEASE +++ b/RELEASE @@ -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 69abaa160e..57667c84ef 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 ca2768c993..fc4ae10e98 100644 --- a/docs/plugins/gst-plugins-base-plugins.args +++ b/docs/plugins/gst-plugins-base-plugins.args @@ -1408,3 +1408,43 @@ + +GstCdParanoiaSrc::generic-device +gchararray + +rw +Generic device +Use specified generic scsi device. +NULL + + + +GstCdParanoiaSrc::paranoia-mode +GstCdParanoiaMode + +rw +Paranoia mode +Type of checking to perform. +PARANOIA_MODE_FRAGMENT + + + +GstCdParanoiaSrc::read-speed +gint +>= -1 +rw +Read speed +Read from device at specified speed. +-1 + + + +GstCdParanoiaSrc::search-overlap +gint +[-1,75] +rw +Search overlap +Force minimum overlap search during verification to n sectors. +-1 + + diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index bface4cb65..b4ee15b386 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.1 + 0.10.2 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 e54dbaca30..cfc2e752d9 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.1 + 0.10.2 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 3f0142bd1c..c14f96abb0 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.1 + 0.10.2 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 9cff8bda99..0c76306049 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.1 + 0.10.2 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 566907bb10..4cb5067c5b 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.1 + 0.10.2 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 7555c1cecd..738e52412c 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.1 + 0.10.2 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 new file mode 100644 index 0000000000..ffc7677e0c --- /dev/null +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -0,0 +1,20 @@ + + cdparanoia + Read audio from CD in paranoid mode + ../../ext/cdparanoia/.libs/libgstcdparanoia.so + libgstcdparanoia.so + 0.10.2 + GPL + gst-plugins-base + GStreamer Base Plug-ins source release + Unknown package origin + + + cdparanoiasrc + CD Audio (cdda) Source, Paranoia IV + Source/File + Read audio from CD in paranoid mode + Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com> + + + \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-decodebin.xml b/docs/plugins/inspect/plugin-decodebin.xml index 0ad39eb27a..e01b859188 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.1 + 0.10.2 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 77a31ad9f7..122426b53d 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.1 + 0.10.2 LGPL gst-plugins-base FFMpeg diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml index a62917cb7a..1a29f911cf 100644 --- a/docs/plugins/inspect/plugin-gnomevfs.xml +++ b/docs/plugins/inspect/plugin-gnomevfs.xml @@ -3,12 +3,19 @@ elements to read from and write to Gnome-VFS uri's ../../ext/gnomevfs/.libs/libgstgnomevfs.so libgstgnomevfs.so - 0.10.1 + 0.10.2 LGPL gst-plugins-base GStreamer Base Plug-ins source release Unknown package origin + + gnomevfssink + GnomeVFS Sink + Sink/File + Write a stream to a GnomeVFS URI + Bastien Nocera <hadess@hadess.net> + gnomevfssrc GnomeVFS Source diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 6e1655b7e4..7e27e30234 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.1 + 0.10.2 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 bbac257401..4894522d41 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.1 + 0.10.2 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 54fc5e975a..0a78240dff 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.1 + 0.10.2 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 c067337fd0..eb16f39441 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.1 + 0.10.2 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 ed09e5f2d9..3e8d833e4c 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,7 +3,7 @@ Subtitle (.sub) file parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 0.10.1 + 0.10.2 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 247ecc732f..7e5d7f1c08 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.1 + 0.10.2 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 93e7670346..66a7cbc96e 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.1 + 0.10.2 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 f5a43f4723..b44f69ef27 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.1 + 0.10.2 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 8df9674b82..784fb00534 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.1 + 0.10.2 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 21a1a14b74..0df38aea0b 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.1 + 0.10.2 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 c42901dcdd..067ed75fd3 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.1 + 0.10.2 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 7d23aca0c3..894f8989c6 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.1 + 0.10.2 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 894244869b..a863524409 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,7 +3,7 @@ element for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 0.10.1 + 0.10.2 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 e37bc09acc..dcd889bae3 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.1 + 0.10.2 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 5980fa1ea2..976ea5a3f1 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.1 + 0.10.2 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 af66e69d3a..f8a64de290 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.1 + 0.10.2 LGPL gst-plugins-base GStreamer Base Plug-ins source release