Release 0.10.8 RELEASE-0_10_8
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 21 May 2008 23:03:13 +0000 (23:03 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 21 May 2008 23:03:13 +0000 (23:03 +0000)
Original commit message from CVS:
Release 0.10.8

21 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/gst-plugins-ugly-plugins.hierarchy
docs/plugins/gst-plugins-ugly-plugins.interfaces
docs/plugins/inspect/plugin-a52dec.xml
docs/plugins/inspect/plugin-asf.xml
docs/plugins/inspect/plugin-dvdlpcmdec.xml
docs/plugins/inspect/plugin-dvdread.xml
docs/plugins/inspect/plugin-dvdsub.xml
docs/plugins/inspect/plugin-iec958.xml
docs/plugins/inspect/plugin-lame.xml
docs/plugins/inspect/plugin-mad.xml
docs/plugins/inspect/plugin-mpeg2dec.xml
docs/plugins/inspect/plugin-mpegaudioparse.xml
docs/plugins/inspect/plugin-mpegstream.xml
docs/plugins/inspect/plugin-realmedia.xml
docs/plugins/inspect/plugin-siddec.xml
gst-plugins-ugly.doap
po/LINGUAS

index d222e71..17e4772 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.8 ===
+
+2008-05-21  Jan Schmidt <jan.schmidt@sun.com>
+
+       * configure.ac:
+         releasing 0.10.8, "And yet"
+
 2008-05-19  Jan Schmidt  <jan.schmidt@sun.com>
 
        * configure.ac:
diff --git a/NEWS b/NEWS
index 39d4e2a..6856e5c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
-This is GStreamer Ugly Plug-ins 0.10.7 "I Cheated Time"
+This is GStreamer Ugly Plug-ins 0.10.8 "And yet"
+
+Changes since 0.10.7:
+    
+      * ASF demuxer fixes
+      * MP3 parsing and Xing header output bug-fixes
+      * Real streaming and demuxing improvements
+
+Bugs fixed since 0.10.7:
+     
+      * 527572 : Crash in volume_process_int32
+      * 321857 : [mp3parse] needs to post DURATION message for VBR mp3s
+      * 428021 : [mad, mp3parse] better duration estimates for VBR
+      * 517985 : [lame] compile error on Solaris, broken GST_ELEMENT_ERROR...
+      * 518676 : xingmux doesn't work anymore
+      * 518933 : mp3 tags are not copied when converting to another format
+      * 521459 : RTSP extension for Real Audio doesn't extract  Author, Co...
+      * 524346 : Framerate not being displayed correctly on running gst-di...
+      * 529488 : [sidplay] Missing sentinel in function call
+      * 532807 : [rmdemux] Doesn't properly aggregate flow returns
+      * 533581 : [mad] inconsistent use of rate and channels
+      * 533832 : [rmdemux] reset variables on flush
 
 Changes since 0.10.6:
     
diff --git a/RELEASE b/RELEASE
index 8af4105..8172059 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer Ugly Plug-ins 0.10.7 "I Cheated Time"
+Release notes for GStreamer Ugly Plug-ins 0.10.8 "And yet"
         
 
 The GStreamer team is proud to announce a new release
@@ -55,47 +55,24 @@ contains a set of less supported plug-ins that haven't passed the
 
 Features of this release
     
-      * Many bug fixes and improvements
-      * Accurate seeking support in mp3
-      * xingmux moved from -bad
-      * RealMedia and WMS RTSP support
-      * LAME mp3 encoder fixes
-      * Support non-square pixels in ASF
-      * rmdemux fixes
-      * amrnb fixes
-      * dvdreadsrc seeking fix
-      * Initial MPEG-2 reverse playback support
-      * New element: dvdsubdec
+      * ASF demuxer fixes
+      * MP3 parsing and Xing header output bug-fixes
+      * Real streaming and demuxing improvements
 
 Bugs fixed in this release
      
-      * 358891 : [dvdreadsrc] aborts due to src- > cur_pack == dsi_pack.dsi_...
-      * 337681 : Seeking problem with MP3s in banshee and rhythmbox
-      * 414988 : Stream encoded by lame has gap after decoding
-      * 427309 : [rmdemux] trouble playing RV10 video
-      * 439390 : [lame] fix up so we can control sample rate conversion
-      * 450879 : Missing files in po/POTFILES.in
-      * 452025 : ./configure breaks when cross-compiling LAME
-      * 454311 : missing xml/{element-synaesthesia-details.xml,plugin-syna...
-      * 466442 : amrnbenc has not properties to add header and select band...
-      * 495885 : [mpegdemux] unknown stream id 0xbe
-      * 500467 : [rmdemux] totem crashed with SIGSEGV
-      * 500808 : gstmpeg2dec compile problem in MSVC 6.0
-      * 507821 : Skip over broken seektable in Xing headers
-      * 511497 : [PLUGIN-MOVE] Move xingheader to gst-plugins-ugly
-      * 514297 : mpeg2dec with corrupted packets causes fps denominator so...
-      * 515575 : [lame] unit test shows memory leak
-      * 515708 : [dvdsubparse] Leaks a pad template
-      * 515725 : [xingmux] Fails on big endian systems
-      * 516278 : [dvdreadsrc] FORMAT_BYTES based seek stopped working sinc...
-      * 516811 : [mp3parse] immediate EOS when playing back AVIs
-      * 516989 : [dvdreadsrc] wrong (negative) stream position returned du...
-      * 308312 : Make mp3parse plugin implement GST_SEEK_FLAG_ACCURATE
-      * 508595 : [lame] wrong output caps in mono encoding mode
-      * 140136 : [mpeg] plays choppy in gst-player/totem
-      * 448782 : add finalize() to amrnbdec element
-      * 491305 : [playbin?] intro-leopard.mov sometimes EOSes immediately,...
-      * 504671 : [rtspsrc] spews warnings on setup and shutdown
+      * 527572 : Crash in volume_process_int32
+      * 321857 : [mp3parse] needs to post DURATION message for VBR mp3s
+      * 428021 : [mad, mp3parse] better duration estimates for VBR
+      * 517985 : [lame] compile error on Solaris, broken GST_ELEMENT_ERROR...
+      * 518676 : xingmux doesn't work anymore
+      * 518933 : mp3 tags are not copied when converting to another format
+      * 521459 : RTSP extension for Real Audio doesn't extract  Author, Co...
+      * 524346 : Framerate not being displayed correctly on running gst-di...
+      * 529488 : [sidplay] Missing sentinel in function call
+      * 532807 : [rmdemux] Doesn't properly aggregate flow returns
+      * 533581 : [mad] inconsistent use of rate and channels
+      * 533832 : [rmdemux] reset variables on flush
 
 Download
 
@@ -125,26 +102,16 @@ Applications
   
 Contributors to this release
     
-      * Alexander Shopov
-      * Daniel Charles
-      * David Schleef
+      * Damien Lespiau
+      * Edgard Lima
       * Edward Hervey
-      * Ilkka Tuohela
-      * Jakub Bogusz
       * Jan Schmidt
-      * Jorge González González
-      * Julien MOUTTE
-      * Laurent Glayal
-      * Mark Nauwelaerts
-      * Raphael Higino
+      * Julien Moutte
+      * Michael Smith
+      * Peter Kjellerstedt
+      * Pizpot Gargravarr
       * Sebastian Dröge
-      * Sebastien Moutte
-      * Stefan Kost
-      * Tal Shalif
-      * Thijs Vermeir
-      * Thomas Vander Stichele
+      * Thiago Sousa Santos
       * Tim-Philipp Müller
-      * Wenzheng Hu
       * Wim Taymans
-      * Zaheer Abbas Merali
  
\ No newline at end of file
index c3aaf80..32cc5b0 100644 (file)
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
 dnl initialize autoconf
 dnl releases only do -Wall, cvs and prerelease does -Werror too
 dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT(GStreamer Ugly Plug-ins, 0.10.7.4,
+AC_INIT(GStreamer Ugly Plug-ins, 0.10.8,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-plugins-ugly)
 
index 29bdfb4..46e718c 100644 (file)
@@ -9,36 +9,37 @@ GObject
     GstElement
       GstBin
         GstPipeline
+      GstLame
+      GstSidDec
       GstMpeg2dec
-      GstA52Dec
       GstMad
       GstID3TagBase
         GstID3Tag
-      GstSidDec
       GstBaseSrc
         GstPushSrc
           GstDvdReadSrc
-      GstLame
+      GstA52Dec
+      GstASFDemux
+      GstRTSPWMS
+      AC3IEC
+      GstDvdLpcmDec
       GstRMDemux
       GstRealAudioDemux
       GstRDTDepay
       GstRDTManager
       GstRTSPReal
-      GstDvdLpcmDec
       GstDvdSubDec
       GstDvdSubParse
-      AC3IEC
+      GstXingMux
+      GstMPEGAudioParse
       GstMPEGParse
         GstMPEGDemux
           GstDVDDemux
-      GstXingMux
-      GstMPEGAudioParse
-      GstASFDemux
-      GstRTSPWMS
     GstPlugin
     GstRegistry
   GstSignalObject
 GInterface
+  GTypePlugin
   GstChildProxy
   GstURIHandler
   GstTagSetter
index 59468fb..8dfc4f2 100644 (file)
@@ -1,7 +1,7 @@
 GstBin GstChildProxy
 GstPipeline GstChildProxy
+GstLame GstTagSetter
 GstID3Tag GstTagSetter
 GstDvdReadSrc GstURIHandler
-GstLame GstTagSetter
-GstRTSPReal GstRTSPExtension
 GstRTSPWMS GstRTSPExtension
+GstRTSPReal GstRTSPExtension
index db9b6fe..9317212 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decodes ATSC A/52 encoded audio streams</description>
   <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
   <basename>libgsta52dec.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 79e80af..d8ca3ff 100644 (file)
@@ -3,7 +3,7 @@
   <description>Demuxes and muxes audio and video in Microsofts ASF format</description>
   <filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
   <basename>libgstasf.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index cdf82f8..764037d 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decode DVD LPCM frames into standard PCM</description>
   <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
   <basename>libgstdvdlpcmdec.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index abade1e..7df9ae6 100644 (file)
@@ -3,7 +3,7 @@
   <description>Access a DVD with dvdread</description>
   <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
   <basename>libgstdvdread.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index c7493ab..e0e1580 100644 (file)
@@ -3,7 +3,7 @@
   <description>DVD subtitle parser and decoder</description>
   <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
   <basename>libgstdvdsub.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index c2ac404..80ce0ba 100644 (file)
@@ -3,7 +3,7 @@
   <description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
   <filename>../../gst/iec958/.libs/libgstiec958.so</filename>
   <basename>libgstiec958.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 2659dfe..f56cbbd 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encode MP3s with LAME</description>
   <filename>../../ext/lame/.libs/libgstlame.so</filename>
   <basename>libgstlame.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index f834aab..0548920 100644 (file)
@@ -3,7 +3,7 @@
   <description>id3 tag manipulation and mp3 decoding based on the mad library</description>
   <filename>../../ext/mad/.libs/libgstmad.so</filename>
   <basename>libgstmad.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 24278cb..c64c018 100644 (file)
@@ -3,7 +3,7 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index f36742c..45f4c71 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG-1 layer 1/2/3 audio stream elements</description>
   <filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
   <basename>libgstmpegaudioparse.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 9429f52..7d6fbf9 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG system stream parser</description>
   <filename>../../gst/mpegstream/.libs/libgstmpegstream.so</filename>
   <basename>libgstmpegstream.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 591dcce..83e9d82 100644 (file)
@@ -3,7 +3,7 @@
   <description>RealMedia demuxer and depayloader</description>
   <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
   <basename>libgstrmdemux.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index cfbf5fb..59f6200 100644 (file)
@@ -3,7 +3,7 @@
   <description>Uses libsidplay to decode .sid files</description>
   <filename>../../ext/sidplay/.libs/libgstsid.so</filename>
   <basename>libgstsid.so</basename>
-  <version>0.10.7</version>
+  <version>0.10.8</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 422cf96..caa95b5 100644 (file)
@@ -36,6 +36,17 @@ might be widely known to present patent problems.
 
  <release>
   <Version>
+   <revision>0.10.8</revision>
+   <branch>0.10</branch>
+   <name>And yet</name>
+   <created>2008-05-21</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.8.tar.bz2" />
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.8.tar.gz" />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>0.10.7</revision>
    <branch>0.10</branch>
    <name>I Cheated Time</name>
index e3e75bc..5c44ee9 100644 (file)
@@ -1 +1 @@
-af az bg cs da en_GB es fi hu it nb nl or pl pt_BR sk sq sr sv uk vi zh_CN
+af az bg cs da en_GB es fi fr hu it lt nb nl or pl pt_BR ru sk sq sr sv uk vi zh_CN