releasing 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 9d2aa181a1707d926ea3cb19be360a77b451667f..4218cfe8b111464af7ddb662359d51104fe10bf1 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 674626ef0abf9939c36cd3399502981611373e2f..54ad7f9d383be4d1f2fcd400564de3c940adaf10 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 287c6ee6ad285771b43b679912aa87f0976bb8c4..388eebb688f67652ca7dc012f0db90df060706ba 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 cd97f580f3d5e6b921f43f1d9adf8ac37a913471..5ed92ab738c7009dc5c0d389322abebdff96646e 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 d8389feddbb96b9b0f253fd2ecceacf369d43433..c2eae5aaad487f9533306224899da06a124e2382 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 ee809bf6f1dfeb0b19555a10322b49501392d383..7416ab04efe3381d2a415b10f83883012f940c6c 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 ce880c0c241468888ea406890cd443d2e5cc4dde..1ff6c6a693a62b7f6fd4a71a643d833184fd2b68 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 baa19ba55a0242d0cb098759683a0e1047acd256..b5a41f9c982c09031dc79ffc622b38f8a8474a8a 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 15916d26b2f28b6b52f62a1dff62db1d5c037c5f..173991536e6797f05e9a830e125978ac7077332f 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 8272aeb90db7931e65748c6c7cf4d32f39051ac1..a4fb2708cdf4c108856995a3f60774abb14ef381 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 b32298fd1f32c5240f283f4ae30f7c60ccaafd33..eba147589a725f1fb18a8c6f4af6a2e70e3670c7 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 acaec7e94b4e5a138980d41003b44b7f49e3b260..d08b1d70813ef3a028eaf9f4e76082d11586fe32 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 6a8b27daff95dcec9a19e6de6aec6b643998014c..7dcdb36907011d1d355ebc7c3007446880607829 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 b6e9fbb3bd002e8ca967ccac3c33b0b54a2d48f4..c2192fcb619a30fc3b3b7dc4727c39b05c0f3cad 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 a2157ef4a75e1e4b7969a26fda1cad60be8598e5..b23aa2ff09abc5f07550bbf2439bf0cd306174f6 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 9e95786382178d211a53e8bd0b32be291a935c80..f9aa0ba7a7293fbba4ded3d28d31676e039ad7ab 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>
       <description>The Libvisual corona 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_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>
index 891443d9f63c1f3de60765ae35e0e3efa7f1820c..76b2832250fad4d0a674c55e93545eaa3aa667a7 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 249b63b94948323bc75b7ae0aac498b1f3b4b973..eb22b8c8b235751e6e60003869e6f314b2d2269f 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 9c271a9a3086e031599646419a677007fe1cade2..99f7859889e7fe7e5e9e9e79f443c48213927e5c 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 b34bec55a7a9a76d169ca0280fab2c8b068b2a6b..da7eba7c3196106a5a1cf0c0e20d160ac6c1b389 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 292c75a06bc7d756a5f13d0ffd82576d6bed92cc..59239ff3445782d8ff9758380e556f6e4ef4764e 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 de9f19a31155d1b91da230a550aa3054acc9939b..43671c1c83745efeeac5d5460e56bcb5de03af8f 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 c2bf4313960afbc832a83e7406765e27b43b3844..d0f6ed92e3b19012d8d542d75cc8938cf908b882 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 66f722714dda3df5a08c06cde04150beaa34334c..453e426d069c63cd935d8502d16fe87e1152f122 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 2bd8e36261cb765efde8545e3833722693d5c003..aac137428299d8bab39142df812bc8d2b2921291 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 a7ef9af1bc434870ec3183f83525d4f53a7ce14f..386e620a1e9702c7fb37a9ec86be656887102f1d 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 25e37fbab0675be91a8fe33ee3d599be8e8f6ebb..40f7c655f5191eb54265b2db0d025a776699d547 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 1f3a2a3eeb4d14b1e1a757e08a4ce6da9342ba0d..542b0f637b0e51cf3ee0b2cf51c95da7fe50e118 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 0d8565e0eb958c3e41451224067e85544aa05c45..d1654f977ad96a424633c3bd05c7c06bc200ef0e 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 26e70603ba945abb81f7f25ce1b0370649d291f1..485e5efbac5cc04a966ff48fc1779621a5692c7c 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 867a9a961e5a8f428daaf2769b3ba40943159941..04c35e9aed033f53c827be8cb3c381fa74a7121f 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 24830d1fecb882c40810ac8d13d105324d99e048..4aad67aff3b57df1ccef17ac417e5b0bcd2a7d88 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). */