releasing 0.9.6 RELEASE-0_9_6
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 23 Nov 2005 19:57:04 +0000 (19:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 23 Nov 2005 19:57:04 +0000 (19:57 +0000)
Original commit message from CVS:
releasing 0.9.6

15 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/gst-plugins-ugly-plugins.args
docs/plugins/gst-plugins-ugly-plugins.signals
docs/plugins/inspect/plugin-a52dec.xml
docs/plugins/inspect/plugin-amrnb.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

index 3e56d73..c533b1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.9.6 ===
+
+2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
+
+       * configure.ac:
+         releasing 0.9.6, "The Marshals Are Dead"
+
 2005-11-23  Michael Smith <msmith@fluendo.com>
 
        * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
diff --git a/NEWS b/NEWS
index c0f98b6..9feb3ee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-This is GStreamer Ugly Plug-ins 0.9.5, "Zero-Test Patching".
+This is GStreamer Ugly Plug-ins 0.9.6, "The Marshals Are Dead".
+  
+Changes since 0.9.5:
+    
+      * mpegstream ported
+      * fractional framerates
+
+Bugs fixed since 0.9.5:
+    
+      * 319862 : Partial mpegstream/dvddemux port
+      * 321955 : gst-plugins-ugly fail to compile
 
 Changes since 0.9.3:
 
diff --git a/RELEASE b/RELEASE
index 91a455e..d02b327 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.5 "Zero-Test Patching"
+GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.6 "The Marshals Are Dead"
         
 
 The GStreamer team is petrified to announce a new release
@@ -55,9 +55,13 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
+      * mpegstream ported
+      * fractional framerates
 
 Bugs fixed in this release
     
+      * 319862 : Partial mpegstream/dvddemux port
+      * 321955 : gst-plugins-ugly fail to compile
 
 Download
 
@@ -87,7 +91,13 @@ Applications
   
 Contributors to this release
     
-      * Christian Schaller
+      * Andy Wingo
+      * Edward Hervey
+      * Jan Schmidt
+      * Johan Dahlin
+      * Martin Soto
+      * Michael Smith
       * Thomas Vander Stichele
+      * Tim-Philipp Müller
       * Wim Taymans
  
\ No newline at end of file
index f8a249f..55227a6 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, 5, 1,
+AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 9, 6, 0,
   GST_CVS="no", GST_CVS="yes")
 
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
index 6e5930d..556ab2e 100644 (file)
 <FLAGS>rw</FLAGS>
 <NICK>Mode</NICK>
 <BLURB>Encoding mode.</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>Stereo</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>Padding type</NICK>
 <BLURB>Padding type.</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>No Padding</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>Lame Preset</NICK>
 <BLURB>Lame Preset.</BLURB>
-<DEFAULT>none</DEFAULT>
+<DEFAULT>None</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>Quality</NICK>
 <BLURB>Quality of algorithm used for encoding.</BLURB>
-<DEFAULT>5</DEFAULT>
+<DEFAULT>5 - Default</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>VBR</NICK>
 <BLURB>Specify bitrate mode.</BLURB>
-<DEFAULT>cbr</DEFAULT>
+<DEFAULT>No VBR (Constant Bitrate)</DEFAULT>
 </ARG>
 
 <ARG>
 <FLAGS>rw</FLAGS>
 <NICK>VBR Quality</NICK>
 <BLURB>VBR Quality.</BLURB>
-<DEFAULT>5</DEFAULT>
+<DEFAULT>5 - Default</DEFAULT>
 </ARG>
 
 <ARG>
 <DEFAULT>FALSE</DEFAULT>
 </ARG>
 
+<ARG>
+<NAME>GstMPEGParse::adjust</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>adjust</NICK>
+<BLURB>Adjust timestamps to smooth discontinuities.</BLURB>
+<DEFAULT>TRUE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstMPEGParse::byte-offset</NAME>
+<TYPE>guint64</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Byte Offset</NICK>
+<BLURB>Emit reached-offset signal when the byte offset is reached.</BLURB>
+<DEFAULT>18446744073709551615</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstMPEGParse::max-discont</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= 0</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Max Discont</NICK>
+<BLURB>The maximum allowed SCR discontinuity.</BLURB>
+<DEFAULT>120000</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstMPEGParse::sync</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Sync</NICK>
+<BLURB>Synchronize on the stream SCR.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstMPEGParse::time-offset</NAME>
+<TYPE>guint64</TYPE>
+<RANGE></RANGE>
+<FLAGS>r</FLAGS>
+<NICK>Time Offset</NICK>
+<BLURB>Time offset in the stream.</BLURB>
+<DEFAULT>18446744073709551615</DEFAULT>
+</ARG>
+
index 8b13789..fb71200 100644 (file)
@@ -1 +1,6 @@
+<SIGNAL>
+<NAME>GstMPEGParse::reached-offset</NAME>
+<RETURNS>void</RETURNS>
+GstMPEGParse *gstmpegparse
+</SIGNAL>
 
index 08e0740..a3cd269 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.5</version>
+  <version>0.9.6</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 1a11a75..4b2c36e 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Narrow-Band</description>
   <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
   <basename>libgstamrnb.so</basename>
-  <version>0.9.5</version>
+  <version>0.9.6</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index bc97295..822ab61 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.5</version>
+  <version>0.9.6</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 46c23c9..8dabedf 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.5</version>
+  <version>0.9.6</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 33e4922..28b7442 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.5</version>
+  <version>0.9.6</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 68783e7..13fa3e4 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.5</version>
+  <version>0.9.6</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 1be9414..b24f54b 100644 (file)
@@ -3,7 +3,7 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>0.9.5</version>
+  <version>0.9.6</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 55d15e9..d60353e 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.5</version>
+  <version>0.9.6</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 82e37a8..7131765 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.5</version>
+  <version>0.9.6</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>