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 bc8a1bea8215a1a8c05dc85c59cbc9e48f8e5701..3939980619b13905c21b0f88c0d6c3e17804708e 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 f13c3f80055a38ec952bd84ee806f7ad06074ec5..5e0d90273faa5bf644c867d93c245d910b527fda 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 370764e4890d89c58bd91ca581abe4e9d2c78a70..1a29a8e9a09019f1c6215db5c01c9711b59967ee 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 2e2fc3916e150691a0f2fcec22c73834ee962a16..a3fdb0004759619f4f7f2cf41fa5cc36e199b0dc 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 b4ee15b3863fabf7d1db8a113a28553f36f425d9..65596f44352bd4dd1747c9fe7865a2ebc1df7daf 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 cfc2e752d90478a5bbd344a7ad1de4048d321cde..9c28c0cf6a0098855fb70a2df35a0c6d9368edf4 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 c14f96abb07cb3cfcacc194fb5eead58f116b9e2..f16b2fcb2be7915cf95ea1a521202bf2a194225e 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 0c763060493b5bcb863e27bca697509c0fcb68c8..86e704149984097628e6a74f0db0f838f544fee3 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 4cb5067c5b9b1dd340489d769ea38440d37e5137..cf34cf7b80247b7e5fc1db1dba043f53638d75dd 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 738e52412ce2da22e3b5e938efa0493eec915568..3c84ec6720680636df935c9e28ca58e6ca23167e 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 ffc7677e0c5267ed3f3d145c07ab7be14436fec2..88be8cab4cc15743714c87737974768d8aea8c25 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 e01b859188d518b2be0f0626891e552de7473625..ca52a97bd5b03e35b5e353e4292fabf3cd4db99d 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 122426b53de3d91ff443dd3643b46085ccae14a1..909fe993277427fcd50b0489eb9ad04314f094eb 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 1a29f911cf6b50e578bcadf006f83c2c679d7123..468d8a5d8e1b3bc559022ec56907baac35a66b0e 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 7e27e3023423a3131e2e120a34cfa6115f40bee1..b647355016b9a67341526957219ae9f6c7ec1f36 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>
       <description>The Libvisual corona plugin</description>
       <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>
       <description>The Libvisual analyzer plugin</description>
       <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>
       <description>The Libvisual scope plugin</description>
       <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>
index 4894522d4133cb041904c8e81839b18908a21332..d7bb962c2fe350c6d91c3c5adad8ea236c177a28 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 0a78240dff4fc8f6e14a91d1724cda9a606490a9..a24bda54315eb653f8951afec4bf5e9bbd966623 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 eb16f3944145bc6bd8a27b5964c905e53e4a1f06..d2403aaeabb56128a932835ef4585ef3397954a7 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 3e8d833e4ce89c85df8ea48f303f1b917ed46568..e50f352e9c29572eac8c2513f43996ad6af2a5f2 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 7e5d7f1c0883b09ad1be1e5d2d73fd74a5729be8..6a3825f575c747edc1c5d80593cfb52b6fe241a1 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 66a7cbc96ee4bdcb61e392829e77a8e5742f4af4..62afb140e5a9c233a148c54aa205b89ae3ed9328 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 b44f69ef27a6436c60b3d9eacecf67928d756297..bb61278d665c96808b42f64fd854954c29762040 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 784fb005348716f42e84e9110778a9c943adead2..2c86265cf432c82902ca02b8b1a94d28c868a8b6 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 0df38aea0b0ccd4e2aa767f09a5a158370124efe..2c435c1aedd95dc44caa82811ffab9990d15ee42 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 067ed75fd3c9298eecba3fe28bab7295f59dbda9..81404b14383f0ad7cc486a9b2a7bef4662ffe7bc 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 894f8989c66b08043605a28f3b22be1e63e4c0fd..5d42fdd3c2bb58c0a5381c8cc5a0ec1e9680c93f 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 a86352440952d4cac1b91a2e1accfda81764998e..243e198e5486914e8e4c91dbb0f47bc990840fa5 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 dcd889bae35bf11226376b324f97c2e4907d34eb..12ac339ffd3ae514e05ce81c25e0da8af0cb0d73 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 976ea5a3f1c55dc2e4631be7bc73071eb6c776fc..2bcd47e0aebe280b66a9fe184e6846af970eae57 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 f8a64de2905d24d487228d2a8eceff3870e3e077..4f1b51efdb2f6c9093c0f672a2ad55aa10184166 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 89b195b9edb8f2bbaea0f9c2a5c18c066556a2c2..04d485130f08460264ed069a2561c2e81d46c8b9 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). */