Releasing 0.10.3
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 9 Feb 2006 11:18:22 +0000 (11:18 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 9 Feb 2006 11:18:22 +0000 (11:18 +0000)
Original commit message from CVS:
Releasing 0.10.3

31 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
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
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
win32/common/config.h

index bc8a1be..3939980 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.3 ===
+
+2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
+
+       * configure.ac:
+         releasing 0.10.3, "Under Pressure"
+
 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * configure.ac:
diff --git a/NEWS b/NEWS
index f13c3f8..5e0d902 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
-This is GStreamer Base Plug-ins 0.10.2, "Then the devil is six"
+This is GStreamer Base Plug-ins 0.10.3, "Under Pressure"
+
+Changes since 0.10.2:
+      * typefind improvements
+      * Ogg decoding and encoding fixes
+      * Improved audio and video sink classes
+      * Bug and leak fixes
+      * Improved video scaling
+      * On-the-fly visualisation switching
+      * Subtitle support
+
+Bugs fixed since 0.10.2:
+      * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem...
+      * 324000 : [playbin] post error or message on unknown input
+      * 153004 : [typefind] can't identify mp3 file with one single mpeg f...
+      * 323874 : [playbin] leaks sinks and threads when using gconfaudiosink
+      * 324626 : ffmpegcolorspace support for fourcc " UYVY "
+      * 326447 : check that all elements in -base pass queries they can't ...
+      * 328263 : Fix build with gcc 2.95
+      * 328279 : [decodebin] timeout issue when pre-rolling
+      * 329326 : Fix oggmux removing pads from collect pads
 
 Changes since 0.10.1:
     
diff --git a/RELEASE b/RELEASE
index 370764e..1a29a8e 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer Base Plug-ins 0.10.2 "Then the devil is six"
+GStreamer: Release notes for GStreamer Base Plug-ins 0.10.3 "Under Pressure"
         
 
 
@@ -55,30 +55,25 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
-      * ported gnomevfssink, cdparanoia
-      * New library and base class: GstCddaBaseSrc
-      * ported mixerutils.h
-      * added 'sine-tab' waveform to audiotestsrc
-      * added float audio to audiorate
+      * typefind improvements
+      * Ogg decoding and encoding fixes
+      * Improved audio and video sink classes
+      * Bug and leak fixes
+      * Improved video scaling
+      * On-the-fly visualisation switching
+      * Subtitle support
 
 Bugs fixed in this release
     
-      * 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:
-    
-* added libgstcddabase
-* added mixerutils.h
+      * 324000 : [playbin] post error or message on unknown input
+      * 153004 : [typefind] can't identify mp3 file with one single mpeg f...
+      * 323874 : [playbin] leaks sinks and threads when using gconfaudiosink
+      * 324626 : ffmpegcolorspace support for fourcc " UYVY " 
+      * 326447 : check that all elements in -base pass queries they can't ...
+      * 328263 : Fix build with gcc 2.95
+      * 328279 : [decodebin] timeout issue when pre-rolling
+      * 329326 : Fix oggmux removing pads from collect pads
+      * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem...
 
 Download
 
@@ -108,11 +103,17 @@ Applications
   
 Contributors to this release
     
+      * Andy Wingo
+      * David Schleef
+      * Edgard Lima
       * Edward Hervey
       * Jan Schmidt
-      * Michael Smith
+      * Jens Granseuer
+      * Julien MOUTTE
+      * Philippe Kalaf
+      * Sebastien Moutte
       * Stefan Kost
       * Thomas Vander Stichele
       * Tim-Philipp Müller
-      * Tommi Myöhänen
+      * Wim Taymans
  
\ No newline at end of file
index 2e2fc39..a3fdb00 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, 2, 3,
+AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 3, 0,
     GST_CVS="no", GST_CVS="yes")
 
 dnl can autoconf find the source ?
index b4ee15b..65596f4 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index cfc2e75..9c28c0c 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index c14f96a..f16b2fc 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 0c76306..86e7041 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 4cb5067..cf34cf7 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resamples audio</description>
   <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
   <basename>libgstaudioresample.so</basename>
-  <version>0.10.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 738e524..3c84ec6 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index ffc7677..88be8ca 100644 (file)
@@ -3,7 +3,7 @@
   <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>
+  <version>0.10.3</version>
   <license>GPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index e01b859..ca52a97 100644 (file)
@@ -3,7 +3,7 @@
   <description>decoder bin</description>
   <filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
   <basename>libgstdecodebin.so</basename>
-  <version>0.10.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 122426b..909fe99 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>FFMpeg</package>
index 1a29f91..468d8a5 100644 (file)
@@ -3,7 +3,7 @@
   <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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 7e27e30..b647355 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
       <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
     </element>
     <element>
+      <name>libvisual_dancingparticles</name>
+      <longname>libvisual libvisual Dancing Particles plugin plugin v.0.1</longname>
+      <class>Visualization</class>
+      <description>The Libvisual Dancing Particles plugin</description>
+      <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
+    </element>
+    <element>
+      <name>libvisual_gdkpixbuf</name>
+      <longname>libvisual GdkPixbuf image loader plugin v.0.0.1</longname>
+      <class>Visualization</class>
+      <description>The GdkPixbuf image loader for libvisual</description>
+      <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
+    </element>
+    <element>
+      <name>libvisual_infinite</name>
+      <longname>libvisual infinite plugin plugin v.0.1</longname>
+      <class>Visualization</class>
+      <description>The infinite visual plugin</description>
+      <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
+    </element>
+    <element>
       <name>libvisual_jakdaw</name>
       <longname>libvisual Jakdaw plugin plugin v.0.0.1</longname>
       <class>Visualization</class>
       <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
     </element>
     <element>
+      <name>libvisual_lv_flower</name>
+      <longname>libvisual libvisual Pseudotoad flower, yellow rose of texas plugin v.0.1</longname>
+      <class>Visualization</class>
+      <description>The Libvisual yellow rose of texas port</description>
+      <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
+    </element>
+    <element>
+      <name>libvisual_lv_gltest</name>
+      <longname>libvisual libvisual GL analyser plugin v.0.1</longname>
+      <class>Visualization</class>
+      <description>The Libvisual GL analyzer plugin</description>
+      <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
+    </element>
+    <element>
       <name>libvisual_lv_scope</name>
       <longname>libvisual libvisual scope plugin v.0.1</longname>
       <class>Visualization</class>
       <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
     </element>
     <element>
+      <name>libvisual_madspin</name>
+      <longname>libvisual libvisual madspin port plugin v.0.1</longname>
+      <class>Visualization</class>
+      <description>The Libvisual madspin plugin</description>
+      <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
+    </element>
+    <element>
+      <name>libvisual_nebulus</name>
+      <longname>libvisual Libvisual plugins plugin v.0.2.0</longname>
+      <class>Visualization</class>
+      <description>The Libvisual nebulus plugin</description>
+      <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
+    </element>
+    <element>
       <name>libvisual_oinksie</name>
       <longname>libvisual oinksie plugin plugin v.0.1</longname>
       <class>Visualization</class>
index 4894522..d7bb962 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 0a78240..a24bda5 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index eb16f39..d2403aa 100644 (file)
@@ -3,7 +3,7 @@
   <description>player bin</description>
   <filename>../../gst/playback/.libs/libgstplaybin.so</filename>
   <basename>libgstplaybin.so</basename>
-  <version>0.10.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 3e8d833..e50f352 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 7e5d7f1..6a3825f 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 66a7cbc..62afb14 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index b44f69e..bb61278 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 784fb00..2c86265 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 0df38ae..2c435c1 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 067ed75..81404b1 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resizes video</description>
   <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
   <basename>libgstvideoscale.so</basename>
-  <version>0.10.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 894f898..5d42fdd 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index a863524..243e198 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index dcd889b..12ac339 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 976ea5a..2bcd47e 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index f8a64de..4f1b51e 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.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 89b195b..04d4851 100644 (file)
@@ -42,7 +42,7 @@
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease"
+#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
 
 /* Define the version */
 #define GST_VERSION "@GST_VERSION@"
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.10.2.2"
+#define VERSION "0.10.3"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */