releasing 0.9.7
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Dec 2005 19:14:57 +0000 (19:14 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Dec 2005 19:14:57 +0000 (19:14 +0000)
Original commit message from CVS:
releasing 0.9.7

16 files changed:
ChangeLog
NEWS
RELEASE
common
configure.ac
docs/plugins/gst-plugins-ugly-plugins.args
docs/plugins/inspect/plugin-a52dec.xml
docs/plugins/inspect/plugin-dvdlpcmdec.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-rmdemux.xml
docs/random/LICENSE [moved from LICENSE with 100% similarity]
docs/random/PORTED_09 [moved from PORTED_09 with 100% similarity]

index 24aff91..b084423 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.9.7 ===
+
+2005-12-01   <thomas (at) apestaart (dot) org>
+
+       * configure.ac:
+         releasing 0.9.7, "Canis Meus Naso Non Habet"
+
 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * ext/amrnb/Makefile.am:
diff --git a/NEWS b/NEWS
index 9feb3ee..5001a8d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
-This is GStreamer Ugly Plug-ins 0.9.6, "The Marshals Are Dead".
+This is GStreamer Ugly Plug-ins 0.9.7, "Canis Meus Naso Non Habet".
+
+Changes since 0.9.6:
+    
+      * mpegstream fixes
+
+Bugs fixed since 0.9.6:
+    
+      * 319784 : mad claims to need more data
+      * 322745 : [mpegdemux] segfaults
   
 Changes since 0.9.5:
     
diff --git a/RELEASE b/RELEASE
index d02b327..0593cb5 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.6 "The Marshals Are Dead"
+GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.7 "Canis Meus Naso Non Habet"
         
 
 The GStreamer team is petrified to announce a new release
@@ -55,13 +55,12 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
-      * mpegstream ported
-      * fractional framerates
+      * mpegstream fixes
 
 Bugs fixed in this release
     
-      * 319862 : Partial mpegstream/dvddemux port
-      * 321955 : gst-plugins-ugly fail to compile
+      * 319784 : mad claims to need more data
+      * 322745 : [mpegdemux] segfaults
 
 Download
 
@@ -91,13 +90,11 @@ Applications
   
 Contributors to this release
     
-      * Andy Wingo
       * Edward Hervey
       * Jan Schmidt
-      * Johan Dahlin
       * Martin Soto
       * Michael Smith
+      * Michal Benes
       * Thomas Vander Stichele
       * Tim-Philipp Müller
-      * Wim Taymans
  
\ No newline at end of file
diff --git a/common b/common
index 54bb21c..fe94837 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 54bb21c57bb86941d80c15590e0a121405173156
+Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df
index d198f27..dfd42fb 100644 (file)
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
 
 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-ugly, GST_PLUGINS_UGLY_VERSION, 0, 9, 6, 1,
+AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 9, 7, 0,
   GST_CVS="no", GST_CVS="yes")
 
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
@@ -20,7 +20,7 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
 dnl our libraries and install dirs use major.minor as a version
 GST_MAJORMINOR=$GST_PLUGINS_UGLY_VERSION_MAJOR.$GST_PLUGINS_UGLY_VERSION_MINOR
 dnl we override it here if we need to for the release candidate of new series
-GST_MAJORMINOR=0.9
+GST_MAJORMINOR=0.10
 AC_SUBST(GST_MAJORMINOR)
 
 AS_LIBTOOL_TAGS([CXX])
@@ -134,7 +134,7 @@ GST_ARCH()
 
 dnl check for gstreamer
 dnl uninstalled is selected preferentially -- see pkg-config(1)
-GST_REQ=0.9.0.1
+GST_REQ=0.9.7
 PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
   HAVE_GST="yes", HAVE_GST="no")
 
index 556ab2e..92f4f70 100644 (file)
 <DEFAULT>18446744073709551615</DEFAULT>
 </ARG>
 
+<ARG>
+<NAME>GstMPEGParse::max-scr-gap</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= -1</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Max SCR gap</NICK>
+<BLURB>Maximum allowed gap between expected and actual SCR values. -1 means never adjust.</BLURB>
+<DEFAULT>120000</DEFAULT>
+</ARG>
+
index a3cd269..dd49b6a 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.9.6</version>
+  <version>0.9.7</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 822ab61..c4b688b 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.9.6</version>
+  <version>0.9.7</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 8dabedf..2141b99 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.9.6</version>
+  <version>0.9.7</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 28b7442..5208f42 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encode MP3's with LAME</description>
   <filename>../../ext/lame/.libs/libgstlame.so</filename>
   <basename>libgstlame.so</basename>
-  <version>0.9.6</version>
+  <version>0.9.7</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 13fa3e4..d31bfe1 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.9.6</version>
+  <version>0.9.7</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index b24f54b..8a1fd16 100644 (file)
@@ -3,7 +3,7 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>0.9.6</version>
+  <version>0.9.7</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index d60353e..3f3eeb2 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG-1 layer 1/2/3 audio parser</description>
   <filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
   <basename>libgstmpegaudioparse.so</basename>
-  <version>0.9.6</version>
+  <version>0.9.7</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 7131765..14ccc33 100644 (file)
@@ -3,7 +3,7 @@
   <description>Realmedia stream demuxer</description>
   <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
   <basename>libgstrmdemux.so</basename>
-  <version>0.9.6</version>
+  <version>0.9.7</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
similarity index 100%
rename from LICENSE
rename to docs/random/LICENSE
similarity index 100%
rename from PORTED_09
rename to docs/random/PORTED_09