summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-01-13 19:25:42 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-01-13 19:25:42 +0000
commitee93779012cb4254d9d8d46afdff2b4fafffc4ce (patch)
treea0fa4a414a2c95ac6fde0100e77bebe7f1ac10f8
parenta75ebe24c8b2fa205b8f5864b495fe40e6f8bc9c (diff)
releasing 0.10.1RELEASE-0_10_1
Original commit message from CVS: releasing 0.10.1
-rw-r--r--ChangeLog8
-rw-r--r--NEWS18
-rw-r--r--RELEASE24
-rw-r--r--configure.ac2
-rw-r--r--docs/plugins/gst-plugins-ugly-plugins.args10
-rw-r--r--docs/plugins/inspect/plugin-a52dec.xml2
-rw-r--r--docs/plugins/inspect/plugin-amrnb.xml2
-rw-r--r--docs/plugins/inspect/plugin-dvdlpcmdec.xml2
-rw-r--r--docs/plugins/inspect/plugin-iec958.xml2
-rw-r--r--docs/plugins/inspect/plugin-lame.xml2
-rw-r--r--docs/plugins/inspect/plugin-mad.xml9
-rw-r--r--docs/plugins/inspect/plugin-mpeg2dec.xml2
-rw-r--r--docs/plugins/inspect/plugin-mpegaudioparse.xml2
-rw-r--r--docs/plugins/inspect/plugin-rmdemux.xml2
14 files changed, 66 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog
index 423a6dac..631d22a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
* configure.ac:
@@ -98,6 +105,7 @@
possible to use ac3iec958 together with the normal alsasink
element to drive an external receiver that autodetects AC3
content.
+ API addition: AC3IEC::raw-audio property
2005-12-23 Michael Smith <msmith@fluendo.com>
diff --git a/NEWS b/NEWS
index 43a7deb4..dfabc76c 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
diff --git a/RELEASE b/RELEASE
index cc30f958..37255888 100644
--- a/RELEASE
+++ b/RELEASE
@@ -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
@@ -56,10 +56,22 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
+ * fixes in dvddemux, mpegdemux, mad, iec958
+ * removed id3demux (new version in gst-plugins-good)
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
@@ -89,6 +101,12 @@ Applications
Contributors to this release
- * Andy Wingo
+ * Edward Hervey
+ * Jan Schmidt
+ * Josef Zlomek
+ * Martin Soto
+ * Michael Smith
+ * Stefan Kost
* Thomas Vander Stichele
+ * Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 1be3fad1..e161f088 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, 10, 0, 2,
+AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 10, 1, 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 92f4f70c..9cca35f9 100644
--- a/docs/plugins/gst-plugins-ugly-plugins.args
+++ b/docs/plugins/gst-plugins-ugly-plugins.args
@@ -588,3 +588,13 @@
<DEFAULT>120000</DEFAULT>
</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>
+
diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml
index 2a1cb03a..92a2a501 100644
--- a/docs/plugins/inspect/plugin-a52dec.xml
+++ b/docs/plugins/inspect/plugin-a52dec.xml
@@ -3,7 +3,7 @@
<description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer source release</package>
diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml
index 7b7661ad..c96acf4a 100644
--- a/docs/plugins/inspect/plugin-amrnb.xml
+++ b/docs/plugins/inspect/plugin-amrnb.xml
@@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer source release</package>
diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
index 61a9de78..295f22e5 100644
--- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml
+++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
@@ -3,7 +3,7 @@
<description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer source release</package>
diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml
index 1b7858fe..878cdebe 100644
--- a/docs/plugins/inspect/plugin-iec958.xml
+++ b/docs/plugins/inspect/plugin-iec958.xml
@@ -3,7 +3,7 @@
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
<filename>../../gst/iec958/.libs/libgstiec958.so</filename>
<basename>libgstiec958.so</basename>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer source release</package>
diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml
index 130ae812..f568a614 100644
--- a/docs/plugins/inspect/plugin-lame.xml
+++ b/docs/plugins/inspect/plugin-lame.xml
@@ -3,7 +3,7 @@
<description>Encode MP3's with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer source release</package>
diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml
index 55a2d66b..6e8359b0 100644
--- a/docs/plugins/inspect/plugin-mad.xml
+++ b/docs/plugins/inspect/plugin-mad.xml
@@ -3,20 +3,13 @@
<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.10.0</version>
+ <version>0.10.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<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>
<name>id3mux</name>
<longname>id3 muxer</longname>
<class>Codec/Muxer/Audio</class>
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml
index cba5c21e..b0ff3c05 100644
--- a/docs/plugins/inspect/plugin-mpeg2dec.xml
+++ b/docs/plugins/inspect/plugin-mpeg2dec.xml
@@ -3,7 +3,7 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer source release</package>
diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml
index 7646e708..1df5b0ae 100644
--- a/docs/plugins/inspect/plugin-mpegaudioparse.xml
+++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml
@@ -3,7 +3,7 @@
<description>MPEG-1 layer 1/2/3 audio parser</description>
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
<basename>libgstmpegaudioparse.so</basename>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer source release</package>
diff --git a/docs/plugins/inspect/plugin-rmdemux.xml b/docs/plugins/inspect/plugin-rmdemux.xml
index 8a81440c..02818eb9 100644
--- a/docs/plugins/inspect/plugin-rmdemux.xml
+++ b/docs/plugins/inspect/plugin-rmdemux.xml
@@ -3,7 +3,7 @@
<description>Realmedia stream demuxer</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer source release</package>