summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-28 10:53:40 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-28 10:53:40 +0000
commitca1b117586faa42792b46aa849504985b35a8533 (patch)
treef01bd3c8fe9c15e9158b5205e0d61a6209b45182
parent8efded97899771da8a330c6dd62f47c00742cea3 (diff)
releasing 0.10.6gst-plugins-base-0.10.6
Original commit message from CVS: releasing 0.10.6
-rw-r--r--ChangeLog15
-rw-r--r--NEWS34
-rw-r--r--RELEASE49
-rw-r--r--configure.ac4
-rw-r--r--docs/plugins/gst-plugins-base-plugins.signals14
-rw-r--r--docs/plugins/inspect/plugin-adder.xml2
-rw-r--r--docs/plugins/inspect/plugin-alsa.xml8
-rw-r--r--docs/plugins/inspect/plugin-audioconvert.xml4
-rw-r--r--docs/plugins/inspect/plugin-audiorate.xml2
-rw-r--r--docs/plugins/inspect/plugin-audioresample.xml2
-rw-r--r--docs/plugins/inspect/plugin-audiotestsrc.xml2
-rw-r--r--docs/plugins/inspect/plugin-cdparanoia.xml2
-rw-r--r--docs/plugins/inspect/plugin-decodebin.xml2
-rw-r--r--docs/plugins/inspect/plugin-ffmpegcolorspace.xml2
-rw-r--r--docs/plugins/inspect/plugin-gnomevfs.xml2
-rw-r--r--docs/plugins/inspect/plugin-libvisual.xml9
-rw-r--r--docs/plugins/inspect/plugin-ogg.xml8
-rw-r--r--docs/plugins/inspect/plugin-pango.xml10
-rw-r--r--docs/plugins/inspect/plugin-playbin.xml2
-rw-r--r--docs/plugins/inspect/plugin-subparse.xml4
-rw-r--r--docs/plugins/inspect/plugin-tcp.xml12
-rw-r--r--docs/plugins/inspect/plugin-theora.xml13
-rw-r--r--docs/plugins/inspect/plugin-typefindfunctions.xml2
-rw-r--r--docs/plugins/inspect/plugin-video4linux.xml4
-rw-r--r--docs/plugins/inspect/plugin-videorate.xml2
-rw-r--r--docs/plugins/inspect/plugin-videoscale.xml2
-rw-r--r--docs/plugins/inspect/plugin-videotestsrc.xml2
-rw-r--r--docs/plugins/inspect/plugin-volume.xml2
-rw-r--r--docs/plugins/inspect/plugin-vorbis.xml6
-rw-r--r--docs/plugins/inspect/plugin-ximagesink.xml2
-rw-r--r--docs/plugins/inspect/plugin-xvimagesink.xml2
-rw-r--r--docs/upload.mak4
32 files changed, 163 insertions, 67 deletions
diff --git a/ChangeLog b/ChangeLog
index 3654be4102..941c91b773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.6 ===
+
+2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.10.6, "Chao"
+
2006-04-26 David Schleef <ds@schleef.org>
* gst/videoscale/gstvideoscale.c: Add call to oil_init().
@@ -408,7 +415,7 @@
* tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
(stop_seek):
- Don't let double and tripple clicks mess up our state.
+ Don't let double and triple clicks mess up our state.
2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
@@ -525,8 +532,8 @@
* sys/v4l/gstv4lmjpegsrc.c:
* tests/check/libs/cddabasesrc.c:
* tests/old/examples/gob/gst-identity2.gob:
- Add docs for adder, use GST_ELEMENT_DETAILS macro,
- define GstElementDetails at the top
+ Add docs for adder, use GST_ELEMENT_DETAILS macro,
+ define GstElementDetails at the top
2006-03-23 Sebastien Moutte <sebastien@moutte.net>
@@ -25346,4 +25353,4 @@
2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
* ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
- * moved CVS to freedesktop.org
+ * moved CVS to freedesktop.org
diff --git a/NEWS b/NEWS
index 57575a276b..a39f8f8a9f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,36 @@
-This is GStreamer Base Plug-ins 0.10.5, "Net"
+This is GStreamer Base Plug-ins 0.10.6, "Chao"
+
+Changes since 0.10.5:
+
+ * QoS in sinks and transform elements
+ * Needs GStreamer 0.10.5 for new GstBaseSink::async_playback() vmethod
+ * added theoraparse element
+
+Bugs fixed since 0.10.5:
+
+ * 313136 : [playbin] hang while playing truncated ogg file
+ * 172848 : [subparse] subtitles with special chars are displayed as ...
+ * 305279 : [riff] uncompressed AVIs with 24bpp don't work
+ * 320765 : [ffmpegcolorspace] make win32+msvc compliant, don't use _...
+ * 323852 : Disable tests/icles on platforms that do not have X
+ * 325653 : build errors compiling audioresample on win32(vs7)
+ * 327357 : gst-plugins-base fails to compile with GCC 4.1
+ * 334620 : [gnomevfssrc] fails to connect to icecast streaming servers
+ * 334822 : [ffmpegcolorspace] YVU9 support
+ * 335028 : [typefinding] ID3 v1 tag is not recognized with mp3-in-wa...
+ * 335365 : inefficient use of GList in gst-plugins-base
+ * 336190 : [gnomevfssink] should accept non-URI filenames as " location "
+ * 336194 : [gnomevfssrc] some minor memory leaks
+ * 336477 : plugins need better/univied descriptions
+ * 336617 : Unable to recognise MPEG TS stream
+ * 337548 : Memory leaks in basertpdepayload
+ * 337945 : [oggdemux] segment stop position ignored
+ * 338419 : Regression in the handling of files with multiple audio/s...
+ * 338897 : Videoscale crashes as part of DVD to Ogg transcoding
+ * 339013 : [videorate] Goes into an infinite loop
+ * 339047 : [riff] handle H264 fourcc in addition to h264
+ * 339212 : ISO file typefinding regression
+ * 330748 : deadlock in base audio sink on playing- > paused state change
Bugs fixed since 0.10.4:
diff --git a/RELEASE b/RELEASE
index 3ec625f28f..81deb69862 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer Base Plug-ins 0.10.5 "Net"
+Release notes for GStreamer Base Plug-ins 0.10.6 "Chao"
@@ -14,11 +14,6 @@ It is, however, parallel installable with the 0.8.x series.
-This release is a quick-fix release for two issues that we felt were
-important enough to get a quick-fix release out for. Agile and ego-less, baby.
-
-
-
This module contains a set of reference plugins, base classes for other
plugins, and helper libraries.
@@ -60,11 +55,35 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
+ * QoS in sinks and transform elements
+ * Needs GStreamer 0.10.5 for new GstBaseSink::async_playback() vmethod
+ * added theoraparse element
Bugs fixed in this release
- * 334216 : [gnomevfssrc] won't open some media on NFS mounts any longer
- * 334226 : typefindfunctions plugin crashes on PPC on registration
+ * 313136 : [playbin] hang while playing truncated ogg file
+ * 172848 : [subparse] subtitles with special chars are displayed as ...
+ * 305279 : [riff] uncompressed AVIs with 24bpp don't work
+ * 320765 : [ffmpegcolorspace] make win32+msvc compliant, don't use _...
+ * 323852 : Disable tests/icles on platforms that do not have X
+ * 325653 : build errors compiling audioresample on win32(vs7)
+ * 327357 : gst-plugins-base fails to compile with GCC 4.1
+ * 334620 : [gnomevfssrc] fails to connect to icecast streaming servers
+ * 334822 : [ffmpegcolorspace] YVU9 support
+ * 335028 : [typefinding] ID3 v1 tag is not recognized with mp3-in-wa...
+ * 335365 : inefficient use of GList in gst-plugins-base
+ * 336190 : [gnomevfssink] should accept non-URI filenames as " location "
+ * 336194 : [gnomevfssrc] some minor memory leaks
+ * 336477 : plugins need better/univied descriptions
+ * 336617 : Unable to recognise MPEG TS stream
+ * 337548 : Memory leaks in basertpdepayload
+ * 337945 : [oggdemux] segment stop position ignored
+ * 338419 : Regression in the handling of files with multiple audio/s...
+ * 338897 : Videoscale crashes as part of DVD to Ogg transcoding
+ * 339013 : [videorate] Goes into an infinite loop
+ * 339047 : [riff] handle H264 fourcc in addition to h264
+ * 339212 : ISO file typefinding regression
+ * 330748 : deadlock in base audio sink on playing- > paused state change
Download
@@ -94,6 +113,20 @@ Applications
Contributors to this release
+ * Andy Wingo
+ * Antoine Tremblay
+ * David Schleef
+ * Edward Hervey
+ * Fabrizio Gennari
+ * Jan Schmidt
+ * Julien MOUTTE
+ * Michael Smith
+ * Michal Benes
+ * Sebastien Moutte
+ * Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller
+ * Tommi Myöhänen
+ * Wim Taymans
+ * j^
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index e4f0649454..22ef24f822 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer Base Plug-ins, 0.10.5.4,
+AC_INIT(GStreamer Base Plug-ins, 0.10.6,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
@@ -40,7 +40,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 3, 0, 3)
+AS_LIBTOOL(GST, 4, 0, 4)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.
diff --git a/docs/plugins/gst-plugins-base-plugins.signals b/docs/plugins/gst-plugins-base-plugins.signals
index 5dd945c661..e3ca70a2a5 100644
--- a/docs/plugins/gst-plugins-base-plugins.signals
+++ b/docs/plugins/gst-plugins-base-plugins.signals
@@ -1,6 +1,7 @@
<SIGNAL>
<NAME>GstMultiFdSink::add</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstMultiFdSink *gstmultifdsink
gint arg1
</SIGNAL>
@@ -8,12 +9,14 @@ gint arg1
<SIGNAL>
<NAME>GstMultiFdSink::clear</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstMultiFdSink *gstmultifdsink
</SIGNAL>
<SIGNAL>
<NAME>GstMultiFdSink::client-added</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstMultiFdSink *gstmultifdsink
gint arg1
</SIGNAL>
@@ -21,14 +24,16 @@ gint arg1
<SIGNAL>
<NAME>GstMultiFdSink::client-removed</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstMultiFdSink *gstmultifdsink
gint arg1
-GstClientStatus arg2
+GstClientStatus *arg2
</SIGNAL>
<SIGNAL>
<NAME>GstMultiFdSink::get-stats</NAME>
<RETURNS>GValueArray*</RETURNS>
+<FLAGS>l</FLAGS>
GstMultiFdSink *gstmultifdsink
gint arg1
</SIGNAL>
@@ -36,6 +41,7 @@ gint arg1
<SIGNAL>
<NAME>GstMultiFdSink::remove</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstMultiFdSink *gstmultifdsink
gint arg1
</SIGNAL>
@@ -43,6 +49,7 @@ gint arg1
<SIGNAL>
<NAME>GstDecodeBin::new-decoded-pad</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstDecodeBin *gstdecodebin
GstPad *arg1
gboolean arg2
@@ -51,6 +58,7 @@ gboolean arg2
<SIGNAL>
<NAME>GstDecodeBin::removed-decoded-pad</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstDecodeBin *gstdecodebin
GstPad *arg1
</SIGNAL>
@@ -58,6 +66,7 @@ GstPad *arg1
<SIGNAL>
<NAME>GstDecodeBin::unknown-type</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstDecodeBin *gstdecodebin
GstPad *arg1
GstCaps *arg2
@@ -87,6 +96,7 @@ gint arg1
<SIGNAL>
<NAME>GstGnomeVFSSink::allow-overwrite</NAME>
<RETURNS>gboolean</RETURNS>
+<FLAGS>c</FLAGS>
GstGnomeVFSSink *gstgnomevfssink
GnomeVFSURI *arg1
</SIGNAL>
@@ -94,6 +104,7 @@ GnomeVFSURI *arg1
<SIGNAL>
<NAME>GstCdParanoiaSrc::transport-error</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstCdParanoiaSrc *gstcdparanoiasrc
gint arg1
</SIGNAL>
@@ -101,6 +112,7 @@ gint arg1
<SIGNAL>
<NAME>GstCdParanoiaSrc::uncorrected-error</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstCdParanoiaSrc *gstcdparanoiasrc
gint arg1
</SIGNAL>
diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml
index b5eede3d10..e7e53830c0 100644
--- a/docs/plugins/inspect/plugin-adder.xml
+++ b/docs/plugins/inspect/plugin-adder.xml
@@ -3,7 +3,7 @@
<description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml
index 5bf9bb5535..5f10f91075 100644
--- a/docs/plugins/inspect/plugin-alsa.xml
+++ b/docs/plugins/inspect/plugin-alsa.xml
@@ -3,7 +3,7 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -11,21 +11,21 @@
<elements>
<element>
<name>alsamixer</name>
- <longname>Alsa Mixer</longname>
+ <longname>Alsa mixer</longname>
<class>Generic/Audio</class>
<description>Control sound input and output levels with ALSA</description>
<author>Leif Johnson &lt;leif@ambient.2y.net&gt;</author>
</element>
<element>
<name>alsasink</name>
- <longname>Audio Sink (ALSA)</longname>
+ <longname>Audio sink (ALSA)</longname>
<class>Sink/Audio</class>
<description>Output to a sound card via ALSA</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>alsasrc</name>
- <longname>Audio Src (ALSA)</longname>
+ <longname>Audio source (ALSA)</longname>
<class>Source/Audio</class>
<description>Read from a sound card via ALSA</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml
index 4c867284af..070e6b5462 100644
--- a/docs/plugins/inspect/plugin-audioconvert.xml
+++ b/docs/plugins/inspect/plugin-audioconvert.xml
@@ -3,7 +3,7 @@
<description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -11,7 +11,7 @@
<elements>
<element>
<name>audioconvert</name>
- <longname>Audio Conversion</longname>
+ <longname>Audio converter</longname>
<class>Filter/Converter/Audio</class>
<description>Convert audio to different formats</description>
<author>Benjamin Otte &lt;in7y118@public.uni-hamburg.de&gt;</author>
diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml
index fadee81d9d..e197ab9ff3 100644
--- a/docs/plugins/inspect/plugin-audiorate.xml
+++ b/docs/plugins/inspect/plugin-audiorate.xml
@@ -3,7 +3,7 @@
<description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml
index 8ce94602db..e1ca7989b1 100644
--- a/docs/plugins/inspect/plugin-audioresample.xml
+++ b/docs/plugins/inspect/plugin-audioresample.xml
@@ -3,7 +3,7 @@
<description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml
index 9dbfa59dec..c2c168cb71 100644
--- a/docs/plugins/inspect/plugin-audiotestsrc.xml
+++ b/docs/plugins/inspect/plugin-audiotestsrc.xml
@@ -3,7 +3,7 @@
<description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml
index 7355fed48b..bc9a9fc2e4 100644
--- a/docs/plugins/inspect/plugin-cdparanoia.xml
+++ b/docs/plugins/inspect/plugin-cdparanoia.xml
@@ -3,7 +3,7 @@
<description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>GPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-decodebin.xml b/docs/plugins/inspect/plugin-decodebin.xml
index 490ce50bfd..d67ceb22b0 100644
--- a/docs/plugins/inspect/plugin-decodebin.xml
+++ b/docs/plugins/inspect/plugin-decodebin.xml
@@ -3,7 +3,7 @@
<description>decoder bin</description>
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
<basename>libgstdecodebin.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml
index 3773436762..f3a1d926c6 100644
--- a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml
+++ b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml
@@ -3,7 +3,7 @@
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
<basename>libgstffmpegcolorspace.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>FFMpeg</package>
diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml
index 46d0af55dd..a027c9ead8 100644
--- a/docs/plugins/inspect/plugin-gnomevfs.xml
+++ b/docs/plugins/inspect/plugin-gnomevfs.xml
@@ -3,7 +3,7 @@
<description>elements to read from and write to Gnome-VFS uri's</description>
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
<basename>libgstgnomevfs.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml
index 16fa787de6..52d57e8798 100644
--- a/docs/plugins/inspect/plugin-libvisual.xml
+++ b/docs/plugins/inspect/plugin-libvisual.xml
@@ -3,7 +3,7 @@
<description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -31,6 +31,13 @@
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
+ <name>libvisual_gdkpixbuf</name>
+ <longname>libvisual GdkPixbuf image loader plugin v.0.0.1</longname>
+ <class>Visualization</class>
+ <description>The GdkPixbuf image loader for libvisual</description>
+ <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
+ </element>
+ <element>
<name>libvisual_jakdaw</name>
<longname>libvisual Jakdaw plugin plugin v.0.0.1</longname>
<class>Visualization</class>
diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml
index 61efed1497..a29f4e11d9 100644
--- a/docs/plugins/inspect/plugin-ogg.xml
+++ b/docs/plugins/inspect/plugin-ogg.xml
@@ -3,7 +3,7 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -11,21 +11,21 @@
<elements>
<element>
<name>oggdemux</name>
- <longname>ogg demuxer</longname>
+ <longname>Ogg demuxer</longname>
<class>Codec/Demuxer</class>
<description>demux ogg streams (info about ogg: http://xiph.org)</description>
<author>Wim Taymand &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>oggmux</name>
- <longname>ogg muxer</longname>
+ <longname>Ogg muxer</longname>
<class>Codec/Muxer</class>
<description>mux ogg streams (info about ogg: http://xiph.org)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>oggparse</name>
- <longname>ogg parser</longname>
+ <longname>Ogg parser</longname>
<class>Codec/Parser</class>
<description>parse ogg streams into pages (info about ogg: http://xiph.org)</description>
<author>Michael Smith &lt;msmith@fluendo.com&gt;</author>
diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml
index 9f6dce6ee1..c91bd68397 100644
--- a/docs/plugins/inspect/plugin-pango.xml
+++ b/docs/plugins/inspect/plugin-pango.xml
@@ -3,7 +3,7 @@
<description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -11,28 +11,28 @@
<elements>
<element>
<name>clockoverlay</name>
- <longname>Clock Overlay</longname>
+ <longname>Clock overlay</longname>
<class>Filter/Editor/Video</class>
<description>Overlays the current clock time on a video stream</description>
<author>Tim-Philipp Müller &lt;tim@centricular.net&gt;</author>
</element>
<element>
<name>textoverlay</name>
- <longname>Text Overlay</longname>
+ <longname>Text overlay</longname>
<class>Filter/Editor/Video</class>
<description>Adds text strings on top of a video buffer</description>
<author>David Schleef &lt;ds@schleef.org&gt;</author>
</element>
<element>
<name>textrender</name>
- <longname>Text Render</longname>
+ <longname>Text renderer</longname>
<class>Filter/Editor/Video</class>
<description>Renders a text string to an image bitmap</description>
<author>David Schleef &lt;ds@schleef.org&gt;, Ronald S. Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>timeoverlay</name>
- <longname>Time Overlay</longname>
+ <longname>Time overlay</longname>
<class>Filter/Editor/Video</class>
<description>Overlays buffer time stamps on a video stream</description>
<author>Tim-Philipp Müller &lt;tim@centricular.net&gt;</author>
diff --git a/docs/plugins/inspect/plugin-playbin.xml b/docs/plugins/inspect/plugin-playbin.xml
index fec1f9ad82..39f40813df 100644
--- a/docs/plugins/inspect/plugin-playbin.xml
+++ b/docs/plugins/inspect/plugin-playbin.xml
@@ -3,7 +3,7 @@
<description>player bin</description>
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
<basename>libgstplaybin.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml
index fffeb32b9b..925282ec59 100644
--- a/docs/plugins/inspect/plugin-subparse.xml
+++ b/docs/plugins/inspect/plugin-subparse.xml
@@ -3,7 +3,7 @@
<description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -18,7 +18,7 @@
</element>
<element>
<name>subparse</name>
- <longname>Subtitle parsers</longname>
+ <longname>Subtitle parser</longname>
<class>Codec/Parser/Subtitle</class>
<description>Parses subtitle (.sub) files into text streams</description>
<author>Gustavo J. A. M. Carneiro &lt;gjc@inescporto.pt&gt;
diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml
index 6f8c9cc841..0e58b0c23b 100644
--- a/docs/plugins/inspect/plugin-tcp.xml
+++ b/docs/plugins/inspect/plugin-tcp.xml
@@ -3,7 +3,7 @@
<description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -11,35 +11,35 @@
<elements>
<element>
<name>multifdsink</name>
- <longname>MultiFd sink</longname>
+ <longname>Multi filedescriptor sink</longname>
<class>Sink/Network</class>
<description>Send data to multiple filedescriptors</description>
<author>Thomas Vander Stichele &lt;thomas at apestaart dot org&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>tcpclientsink</name>
- <longname>TCP Client sink</longname>
+ <longname>TCP client sink</longname>
<class>Sink/Network</class>
<description>Send data as a client over the network via TCP</description>
<author>Thomas Vander Stichele &lt;thomas at apestaart dot org&gt;</author>
</element>
<element>
<name>tcpclientsrc</name>
- <longname>TCP Client source</longname>
+ <longname>TCP client source</longname>
<class>Source/Network</class>
<description>Receive data as a client over the network via TCP</description>
<author>Thomas Vander Stichele &lt;thomas at apestaart dot org&gt;</author>
</element>
<element>
<name>tcpserversink</name>
- <longname>TCP Server sink</longname>
+ <longname>TCP server sink</longname>
<class>Sink/Network</class>
<description>Send data as a server over the network via TCP</description>
<author>Thomas Vander Stichele &lt;thomas at apestaart dot org&gt;</author>
</element>
<element>
<name>tcpserversrc</name>
- <longname>TCP Server source</longname>
+ <longname>TCP server source</longname>
<class>Source/Network</class>
<description>Receive data as a server over the network via TCP</description>
<author>Thomas Vander Stichele &lt;thomas at apestaart dot org&gt;</author>
diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml
index 6ee1c9c615..f5faa77dc4 100644
--- a/docs/plugins/inspect/plugin-theora.xml
+++ b/docs/plugins/inspect/plugin-theora.xml
@@ -3,7 +3,7 @@
<description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -11,17 +11,24 @@
<elements>
<element>
<name>theoradec</name>
- <longname>TheoraDec</longname>
+ <longname>Theora video decoder</longname>
<class>Codec/Decoder/Video</class>
<description>decode raw theora streams to raw YUV video</description>
<author>Benjamin Otte &lt;in7y118@public.uni-hamburg.de&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>theoraenc</name>
- <longname>TheoraEnc</longname>
+ <longname>Theora video encoder</longname>
<class>Codec/Encoder/Video</class>
<description>encode raw YUV video to a theora stream</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
+ <element>
+ <name>theoraparse</name>
+ <longname>TheoraParse</longname>
+ <class>Codec/Parser/Video</class>
+ <description>parse raw theora streams</description>
+ <author>Andy Wingo &lt;wingo@pobox.com&gt;</author>
+ </element>
</elements>
</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml
index 625f85dc2e..25977dca32 100644
--- a/docs/plugins/inspect/plugin-typefindfunctions.xml
+++ b/docs/plugins/inspect/plugin-typefindfunctions.xml
@@ -3,7 +3,7 @@
<description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-video4linux.xml b/docs/plugins/inspect/plugin-video4linux.xml
index dfc8da7346..d48c3fb7e1 100644
--- a/docs/plugins/inspect/plugin-video4linux.xml
+++ b/docs/plugins/inspect/plugin-video4linux.xml
@@ -3,7 +3,7 @@
<description>elements for Video 4 Linux</description>
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
<basename>libgstvideo4linux.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -13,7 +13,7 @@
<name>v4lsrc</name>
<longname>Video (video4linux/raw) Source</longname>
<class>Source/Video</class>
- <description>Reads raw frames from a video4linux (BT8x8) device</description>
+ <description>Reads raw frames from a video4linux device</description>
<author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml
index 2cf9270a4a..19b655059d 100644
--- a/docs/plugins/inspect/plugin-videorate.xml
+++ b/docs/plugins/inspect/plugin-videorate.xml
@@ -3,7 +3,7 @@
<description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml
index 74f8b25950..cfc7cf3da6 100644
--- a/docs/plugins/inspect/plugin-videoscale.xml
+++ b/docs/plugins/inspect/plugin-videoscale.xml
@@ -3,7 +3,7 @@
<description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml
index 05676f49df..a7e0e3cd22 100644
--- a/docs/plugins/inspect/plugin-videotestsrc.xml
+++ b/docs/plugins/inspect/plugin-videotestsrc.xml
@@ -3,7 +3,7 @@
<description>Creates a test video stream</description>
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
<basename>libgstvideotestsrc.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml
index 2e5c7d7079..9b20ed789e 100644
--- a/docs/plugins/inspect/plugin-volume.xml
+++ b/docs/plugins/inspect/plugin-volume.xml
@@ -3,7 +3,7 @@
<description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml
index f3ed59f446..e6ff97b506 100644
--- a/docs/plugins/inspect/plugin-vorbis.xml
+++ b/docs/plugins/inspect/plugin-vorbis.xml
@@ -3,7 +3,7 @@
<description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -11,14 +11,14 @@
<elements>
<element>
<name>vorbisdec</name>
- <longname>VorbisDec</longname>
+ <longname>Vorbis audio decoder</longname>
<class>Codec/Decoder/Audio</class>
<description>decode raw vorbis streams to float audio</description>
<author>Benjamin Otte &lt;in7y118@public.uni-hamburg.de&gt;</author>
</element>
<element>
<name>vorbisenc</name>
- <longname>Vorbis encoder</longname>
+ <longname>Vorbis audio encoder</longname>
<class>Codec/Encoder/Audio</class>
<description>Encodes audio in Vorbis format</description>
<author>Monty &lt;monty@xiph.org&gt;, Wim Taymans &lt;wim@fluendo.com&gt;</author>
diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml
index fbedffa47f..fcdb5f701f 100644
--- a/docs/plugins/inspect/plugin-ximagesink.xml
+++ b/docs/plugins/inspect/plugin-ximagesink.xml
@@ -3,7 +3,7 @@
<description>X11 video output element based on standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
<basename>libgstximagesink.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml
index 503ced8e72..98925db824 100644
--- a/docs/plugins/inspect/plugin-xvimagesink.xml
+++ b/docs/plugins/inspect/plugin-xvimagesink.xml
@@ -3,7 +3,7 @@
<description>XFree86 video output plugin using Xv extension</description>
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
<basename>libgstxvimagesink.so</basename>
- <version>0.10.5</version>
+ <version>0.10.6</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/upload.mak b/docs/upload.mak
index 294a4a4fa5..9df285d245 100644
--- a/docs/upload.mak
+++ b/docs/upload.mak
@@ -16,11 +16,9 @@
DOC_SERVER=gstreamer.freedesktop.org
DOC_BASE=/srv/gstreamer.freedesktop.org/www/data/doc
DOC_URL=$(DOC_SERVER):$(DOC_BASE)
-GST_VERSION_NANO = $(GST_PLUGINS_BASE_VERSION_NANO)
-
upload: $(FORMATS)
- @if test "x$(GST_VERSION_NANO)" = x0; then \
+ @if test "x$(PACKAGE_VERSION_NANO)" = x0; then \
export DOCVERSION=$(VERSION); \
else export DOCVERSION=head; \
fi; \