releasing 0.10.8 RELEASE-0_10_8
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 9 Jun 2006 18:49:26 +0000 (18:49 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 9 Jun 2006 18:49:26 +0000 (18:49 +0000)
Original commit message from CVS:
releasing 0.10.8

32 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
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 9d2aa18..4218cfe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.8 ===
+
+2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
+
+       * configure.ac:
+         releasing 0.10.8, "Moar gij ziet mij nie"
+
 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac:
 2006-05-24  Edward Hervey  <edward@fluendo.com>
 
        * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
-       Added the 'prfl' atom type which MQV (no, it's not a typo) files contain.
-       Else they play perfectly fine with qtdemux.
+       Added the 'prfl' atom type which MQV (no, it's not a typo) files
+       contain.  Else they play perfectly fine with qtdemux.
 
 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
 
          gtk is not available (#342566).
 
 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>      
-        
+        
        * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
-               80 line columns
-               Removed redundant floor()
+         80 line columns
+         Removed redundant floor()
 
 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
 
        return them immediately without doing any caps intersections.
 
 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>      
-        
+        
        * gst-libs/gst/rtp/README:
          Some new documentation
        * gst-libs/gst/rtp/gstrtpbuffer.h:       
-               Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children         
+         Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
        * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
        * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
-               New RTP audio base payloader class. Supports frame or sample based codecs.
-               Not enabled in Makefile.am until approved.
+         New RTP audio base payloader class. Supports frame or sample based
+         codecs.  Not enabled in Makefile.am until approved.
 
 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
 
        (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
          Make alsasink and alsasrc implement the GstPropertyProbe interface
          for device probing (#342181).
-      Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
+         Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
 
 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
 
        Fix seeking performance in the case where a non-header 
        packet has a 0 granulepos (busted theora case). 
        Fixes #341719
+       (nvdr: thanks Wim for not mentioning who spotted and fixed it in
+        the first place, you limelight stealer you)
 
 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
 
diff --git a/NEWS b/NEWS
index 674626e..54ad7f9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,39 @@
-This is GStreamer Base Plug-ins 0.10.7, "Leave the gun"
+This is GStreamer Base Plug-ins 0.10.8, "Moar gij ziet mij nie"
+  
+Changes since 0.10.7:
+    
+      * alsasink probing fixes
+      * xvimagesink error reporting fixes
+      * subtitle fixes
+      * adder fixes
+      * vorbis multichannel fixes
+      * multifdsink streamheader fixes
+
+Bugs fixed since 0.10.7:
+    
+      * 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
 
 Changes since 0.10.6:
+
       * typefind improvements
       * bug-fixes in textoverlay, audioconvert, videotestsrc, 
         multifdsink and audio source/sink base classes
diff --git a/RELEASE b/RELEASE
index 287c6ee..388eebb 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer Base Plug-ins 0.10.7 "Leave the gun"
+Release notes for GStreamer Base Plug-ins 0.10.8 "Moar gij ziet mij nie"
         
 
 
@@ -53,46 +53,37 @@ contains a set of less supported plug-ins that haven't passed the
   
 Features of this release
     
-      * typefind improvements
-      * bug-fixes in textoverlay, audioconvert, videotestsrc, multifdsink and audio source/sink base classes
-      * Ice-cast metadata support has moved from gnomevfssrc to the icydemux element in gst-plugins-good
-      * audioresample now supports floating point samples
-      * Adder element fixes.
-      * Fixes for network playback and audio resampling in playbin
+      * 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
 
 Bugs fixed in this release
     
-      * 340060 : [adder] handle newsegment events properly
-      * 340375 : [API 0.11] [patch] typefind to differentiate between mp4 ...
-      * 339405 : [textoverlay] can't display '\n' character
-      * 338657 : [patch] adder should send events from src-pad to all sink...
-      * 338919 : [patch] alsasink should also query witdh capabilities fro...
-      * 301759 : [audioresample] float audio support (for OSX audio sinks)
-      * 331901 : [videotestsrc] framerate=0/1 gives assertion error
-      * 333657 : Replacing icy demuxing in gnomevfssrc
-      * 336339 : [audioresample] should support width != 16
-      * 338718 : [patch] [audioconvert] correctly clip float samples > 1.0
-      * 338778 : [patch] Bad audio with ASX files
-      * 338991 : [patch] Videoscale doesn't pass on pixel-aspect ratio
-      * 339574 : [patch] Race condition in multifdsink can lead to spuriou...
-      * 339786 : [typefinding] wavpack typefinding doesn't always work
-      * 340369 : [volume element] " volume " property range insufficient
-      * 340379 : [playbin] doesn't insert audioresample, causes problems w...
-      * 340392 : Problem with internal-decodebin
-      * 341160 : [multifdsink] client_status enum has an uninitialized nick
-      * 341182 : Accessing playbin's streaminfo property from high languag...
-      * 341432 : [playbin] automatically get icecast metadata requiring ic...
+      * 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...
-      * 341557 : Map GST_TAG_IMAGE < = > ID3v2 APIC tag
-
-API changed in this release
-     
-
-- API additions:
-    
-* client-fd-removed signal added to multifdsink
-* stream-info-value-array property added to playbin
-* gst_video_calculate_display_ratio() in libgstvideo
+      * 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
 
 Download
 
@@ -122,16 +113,17 @@ Applications
   
 Contributors to this release
     
-      * Andy Wingo
-      * David Schleef
       * Edward Hervey
       * Jan Schmidt
+      * Julien Moutte
+      * Martin Szulecki
       * Michael Smith
+      * Peter Kjellerstedt
       * Sebastien Moutte
-      * Sjoerd Simons
       * Stefan Kost
       * Thomas Vander Stichele
       * Tim-Philipp Müller
       * Wim Taymans
       * Young-Ho Cha
+      * Zaheer Abbas Merali
  
\ No newline at end of file
index cd97f58..5ed92ab 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer Base Plug-ins, 0.10.7.2,
+AC_INIT(GStreamer Base Plug-ins, 0.10.8,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-plugins-base)
 
index d8389fe..c2eae5a 100644 (file)
 <TYPE>gboolean</TYPE>
 <RANGE></RANGE>
 <FLAGS>rw</FLAGS>
-<NICK>mute</NICK>
-<BLURB>mute.</BLURB>
+<NICK>Mute</NICK>
+<BLURB>mute channel.</BLURB>
 <DEFAULT>FALSE</DEFAULT>
 </ARG>
 
 <TYPE>gdouble</TYPE>
 <RANGE>[0,10]</RANGE>
 <FLAGS>rw</FLAGS>
-<NICK>volume</NICK>
-<BLURB>volume.</BLURB>
+<NICK>Volume</NICK>
+<BLURB>volume factor.</BLURB>
 <DEFAULT>1</DEFAULT>
 </ARG>
 
 <DEFAULT>-1</DEFAULT>
 </ARG>
 
+<ARG>
+<NAME>GstSubParse::subtitle-encoding</NAME>
+<TYPE>gchararray</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>subtitle charset encoding</NICK>
+<BLURB>Encoding to assume if input subtitles are not in UTF-8 encoding. If not set, the GST_SUBTITLE_ENCODING environment variable will be checked for an encoding to use. If that is not set either, ISO-8859-15 will be assumed.</BLURB>
+<DEFAULT>NULL</DEFAULT>
+</ARG>
+
index ee809bf..7416ab0 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index ce880c0..1ff6c6a 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index baa19ba..b5a41f9 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 15916d2..1739915 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 8272aeb..a4fb270 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resamples audio</description>
   <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
   <basename>libgstaudioresample.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index b32298f..eba1475 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index acaec7e..d08b1d7 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.7</version>
+  <version>0.10.8</version>
   <license>GPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 6a8b27d..7dcdb36 100644 (file)
@@ -3,7 +3,7 @@
   <description>decoder bin</description>
   <filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
   <basename>libgstdecodebin.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index b6e9fbb..c2192fc 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>FFMpeg</package>
index a2157ef..b23aa2f 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 9e95786..f9aa0ba 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.7</version>
+  <version>0.10.8</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_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_goom</name>
-      <longname>libvisual libvisual goom2 plugin plugin v.0.1</longname>
-      <class>Visualization</class>
-      <description>The Libvisual goom2 plugin</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>
index 891443d..76b2832 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 249b63b..eb22b8c 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 9c271a9..99f7859 100644 (file)
@@ -3,7 +3,7 @@
   <description>player bin</description>
   <filename>../../gst/playback/.libs/libgstplaybin.so</filename>
   <basename>libgstplaybin.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index b34bec5..da7eba7 100644 (file)
@@ -3,7 +3,7 @@
   <description>Subtitle parsing</description>
   <filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
   <basename>libgstsubparse.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 292c75a..59239ff 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index de9f19a..43671c1 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index c2bf431..d0f6ed9 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 66f7227..453e426 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 2bd8e36..aac1374 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index a7ef9af..386e620 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resizes video</description>
   <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
   <basename>libgstvideoscale.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 25e37fb..40f7c65 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 1f3a2a3..542b0f6 100644 (file)
@@ -3,7 +3,7 @@
   <description>plugin for controlling audio volume</description>
   <filename>../../gst/volume/.libs/libgstvolume.so</filename>
   <basename>libgstvolume.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 0d8565e..d1654f9 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 26e7060..485e5ef 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 867a9a9..04c35e9 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.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 24830d1..4aad67a 100644 (file)
@@ -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"
 #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.7.2"
+#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.8"
 
 /* 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.7.2"
+#undef PACKAGE_VERSION "0.10.8"
 
 /* directory where plugins are located */
 #undef PLUGINDIR
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.10.7.2"
+#define VERSION "0.10.8"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */