mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
releasing 0.9.4
Original commit message from CVS: releasing 0.9.4
This commit is contained in:
parent
e43f178107
commit
dbc62ec935
18 changed files with 132 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
11
NEWS
11
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:
|
||||
|
||||
|
|
14
RELEASE
14
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
|
||||
|
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
|
20
docs/plugins/inspect/plugin-a52dec.xml
Normal file
20
docs/plugins/inspect/plugin-a52dec.xml
Normal file
|
@ -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 <dlehn@users.sourceforge.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
34
docs/plugins/inspect/plugin-amrnb.xml
Normal file
34
docs/plugins/inspect/plugin-amrnb.xml
Normal file
|
@ -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 <rbultje@ronald.bitfreak.net></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 <rbultje@ronald.bitfreak.net>, Wim Taymans <wim@fluendo.com></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 <rbultje@ronald.bitfreak.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -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>
|
||||
|
|
|
@ -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 <martinsoto@users.sourceforge.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
20
docs/plugins/inspect/plugin-mpeg2dec.xml
Normal file
20
docs/plugins/inspect/plugin-mpeg2dec.xml
Normal file
|
@ -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 <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
gst/realmedia/rmdemux.c
|
Loading…
Reference in a new issue