From dbc62ec935fc412826d77922b13e91d319d9fc80 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Oct 2005 22:44:44 +0000 Subject: [PATCH] releasing 0.9.4 Original commit message from CVS: releasing 0.9.4 --- ChangeLog | 9 +++++ Makefile.am | 2 +- NEWS | 11 +++++- RELEASE | 14 +++----- configure.ac | 2 +- docs/plugins/gst-plugins-ugly-plugins.args | 10 ++++++ docs/plugins/gst-plugins-ugly-plugins.signals | 1 + docs/plugins/inspect/plugin-a52dec.xml | 20 +++++++++++ docs/plugins/inspect/plugin-amrnb.xml | 34 +++++++++++++++++++ docs/plugins/inspect/plugin-dvdlpcmdec.xml | 4 +-- docs/plugins/inspect/plugin-iec958.xml | 10 +++--- docs/plugins/inspect/plugin-lame.xml | 4 +-- docs/plugins/inspect/plugin-mad.xml | 4 +-- docs/plugins/inspect/plugin-mpeg2dec.xml | 20 +++++++++++ .../plugins/inspect/plugin-mpegaudioparse.xml | 4 +-- docs/plugins/inspect/plugin-rmdemux.xml | 4 +-- gst/realmedia/rmdemux.c | 6 +++- po/POTFILES.in | 1 + 18 files changed, 132 insertions(+), 28 deletions(-) create mode 100644 docs/plugins/inspect/plugin-a52dec.xml create mode 100644 docs/plugins/inspect/plugin-amrnb.xml create mode 100644 docs/plugins/inspect/plugin-mpeg2dec.xml diff --git a/ChangeLog b/ChangeLog index 7e52c6ebbe..35bda47fb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +=== release 0.9.4 === + +2005-10-24 Thomas Vander Stichele + + * NEWS: + * RELEASE: + * configure.ac: + Releasing 0.9.4, "Diplodocus" + 2005-10-23 Julien MOUTTE * gst/realmedia/rmdemux.c: (gst_rmdemux_loop): STOPPED->FAILED diff --git a/Makefile.am b/Makefile.am index e2546abded..c6201250f6 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 a7e33bcc6e..7179a3dbcf 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 7a2a7a12a2..212b3db594 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 55789b2af5..3d94120b3f 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 66c640f92c..6e5930d148 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -518,3 +518,13 @@ 0 + +GstA52Dec::drc +gboolean + +rw +Dynamic Range Compression +Use Dynamic Range Compression. +FALSE + + diff --git a/docs/plugins/gst-plugins-ugly-plugins.signals b/docs/plugins/gst-plugins-ugly-plugins.signals index e69de29bb2..8b13789179 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 0000000000..f71b7defd7 --- /dev/null +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -0,0 +1,20 @@ + + a52dec + Decodes ATSC A/52 encoded audio streams + ../../ext/a52dec/.libs/libgsta52dec.so + libgsta52dec.so + 0.9.4 + GPL + gst-plugins-ugly + GStreamer source release + http://gstreamer.freedesktop.org/ + + + a52dec + ATSC A/52 audio decoder + Codec/Decoder/Audio + Decodes ATSC A/52 encoded audio streams + David I. Lehn <dlehn@users.sourceforge.net> + + + \ 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 0000000000..761ee6aea0 --- /dev/null +++ b/docs/plugins/inspect/plugin-amrnb.xml @@ -0,0 +1,34 @@ + + amrnb + Adaptive Multi-Rate Narrow-Band + ../../ext/amrnb/.libs/libgstamrnb.so + libgstamrnb.so + 0.9.4 + unknown + gst-plugins-ugly + GStreamer source release + http://gstreamer.freedesktop.org/ + + + amrnbdec + AMR-NB decoder + Codec/Decoder/Audio + Adaptive Multi-Rate Narrow-Band audio decoder + Ronald Bultje <rbultje@ronald.bitfreak.net> + + + amrnbenc + AMR-NB encoder + Codec/Encoder/Audio + Adaptive Multi-Rate Narrow-Band audio encoder + Ronald Bultje <rbultje@ronald.bitfreak.net>, Wim Taymans <wim@fluendo.com> + + + amrnbparse + AMR-NB parser + Codec/Parser/Audio + Adaptive Multi-Rate Narrow-Band audio parser + Ronald Bultje <rbultje@ronald.bitfreak.net> + + + \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 3e1f434ca2..979eab6f93 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,10 +3,10 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-ugly - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index b5e4acc549..3ce755f461 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -1,19 +1,19 @@ iec958 - Conversion elements to the iec958 SP/DIF format + Convert raw AC3 into IEC958 (S/PDIF) frames ../../gst/iec958/.libs/libgstiec958.so libgstiec958.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-ugly - gst-plugins-ugly - http://seamless.sourceforge.net + GStreamer source release + http://gstreamer.freedesktop.org/ ac3iec958 AC3 to IEC958 filter audio/x-private1-ac3 - Pads AC3 frames into IEC958 frames suitable for a raw SP/DIF interface + Pads AC3 frames into IEC958 frames suitable for a raw S/PDIF interface Martin Soto <martinsoto@users.sourceforge.net> diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 1beb3e43d5..a121665ba5 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,10 +3,10 @@ Encode MP3's with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-ugly - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index 0ffa4ead4f..358291342b 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,10 +3,10 @@ id3 tag manipulation and mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.9.1.1 + 0.9.4 GPL gst-plugins-ugly - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml new file mode 100644 index 0000000000..7ad51e175e --- /dev/null +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -0,0 +1,20 @@ + + mpeg2dec + LibMpeg2 decoder + ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so + libgstmpeg2dec.so + 0.9.4 + GPL + gst-plugins-ugly + GStreamer source release + http://gstreamer.freedesktop.org/ + + + mpeg2dec + mpeg1 and mpeg2 video decoder + Codec/Decoder/Video + Uses libmpeg2 to decode MPEG video streams + Wim Taymans <wim.taymans@chello.be> + + + \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index 782a35d813..adaf1b7296 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -3,10 +3,10 @@ MPEG-1 layer 1/2/3 audio parser ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-ugly - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ diff --git a/docs/plugins/inspect/plugin-rmdemux.xml b/docs/plugins/inspect/plugin-rmdemux.xml index 46025327ed..c8c8f39212 100644 --- a/docs/plugins/inspect/plugin-rmdemux.xml +++ b/docs/plugins/inspect/plugin-rmdemux.xml @@ -3,10 +3,10 @@ Realmedia stream demuxer ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.9.1.1 + 0.9.4 LGPL gst-plugins-ugly - GStreamer CVS/prerelease + GStreamer source release http://gstreamer.freedesktop.org/ diff --git a/gst/realmedia/rmdemux.c b/gst/realmedia/rmdemux.c index 0f7a36b699..de165b6f27 100644 --- a/gst/realmedia/rmdemux.c +++ b/gst/realmedia/rmdemux.c @@ -28,11 +28,13 @@ #include #include #include + #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 e69de29bb2..24a3d80174 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -0,0 +1 @@ +gst/realmedia/rmdemux.c