releasing 0.10.2
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 16 Jan 2006 20:59:32 +0000 (20:59 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 16 Jan 2006 20:59:32 +0000 (20:59 +0000)
Original commit message from CVS:
releasing 0.10.2

31 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/gst-plugins-base-plugins.args
docs/plugins/inspect/plugin-adder.xml
docs/plugins/inspect/plugin-alsa.xml
docs/plugins/inspect/plugin-audioconvert.xml
docs/plugins/inspect/plugin-audiorate.xml
docs/plugins/inspect/plugin-audioresample.xml
docs/plugins/inspect/plugin-audiotestsrc.xml
docs/plugins/inspect/plugin-cdparanoia.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-decodebin.xml
docs/plugins/inspect/plugin-ffmpegcolorspace.xml
docs/plugins/inspect/plugin-gnomevfs.xml
docs/plugins/inspect/plugin-libvisual.xml
docs/plugins/inspect/plugin-ogg.xml
docs/plugins/inspect/plugin-pango.xml
docs/plugins/inspect/plugin-playbin.xml
docs/plugins/inspect/plugin-subparse.xml
docs/plugins/inspect/plugin-tcp.xml
docs/plugins/inspect/plugin-theora.xml
docs/plugins/inspect/plugin-typefindfunctions.xml
docs/plugins/inspect/plugin-video4linux.xml
docs/plugins/inspect/plugin-videorate.xml
docs/plugins/inspect/plugin-videoscale.xml
docs/plugins/inspect/plugin-videotestsrc.xml
docs/plugins/inspect/plugin-volume.xml
docs/plugins/inspect/plugin-vorbis.xml
docs/plugins/inspect/plugin-ximagesink.xml
docs/plugins/inspect/plugin-xvimagesink.xml

index c59a1ba..2b1bf4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
        * 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>
 
        (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>
 
diff --git a/NEWS b/NEWS
index 4198333..f13c3f8 100644 (file)
--- 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 dbfbaed..370764e 100644 (file)
--- 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
index 69abaa1..57667c8 100644 (file)
@@ -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 ****
 
index ca2768c..fc4ae10 100644 (file)
 <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>
+
index bface4c..b4ee15b 100644 (file)
@@ -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>
index e54dbac..cfc2e75 100644 (file)
@@ -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>
index 3f0142b..c14f96a 100644 (file)
@@ -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>
index 9cff8bd..0c76306 100644 (file)
@@ -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>
index 566907b..4cb5067 100644 (file)
@@ -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>
index 7555c1c..738e524 100644 (file)
@@ -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 (file)
index 0000000..ffc7677
--- /dev/null
@@ -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 &lt;omega@cse.ogi.edu&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file
index 0ad39eb..e01b859 100644 (file)
@@ -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>
index 77a31ad..122426b 100644 (file)
@@ -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>
index a62917c..1a29f91 100644 (file)
@@ -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 &lt;hadess@hadess.net&gt;</author>
+    </element>
+    <element>
       <name>gnomevfssrc</name>
       <longname>GnomeVFS Source</longname>
       <class>Source/File</class>
index 6e1655b..7e27e30 100644 (file)
@@ -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>
index bbac257..4894522 100644 (file)
@@ -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>
index 54fc5e9..0a78240 100644 (file)
@@ -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>
index c067337..eb16f39 100644 (file)
@@ -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>
index ed09e5f..3e8d833 100644 (file)
@@ -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>
index 247ecc7..7e5d7f1 100644 (file)
@@ -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>
index 93e7670..66a7cbc 100644 (file)
@@ -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>
index f5a43f4..b44f69e 100644 (file)
@@ -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>
index 8df9674..784fb00 100644 (file)
@@ -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>
index 21a1a14..0df38ae 100644 (file)
@@ -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>
index c42901d..067ed75 100644 (file)
@@ -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>
index 7d23aca..894f898 100644 (file)
@@ -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>
index 8942448..a863524 100644 (file)
@@ -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>
index e37bc09..dcd889b 100644 (file)
@@ -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>
index 5980fa1..976ea5a 100644 (file)
@@ -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>
index af66e69..f8a64de 100644 (file)
@@ -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>