configure.ac: releasing 0.10.7, "Leave the gun" RELEASE-0_10_7
authorJan Schmidt <thaytan@mad.scientist.com>
Sun, 14 May 2006 16:00:57 +0000 (16:00 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sun, 14 May 2006 16:00:57 +0000 (16:00 +0000)
Original commit message from CVS:
2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>

* configure.ac:
releasing 0.10.7, "Leave the gun"

33 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/gst-plugins-base-plugins.args
docs/plugins/gst-plugins-base-plugins.signals
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 c1e83f7..fbeac56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.7 ===
+
+2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
+
+       * configure.ac:
+         releasing 0.10.7, "Leave the gun"
+
 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
diff --git a/NEWS b/NEWS
index a39f8f8..674626e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,45 @@
-This is GStreamer Base Plug-ins 0.10.6, "Chao"
+This is GStreamer Base Plug-ins 0.10.7, "Leave the gun"
+
+Changes since 0.10.6:
+      * 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
+
+Bugs fixed since 0.10.6:
+    
+      * 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...
+      * 341542 : some users have an assertion failed: (GST_VIDEO_SINK_WIDT...
+      * 341557 : Map GST_TAG_IMAGE < = > ID3v2 APIC tag
+
+API added since 0.10.6:
+    
+      * client-fd-removed signal added to multifdsink
+      * stream-info-value-array property added to playbin
+      * gst_video_calculate_display_ratio() in libgstvideo
 
 Changes since 0.10.5:
 
diff --git a/RELEASE b/RELEASE
index 81deb69..287c6ee 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer Base Plug-ins 0.10.6 "Chao"
+Release notes for GStreamer Base Plug-ins 0.10.7 "Leave the gun"
         
 
 
@@ -53,37 +53,46 @@ contains a set of less supported plug-ins that haven't passed the
   
 Features of this release
     
-      * Parallel installability with 0.8.x series
-      * Threadsafe design and API
-      * QoS in sinks and transform elements
-      * Needs GStreamer 0.10.5 for new GstBaseSink::async_playback() vmethod
-      * added theoraparse element
+      * 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
 
 Bugs fixed in this release
     
-      * 313136 : [playbin] hang while playing truncated ogg file
-      * 172848 : [subparse] subtitles with special chars are displayed as ...
-      * 305279 : [riff] uncompressed AVIs with 24bpp don't work
-      * 320765 : [ffmpegcolorspace] make win32+msvc compliant, don't use _...
-      * 323852 : Disable tests/icles on platforms that do not have X
-      * 325653 : build errors compiling audioresample on win32(vs7)
-      * 327357 : gst-plugins-base fails to compile with GCC 4.1
-      * 334620 : [gnomevfssrc] fails to connect to icecast streaming servers
-      * 334822 : [ffmpegcolorspace] YVU9 support
-      * 335028 : [typefinding] ID3 v1 tag is not recognized with mp3-in-wa...
-      * 335365 : inefficient use of GList in gst-plugins-base
-      * 336190 : [gnomevfssink] should accept non-URI filenames as " location " 
-      * 336194 : [gnomevfssrc] some minor memory leaks
-      * 336477 : plugins need better/univied descriptions
-      * 336617 : Unable to recognise MPEG TS stream
-      * 337548 : Memory leaks in basertpdepayload
-      * 337945 : [oggdemux] segment stop position ignored
-      * 338419 : Regression in the handling of files with multiple audio/s...
-      * 338897 : Videoscale crashes as part of DVD to Ogg transcoding
-      * 339013 : [videorate] Goes into an infinite loop
-      * 339047 : [riff] handle H264 fourcc in addition to h264
-      * 339212 : ISO file typefinding regression
-      * 330748 : deadlock in base audio sink on playing- > paused state change
+      * 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...
+      * 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
 
 Download
 
@@ -114,19 +123,15 @@ Applications
 Contributors to this release
     
       * Andy Wingo
-      * Antoine Tremblay
       * David Schleef
       * Edward Hervey
-      * Fabrizio Gennari
       * Jan Schmidt
-      * Julien MOUTTE
       * Michael Smith
-      * Michal Benes
       * Sebastien Moutte
+      * Sjoerd Simons
       * Stefan Kost
       * Thomas Vander Stichele
       * Tim-Philipp Müller
-      * Tommi Myöhänen
       * Wim Taymans
-      * j^
+      * Young-Ho Cha
  
\ No newline at end of file
index e04ae08..3d66ed2 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.6.1,
+AC_INIT(GStreamer Base Plug-ins, 0.10.7,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-plugins-base)
 
@@ -40,7 +40,7 @@ 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, 4, 0, 4)
+AS_LIBTOOL(GST, 5, 0, 5)
 
 dnl FIXME: this macro doesn't actually work;
 dnl the generated libtool script has no support for the listed tags.
index 4bdd0f4..d8389fe 100644 (file)
 <ARG>
 <NAME>GstVolume::volume</NAME>
 <TYPE>gdouble</TYPE>
-<RANGE>[0,4]</RANGE>
+<RANGE>[0,10]</RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>volume</NICK>
 <BLURB>volume.</BLURB>
 <RANGE></RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>iradio-mode</NICK>
-<BLURB>Enable internet radio mode (extraction of icecast/audiocast metadata).</BLURB>
+<BLURB>Enable internet radio mode (extraction of shoutcast/icecast metadata).</BLURB>
 <DEFAULT>FALSE</DEFAULT>
 </ARG>
 
index e3ca70a..fb2cad7 100644 (file)
@@ -47,6 +47,14 @@ gint  arg1
 </SIGNAL>
 
 <SIGNAL>
+<NAME>GstMultiFdSink::client-fd-removed</NAME>
+<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
+GstMultiFdSink *gstmultifdsink
+gint  arg1
+</SIGNAL>
+
+<SIGNAL>
 <NAME>GstDecodeBin::new-decoded-pad</NAME>
 <RETURNS>void</RETURNS>
 <FLAGS>l</FLAGS>
index e7e5383..ee809bf 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 5f10f91..ce880c0 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 070e6b5..baa19ba 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index e197ab9..15916d2 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index e1ca798..8272aeb 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resamples audio</description>
   <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
   <basename>libgstaudioresample.so</basename>
-  <version>0.10.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index c2c168c..b32298f 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index bc9a9fc..acaec7e 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.6</version>
+  <version>0.10.7</version>
   <license>GPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index d67ceb2..6a8b27d 100644 (file)
@@ -3,7 +3,7 @@
   <description>decoder bin</description>
   <filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
   <basename>libgstdecodebin.so</basename>
-  <version>0.10.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index f3a1d92..b6e9fbb 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>FFMpeg</package>
index a027c9e..a2157ef 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 52d57e8..9e95786 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.6</version>
+  <version>0.10.7</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_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 a29f4e1..891443d 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index c91bd68..249b63b 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 39f4081..9c271a9 100644 (file)
@@ -3,7 +3,7 @@
   <description>player bin</description>
   <filename>../../gst/playback/.libs/libgstplaybin.so</filename>
   <basename>libgstplaybin.so</basename>
-  <version>0.10.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 925282e..b34bec5 100644 (file)
@@ -3,7 +3,7 @@
   <description>Subtitle parsing</description>
   <filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
   <basename>libgstsubparse.so</basename>
-  <version>0.10.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 0e58b0c..292c75a 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index f5faa77..de9f19a 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 25977dc..c2bf431 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index d48c3fb..66f7227 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 19b6550..2bd8e36 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index cfc7cf3..a7ef9af 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resizes video</description>
   <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
   <basename>libgstvideoscale.so</basename>
-  <version>0.10.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index a7e0e3c..25e37fb 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 9b20ed7..1f3a2a3 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index e6ff97b..0d8565e 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index fcdb5f7..26e7060 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 98925db..867a9a9 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.6</version>
+  <version>0.10.7</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 2e36106..01200c5 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.6.1"
+#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.7"
 
 /* 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.6.1"
+#undef PACKAGE_VERSION "0.10.7"
 
 /* directory where plugins are located */
 #undef PLUGINDIR
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.10.6.1"
+#define VERSION "0.10.7"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */