releasing 0.10.1

Original commit message from CVS:
releasing 0.10.1
This commit is contained in:
Thomas Vander Stichele 2006-01-13 19:25:42 +00:00
parent a75ebe24c8
commit ee93779012
14 changed files with 66 additions and 21 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.1 ===
2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
releasing 0.10.1, "Peng"
2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org> 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: * configure.ac:
@ -98,6 +105,7 @@
possible to use ac3iec958 together with the normal alsasink possible to use ac3iec958 together with the normal alsasink
element to drive an external receiver that autodetects AC3 element to drive an external receiver that autodetects AC3
content. content.
API addition: AC3IEC::raw-audio property
2005-12-23 Michael Smith <msmith@fluendo.com> 2005-12-23 Michael Smith <msmith@fluendo.com>

18
NEWS
View file

@ -1,4 +1,20 @@
This is GStreamer Ugly Plug-ins 0.10.0, "Brie". This is GStreamer Ugly Plug-ins 0.10.1, "Peng".
Features since 0.10.0:
* fixes in dvddemux, mpegdemux, mad, iec958
* removed id3demux (new version in gst-plugins-good)
Bugs fixed since 0.10.0:
* 322049 : [id3demux] should support pull range
* 322856 : [mpeg2dec] Use of wrong variables
* 322857 : [mpeg2dec] Seeking in byte format
* 325652 : many plugins don't pass unhandled queries upstream
API added since 0.10.0:
* AC3IEC::raw-audio
Bugs fixed since 0.9.7: Bugs fixed since 0.9.7:

24
RELEASE
View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer Ugly Plug-ins 0.10.0 "Brie" GStreamer: Release notes for GStreamer Ugly Plug-ins 0.10.1 "Peng"
The GStreamer team is proud to announce a new release The GStreamer team is proud to announce a new release
@ -56,10 +56,22 @@ Features of this release
* Parallel installability with 0.8.x series * Parallel installability with 0.8.x series
* Threadsafe design and API * Threadsafe design and API
* fixes in dvddemux, mpegdemux, mad, iec958
* removed id3demux (new version in gst-plugins-good)
Bugs fixed in this release Bugs fixed in this release
* 323199 : Remove id3tag element (replaced by id3demux and id3mux) * 322049 : [id3demux] should support pull range
* 322856 : [mpeg2dec] Use of wrong variables
* 322857 : [mpeg2dec] Seeking in byte format
* 325652 : many plugins don't pass unhandled queries upstream
API changed in this release
- API additions:
* AC3IEC::raw-audio
Download Download
@ -89,6 +101,12 @@ Applications
Contributors to this release Contributors to this release
* Andy Wingo * Edward Hervey
* Jan Schmidt
* Josef Zlomek
* Martin Soto
* Michael Smith
* Stefan Kost
* Thomas Vander Stichele * Thomas Vander Stichele
* Tim-Philipp Müller
   

View file

@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right ! dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 10, 0, 2, AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 10, 1, 0,
GST_CVS="no", GST_CVS="yes") GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AM_INIT_AUTOMAKE($PACKAGE,$VERSION)

View file

@ -588,3 +588,13 @@
<DEFAULT>120000</DEFAULT> <DEFAULT>120000</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>AC3IEC::raw-audio</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>raw-audio</NICK>
<BLURB>If true, source pad caps are set to raw audio.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>

View file

@ -3,7 +3,7 @@
<description>Decodes ATSC A/52 encoded audio streams</description> <description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename> <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename> <basename>libgsta52dec.so</basename>
<version>0.10.0</version> <version>0.10.1</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Narrow-Band</description> <description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename> <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename> <basename>libgstamrnb.so</basename>
<version>0.10.0</version> <version>0.10.1</version>
<license>unknown</license> <license>unknown</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Decode DVD LPCM frames into standard PCM</description> <description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename> <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename> <basename>libgstdvdlpcmdec.so</basename>
<version>0.10.0</version> <version>0.10.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description> <description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
<filename>../../gst/iec958/.libs/libgstiec958.so</filename> <filename>../../gst/iec958/.libs/libgstiec958.so</filename>
<basename>libgstiec958.so</basename> <basename>libgstiec958.so</basename>
<version>0.10.0</version> <version>0.10.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Encode MP3's with LAME</description> <description>Encode MP3's with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename> <filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename> <basename>libgstlame.so</basename>
<version>0.10.0</version> <version>0.10.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,19 +3,12 @@
<description>id3 tag manipulation and mp3 decoding based on the mad library</description> <description>id3 tag manipulation and mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename> <filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename> <basename>libgstmad.so</basename>
<version>0.10.0</version> <version>0.10.1</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin> <origin>http://gstreamer.freedesktop.org/</origin>
<elements> <elements>
<element>
<name>id3demux</name>
<longname>id3 tag extractor</longname>
<class>Codec/Demuxer/Audio</class>
<description>Extract ID3 tagging information</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element> <element>
<name>id3mux</name> <name>id3mux</name>
<longname>id3 muxer</longname> <longname>id3 muxer</longname>

View file

@ -3,7 +3,7 @@
<description>LibMpeg2 decoder</description> <description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename> <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename> <basename>libgstmpeg2dec.so</basename>
<version>0.10.0</version> <version>0.10.1</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>MPEG-1 layer 1/2/3 audio parser</description> <description>MPEG-1 layer 1/2/3 audio parser</description>
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename> <filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
<basename>libgstmpegaudioparse.so</basename> <basename>libgstmpegaudioparse.so</basename>
<version>0.10.0</version> <version>0.10.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Realmedia stream demuxer</description> <description>Realmedia stream demuxer</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename> <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename> <basename>libgstrmdemux.so</basename>
<version>0.10.0</version> <version>0.10.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-ugly</source> <source>gst-plugins-ugly</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>