summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-10-23 22:44:44 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-10-23 22:44:44 +0000
commitdbc62ec935fc412826d77922b13e91d319d9fc80 (patch)
treebd0e41d8577f5fdac5b66fd012c2f33a43d7c598
parente43f1781070bb8ef1bb7ea43734958ebd43442f6 (diff)
releasing 0.9.4RELEASE-0_9_4
Original commit message from CVS: releasing 0.9.4
-rw-r--r--ChangeLog9
-rw-r--r--Makefile.am2
-rw-r--r--NEWS11
-rw-r--r--RELEASE14
-rw-r--r--configure.ac2
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.args10
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.signals1
-rw-r--r--docs/plugins/inspect/plugin-a52dec.xml20
-rw-r--r--docs/plugins/inspect/plugin-amrnb.xml34
-rw-r--r--docs/plugins/inspect/plugin-dvdlpcmdec.xml4
-rw-r--r--docs/plugins/inspect/plugin-iec958.xml10
-rw-r--r--docs/plugins/inspect/plugin-lame.xml4
-rw-r--r--docs/plugins/inspect/plugin-mad.xml4
-rw-r--r--docs/plugins/inspect/plugin-mpeg2dec.xml20
-rw-r--r--docs/plugins/inspect/plugin-mpegaudioparse.xml4
-rw-r--r--docs/plugins/inspect/plugin-rmdemux.xml4
-rw-r--r--gst/realmedia/rmdemux.c6
-rw-r--r--po/POTFILES.in1
18 files changed, 132 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e52c6eb..35bda47f 100644
--- 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
diff --git a/Makefile.am b/Makefile.am
index e2546abd..c6201250 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 a7e33bcc..7179a3db 100644
--- 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 7a2a7a12..212b3db5 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 55789b2a..3d94120b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args
index 66c640f9..6e5930d1 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.args
+++ b/docs/plugins/gst-plugins-ugly-plugins.args
@@ -518,3 +518,13 @@
<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/gst-plugins-ugly-plugins.signals b/docs/plugins/gst-plugins-ugly-plugins.signals
index e69de29b..8b137891 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.signals
+++ b/docs/plugins/gst-plugins-ugly-plugins.signals
@@ -0,0 +1 @@
+
diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml
new file mode 100644
index 00000000..f71b7def
--- /dev/null
+++ b/docs/plugins/inspect/plugin-a52dec.xml
@@ -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
index 00000000..761ee6ae
--- /dev/null
+++ b/docs/plugins/inspect/plugin-amrnb.xml
@@ -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
diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
index 3e1f434c..979eab6f 100644
--- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml
+++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
@@ -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>
diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml
index b5e4acc5..3ce755f4 100644
--- a/docs/plugins/inspect/plugin-iec958.xml
+++ b/docs/plugins/inspect/plugin-iec958.xml
@@ -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>
diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml
index 1beb3e43..a121665b 100644
--- a/docs/plugins/inspect/plugin-lame.xml
+++ b/docs/plugins/inspect/plugin-lame.xml
@@ -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>
diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml
index 0ffa4ead..35829134 100644
--- a/docs/plugins/inspect/plugin-mad.xml
+++ b/docs/plugins/inspect/plugin-mad.xml
@@ -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
index 00000000..7ad51e17
--- /dev/null
+++ b/docs/plugins/inspect/plugin-mpeg2dec.xml
@@ -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
diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml
index 782a35d8..adaf1b72 100644
--- a/docs/plugins/inspect/plugin-mpegaudioparse.xml
+++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml
@@ -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>
diff --git a/docs/plugins/inspect/plugin-rmdemux.xml b/docs/plugins/inspect/plugin-rmdemux.xml
index 46025327..c8c8f392 100644
--- a/docs/plugins/inspect/plugin-rmdemux.xml
+++ b/docs/plugins/inspect/plugin-rmdemux.xml
@@ -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>
diff --git a/gst/realmedia/rmdemux.c b/gst/realmedia/rmdemux.c
index 0f7a36b6..de165b6f 100644
--- a/gst/realmedia/rmdemux.c
+++ b/gst/realmedia/rmdemux.c
@@ -28,11 +28,13 @@
#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;
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e69de29b..24a3d801 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -0,0 +1 @@
+gst/realmedia/rmdemux.c