releasing 0.9.4 RELEASE-0_9_4
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Oct 2005 22:44:44 +0000 (22:44 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Oct 2005 22:44:44 +0000 (22:44 +0000)
Original commit message from CVS:
releasing 0.9.4

18 files changed:
ChangeLog
Makefile.am
NEWS
RELEASE
configure.ac
docs/plugins/gst-plugins-ugly-plugins.args
docs/plugins/gst-plugins-ugly-plugins.signals
docs/plugins/inspect/plugin-a52dec.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-amrnb.xml [new file with mode: 0644]
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 [new file with mode: 0644]
docs/plugins/inspect/plugin-mpegaudioparse.xml
docs/plugins/inspect/plugin-rmdemux.xml
gst/realmedia/rmdemux.c
po/POTFILES.in

index 7e52c6e..35bda47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+=== release 0.9.4 ===
+
+2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+         Releasing 0.9.4, "Diplodocus"
+
 2005-10-23  Julien MOUTTE  <julien@moutte.net>
 
        * gst/realmedia/rmdemux.c: (gst_rmdemux_loop): STOPPED->FAILED
index e2546ab..c620125 100644 (file)
@@ -11,7 +11,7 @@ EXTRA_DIST = \
 DISTCLEANFILES = _stdint.h
 
 include $(top_srcdir)/common/release.mak
-include $(top_srcdir)/common/po.mak
+include $(top_srcdir)/common/po.mak
 
 check-valgrind:
        @true
diff --git a/NEWS b/NEWS
index a7e33bc..7179a3d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
-This is GStreamer Ugly Plug-ins 0.9.3, "Athos".
+This is GStreamer Ugly Plug-ins 0.9.4, "Diplodocus".
+
+Changes since 0.9.3:
+
+      * rmdemux fixes
+      * a52dec ported
+
+Bugs fixed since 0.9.3:
+
+      * 318849 : [a52dec] ported to gstreamer 0.9
 
 Changes since 0.9.1:
 
diff --git a/RELEASE b/RELEASE
index 7a2a7a1..212b3db 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.1 "The Rat"
+GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.4 "Diplodocus"
         
 
 The GStreamer team is petrified to announce a new release
@@ -55,9 +55,12 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
+      * rmdemux fixes
+      * a52dec ported
 
 Bugs fixed in this release
     
+      * 318849 : [a52dec] ported to gstreamer 0.9
 
 Download
 
@@ -87,17 +90,10 @@ Applications
   
 Contributors to this release
     
-      * Andy Wingo
-      * Christian Schaller
-      * David Schleef
-      * Edward Hervey
-      * Jan Schmidt
+      * Josef Zlomek
       * Michael Smith
-      * Philippe Khalaf
-      * Ronald Bultje
       * Stefan Kost
       * Thomas Vander Stichele
       * Tim-Philipp Müller
       * Wim Taymans
-      * Zaheer Abbas Merali
  
\ No newline at end of file
index 55789b2..3d94120 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, 3, 1,
+AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 9, 4, 0,
   GST_CVS="no", GST_CVS="yes")
 
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
index 66c640f..6e5930d 100644 (file)
 <DEFAULT>0</DEFAULT>
 </ARG>
 
+<ARG>
+<NAME>GstA52Dec::drc</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Dynamic Range Compression</NICK>
+<BLURB>Use Dynamic Range Compression.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml
new file mode 100644 (file)
index 0000000..f71b7de
--- /dev/null
@@ -0,0 +1,20 @@
+<plugin>
+  <name>a52dec</name>
+  <description>Decodes ATSC A/52 encoded audio streams</description>
+  <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
+  <basename>libgsta52dec.so</basename>
+  <version>0.9.4</version>
+  <license>GPL</license>
+  <source>gst-plugins-ugly</source>
+  <package>GStreamer source release</package>
+  <origin>http://gstreamer.freedesktop.org/</origin>
+  <elements>
+    <element>
+      <name>a52dec</name>
+      <longname>ATSC A/52 audio decoder</longname>
+      <class>Codec/Decoder/Audio</class>
+      <description>Decodes ATSC A/52 encoded audio streams</description>
+      <author>David I. Lehn &lt;dlehn@users.sourceforge.net&gt;</author>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml
new file mode 100644 (file)
index 0000000..761ee6a
--- /dev/null
@@ -0,0 +1,34 @@
+<plugin>
+  <name>amrnb</name>
+  <description>Adaptive Multi-Rate Narrow-Band</description>
+  <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
+  <basename>libgstamrnb.so</basename>
+  <version>0.9.4</version>
+  <license>unknown</license>
+  <source>gst-plugins-ugly</source>
+  <package>GStreamer source release</package>
+  <origin>http://gstreamer.freedesktop.org/</origin>
+  <elements>
+    <element>
+      <name>amrnbdec</name>
+      <longname>AMR-NB decoder</longname>
+      <class>Codec/Decoder/Audio</class>
+      <description>Adaptive Multi-Rate Narrow-Band audio decoder</description>
+      <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+    </element>
+    <element>
+      <name>amrnbenc</name>
+      <longname>AMR-NB encoder</longname>
+      <class>Codec/Encoder/Audio</class>
+      <description>Adaptive Multi-Rate Narrow-Band audio encoder</description>
+      <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
+    </element>
+    <element>
+      <name>amrnbparse</name>
+      <longname>AMR-NB parser</longname>
+      <class>Codec/Parser/Audio</class>
+      <description>Adaptive Multi-Rate Narrow-Band audio parser</description>
+      <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file
index 3e1f434..979eab6 100644 (file)
@@ -3,10 +3,10 @@
   <description>Decode DVD LPCM frames into standard PCM</description>
   <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
   <basename>libgstdvdlpcmdec.so</basename>
-  <version>0.9.1.1</version>
+  <version>0.9.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer CVS/prerelease</package>
+  <package>GStreamer source release</package>
   <origin>http://gstreamer.freedesktop.org/</origin>
   <elements>
     <element>
index b5e4acc..3ce755f 100644 (file)
@@ -1,19 +1,19 @@
 <plugin>
   <name>iec958</name>
-  <description>Conversion elements to the iec958 SP/DIF format</description>
+  <description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
   <filename>../../gst/iec958/.libs/libgstiec958.so</filename>
   <basename>libgstiec958.so</basename>
-  <version>0.9.1.1</version>
+  <version>0.9.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>gst-plugins-ugly</package>
-  <origin>http://seamless.sourceforge.net</origin>
+  <package>GStreamer source release</package>
+  <origin>http://gstreamer.freedesktop.org/</origin>
   <elements>
     <element>
       <name>ac3iec958</name>
       <longname>AC3 to IEC958 filter</longname>
       <class>audio/x-private1-ac3</class>
-      <description>Pads AC3 frames into IEC958 frames suitable for a raw SP/DIF interface</description>
+      <description>Pads AC3 frames into IEC958 frames suitable for a raw S/PDIF interface</description>
       <author>Martin Soto &lt;martinsoto@users.sourceforge.net&gt;</author>
     </element>
   </elements>
index 1beb3e4..a121665 100644 (file)
@@ -3,10 +3,10 @@
   <description>Encode MP3's with LAME</description>
   <filename>../../ext/lame/.libs/libgstlame.so</filename>
   <basename>libgstlame.so</basename>
-  <version>0.9.1.1</version>
+  <version>0.9.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer CVS/prerelease</package>
+  <package>GStreamer source release</package>
   <origin>http://gstreamer.freedesktop.org/</origin>
   <elements>
     <element>
index 0ffa4ea..3582913 100644 (file)
@@ -3,10 +3,10 @@
   <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.1.1</version>
+  <version>0.9.4</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer CVS/prerelease</package>
+  <package>GStreamer source release</package>
   <origin>http://gstreamer.freedesktop.org/</origin>
   <elements>
     <element>
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml
new file mode 100644 (file)
index 0000000..7ad51e1
--- /dev/null
@@ -0,0 +1,20 @@
+<plugin>
+  <name>mpeg2dec</name>
+  <description>LibMpeg2 decoder</description>
+  <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
+  <basename>libgstmpeg2dec.so</basename>
+  <version>0.9.4</version>
+  <license>GPL</license>
+  <source>gst-plugins-ugly</source>
+  <package>GStreamer source release</package>
+  <origin>http://gstreamer.freedesktop.org/</origin>
+  <elements>
+    <element>
+      <name>mpeg2dec</name>
+      <longname>mpeg1 and mpeg2 video decoder</longname>
+      <class>Codec/Decoder/Video</class>
+      <description>Uses libmpeg2 to decode MPEG video streams</description>
+      <author>Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file
index 782a35d..adaf1b7 100644 (file)
@@ -3,10 +3,10 @@
   <description>MPEG-1 layer 1/2/3 audio parser</description>
   <filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
   <basename>libgstmpegaudioparse.so</basename>
-  <version>0.9.1.1</version>
+  <version>0.9.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer CVS/prerelease</package>
+  <package>GStreamer source release</package>
   <origin>http://gstreamer.freedesktop.org/</origin>
   <elements>
     <element>
index 4602532..c8c8f39 100644 (file)
@@ -3,10 +3,10 @@
   <description>Realmedia stream demuxer</description>
   <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
   <basename>libgstrmdemux.so</basename>
-  <version>0.9.1.1</version>
+  <version>0.9.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer CVS/prerelease</package>
+  <package>GStreamer source release</package>
   <origin>http://gstreamer.freedesktop.org/</origin>
   <elements>
     <element>
index 0f7a36b..de165b6 100644 (file)
 #include <string.h>
 #include <ctype.h>
 #include <zlib.h>
+
 #define RMDEMUX_GUINT32_GET(a) GST_READ_UINT32_BE(a)
 #define RMDEMUX_GUINT16_GET(a) GST_READ_UINT16_BE(a)
 #define RMDEMUX_FOURCC_GET(a)  GST_READ_UINT32_LE(a)
 #define HEADER_SIZE 10
 #define DATA_SIZE 8
+
 typedef struct _GstRMDemuxIndex GstRMDemuxIndex;
 
 struct _GstRMDemuxStream
@@ -867,7 +869,9 @@ need_pause:
     gst_pad_pause_task (pad);
     if (GST_FLOW_IS_FATAL (ret)) {
       gst_rmdemux_send_event (rmdemux, gst_event_new_eos ());
-      GST_ELEMENT_ERROR (rmdemux, STREAM, FAILED, (NULL),
+      /* FIXME: add translations */
+      GST_ELEMENT_ERROR (rmdemux, STREAM, FAILED,
+          (("Internal data stream error.")),
           ("stream stopped, reason %d", ret));
     }
     return;
index e69de29..24a3d80 100644 (file)
@@ -0,0 +1 @@
+gst/realmedia/rmdemux.c