summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-03-10 19:05:13 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-03-10 19:05:13 +0000
commit935ef969ef3590954eb99cda883e2579015b5f05 (patch)
tree3ae2a67454403e9cd50ce6e149ae901d1d181434
parenta9f2d28efbc1432712a32934cc79ad362cfdceea (diff)
releasing 0.10.4gst-plugins-base-0.10.4
Original commit message from CVS: releasing 0.10.4
-rw-r--r--ChangeLog47
-rw-r--r--NEWS49
-rw-r--r--RELEASE69
-rw-r--r--configure.ac4
-rw-r--r--docs/plugins/gst-plugins-base-plugins.args40
-rw-r--r--docs/plugins/inspect/plugin-adder.xml2
-rw-r--r--docs/plugins/inspect/plugin-alsa.xml6
-rw-r--r--docs/plugins/inspect/plugin-audioconvert.xml2
-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.xml51
-rw-r--r--docs/plugins/inspect/plugin-ogg.xml2
-rw-r--r--docs/plugins/inspect/plugin-pango.xml2
-rw-r--r--docs/plugins/inspect/plugin-playbin.xml2
-rw-r--r--docs/plugins/inspect/plugin-subparse.xml11
-rw-r--r--docs/plugins/inspect/plugin-tcp.xml2
-rw-r--r--docs/plugins/inspect/plugin-theora.xml2
-rw-r--r--docs/plugins/inspect/plugin-typefindfunctions.xml2
-rw-r--r--docs/plugins/inspect/plugin-video4linux.xml2
-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.xml4
-rw-r--r--docs/plugins/inspect/plugin-vorbis.xml2
-rw-r--r--docs/plugins/inspect/plugin-ximagesink.xml2
-rw-r--r--docs/plugins/inspect/plugin-xvimagesink.xml2
-rw-r--r--docs/upload.mak2
-rw-r--r--win32/common/config.h4
33 files changed, 201 insertions, 130 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b89000372..50213d2338 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.4 ===
+
+2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.10.4, "Power"
+
2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
* gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
@@ -7,10 +14,11 @@
2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Fabrizio Gennari
+
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
Make sure we don't read beyond the palette buffer in case of
- broken or manipulated files (#333488, patch by: Fabrizio
- Gennari)
+ broken or manipulated files (#333488)
2006-03-10 Edward Hervey <edward@fluendo.com>
@@ -53,11 +61,12 @@
2006-03-09 Wim Taymans <wim@fluendo.com>
+ Patch by: Christophe Fergeau
+
* ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
* ext/pango/gsttextrender.c: (gst_text_render_init):
* gst/adder/gstadder.c: (gst_adder_init):
- Don't leak padtemplates, patch by Christophe Fergeau,
- closes #333510.
+ Don't leak padtemplates, closes #333510.
2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
@@ -134,9 +143,11 @@
2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Fabrizio Gennari
+
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
Allow palettes with less than 256 colours in AVI files
- (#333488, patch by: Fabrizio Gennari).
+ (#333488)
2006-03-07 Julien MOUTTE <julien@moutte.net>
@@ -170,6 +181,8 @@
2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Fabrizio Gennari
+
* ext/libvisual/visual.c: (gst_visual_getcaps),
(gst_visual_src_setcaps), (gst_visual_sink_setcaps):
* ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
@@ -185,7 +198,7 @@
(gst_video_get_size):
* gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
Don't leak references returned by gst_pad_get_parent()
- (#333663, based on patch by: Christophe Fergeau).
+ (#333663)
2006-03-06 Stefan Kost <ensonic@users.sf.net>
@@ -211,8 +224,10 @@
2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Fabrizio Gennari
+
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
- Set depth on WMA caps (#333545, patch by: Fabrizio Gennari).
+ Set depth on WMA caps (#333545)
2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
@@ -584,9 +599,10 @@
2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
+
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
- Pick up palette for MS video v1 (#327028, patch by:
- Fabrizio Gennari <fabrizio dot get at tiscali dot it>)
+ Pick up palette for MS video v1 (#327028)
2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
@@ -630,7 +646,7 @@
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
Don't send EOS event here, the base class will send one for us.
-
+
* gst/playback/gstplaybasebin.c: (prepare_output):
Subpictures without video stream aren't allowed either.
@@ -722,7 +738,7 @@
2006-02-19 Julien MOUTTE <julien@moutte.net>
* gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
- should be considered as row.
+ should be considered as raw.
2006-02-19 Julien MOUTTE <julien@moutte.net>
@@ -2082,10 +2098,12 @@
2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Michael Benes
+
* gst/videotestsrc/gstvideotestsrc.c:
(gst_video_test_src_class_init), (gst_video_test_src_start):
Add start method to reset running time and number of frames sent
- when starting up (fixes #324696; patch by: Michal Benes).
+ when starting up (fixes #324696)
2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
@@ -2232,12 +2250,13 @@
2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Benjamin Pineau
+
* gst/tcp/gsttcp.c:
* gst/tcp/gsttcpclientsink.c:
* gst/tcp/gsttcpserversink.c:
* gst/tcp/gsttcpserversrc.c:
- Add <string.h> includes for memset and FD_ZERO (fixes #323878;
- patch by: Benjamin Pineau).
+ Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2005-12-15 Michael Smith <msmith@fluendo.com>
diff --git a/NEWS b/NEWS
index 5e0d90273f..18c743be9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,52 @@
-This is GStreamer Base Plug-ins 0.10.3, "Under Pressure"
+This is GStreamer Base Plug-ins 0.10.4, "Power"
+
+Changes since 0.10.3:
+
+ * (Experimental) QoS support
+ * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
+ * documentation updates
+ * better support for subtitles (seeking)
+
+Bugs fixed since 0.10.3:
+
+ * 310202 : [subtitles] < i > < /i > tags and others should be supported i...
+ * 312439 : XVideo output doesn't work on remote displays (probably r...
+ * 321271 : audio output is truncated at EOS
+ * 321650 : Can't decode this ogm file
+ * 325732 : [oggdemux] problem when seeking to time less than 4s with...
+ * 325972 : [typefinding] doesn't recognise this mp3
+ * 326720 : [alsasink] doesn't support more than 2 channels anymore
+ * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
+ * 330789 : gstbaseaudiosink causes noise on seeking
+ * 330888 : Fix build with gcc 2.95 (again)
+ * 331295 : gnomevfssink doesn't respect umask when creating files
+ * 331526 : 3GP type detection is too simple
+ * 331678 : Decodebin is not reusable within a single pipeline (as in...
+ * 331690 : playbin won't play my last.fm stream
+ * 331763 : [alsamixer] unmute sets the volume to 100%
+ * 331765 : [alsamixer] mixer applet slider doesn't want to move from...
+ * 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
+ * 332778 : [ogmparse] " Already an existing pad " WARNING
+ * 332964 : random crashes in mp3_type_find
+ * 333254 : theora encoder does not set IN_CAPS flag properly
+ * 333352 : [gnomevfssink] reports disk full as generic error
+ * 333488 : Allow for palette < 256 colours in AVI files
+ * 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
+ * 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
+ * 333663 : [patch] unref the result of gst_pad_get_parent
+ * 333900 : [typefind] cannot play a particular mp3 file
+ * 334112 : variable not initialized
+ * 334129 : Disable frame dropping for now
+ * 317038 : use default channel layout if none is specified in multic...
+ * 319340 : [cdparanoia] uncorrected-error signal never fired
+
+API added since 0.10.3:
+
+ * GstTextOverlay::halignment
+ * GstTextOverlay::valignment
Changes since 0.10.2:
+
* typefind improvements
* Ogg decoding and encoding fixes
* Improved audio and video sink classes
@@ -10,6 +56,7 @@ Changes since 0.10.2:
* Subtitle support
Bugs fixed since 0.10.2:
+
* 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem...
* 324000 : [playbin] post error or message on unknown input
* 153004 : [typefind] can't identify mp3 file with one single mpeg f...
diff --git a/RELEASE b/RELEASE
index 1a29a8e9a0..157051e763 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer Base Plug-ins 0.10.3 "Under Pressure"
+GStreamer: Release notes for GStreamer Base Plug-ins 0.10.4 "Power"
@@ -55,25 +55,51 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
- * typefind improvements
- * Ogg decoding and encoding fixes
- * Improved audio and video sink classes
- * Bug and leak fixes
- * Improved video scaling
- * On-the-fly visualisation switching
- * Subtitle support
+ * (Experimental) QoS support
+ * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
+ * documentation updates
+ * better support for subtitles (seeking)
Bugs fixed in this release
- * 324000 : [playbin] post error or message on unknown input
- * 153004 : [typefind] can't identify mp3 file with one single mpeg f...
- * 323874 : [playbin] leaks sinks and threads when using gconfaudiosink
- * 324626 : ffmpegcolorspace support for fourcc " UYVY "
- * 326447 : check that all elements in -base pass queries they can't ...
- * 328263 : Fix build with gcc 2.95
- * 328279 : [decodebin] timeout issue when pre-rolling
- * 329326 : Fix oggmux removing pads from collect pads
- * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem...
+ * 310202 : [subtitles] < i > < /i > tags and others should be supported i...
+ * 312439 : XVideo output doesn't work on remote displays (probably r...
+ * 321271 : audio output is truncated at EOS
+ * 321650 : Can't decode this ogm file
+ * 325732 : [oggdemux] problem when seeking to time less than 4s with...
+ * 325972 : [typefinding] doesn't recognise this mp3
+ * 326720 : [alsasink] doesn't support more than 2 channels anymore
+ * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
+ * 330789 : gstbaseaudiosink causes noise on seeking
+ * 330888 : Fix build with gcc 2.95 (again)
+ * 331295 : gnomevfssink doesn't respect umask when creating files
+ * 331526 : 3GP type detection is too simple
+ * 331678 : Decodebin is not reusable within a single pipeline (as in...
+ * 331690 : playbin won't play my last.fm stream
+ * 331763 : [alsamixer] unmute sets the volume to 100%
+ * 331765 : [alsamixer] mixer applet slider doesn't want to move from...
+ * 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
+ * 332778 : [ogmparse] " Already an existing pad " WARNING
+ * 332964 : random crashes in mp3_type_find
+ * 333254 : theora encoder does not set IN_CAPS flag properly
+ * 333352 : [gnomevfssink] reports disk full as generic error
+ * 333488 : Allow for palette < 256 colours in AVI files
+ * 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
+ * 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
+ * 333663 : [patch] unref the result of gst_pad_get_parent
+ * 333900 : [typefind] cannot play a particular mp3 file
+ * 334112 : variable not initialized
+ * 334129 : Disable frame dropping for now
+ * 317038 : use default channel layout if none is specified in multic...
+ * 319340 : [cdparanoia] uncorrected-error signal never fired
+
+API changed in this release
+
+
+- API additions:
+
+* GstTextOverlay::halignment
+* GstTextOverlay::valignment
Download
@@ -104,16 +130,17 @@ Applications
Contributors to this release
* Andy Wingo
- * David Schleef
- * Edgard Lima
+ * Christophe Fergeau
* Edward Hervey
+ * Fabrizio Gennari
* Jan Schmidt
- * Jens Granseuer
* Julien MOUTTE
- * Philippe Kalaf
+ * Mathieu Garcia
+ * Michael Smith
* Sebastien Moutte
* Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller
+ * Tommi Myöhänen
* Wim Taymans
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 50be46b36c..28823b1d89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT
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-base, GST_PLUGINS_BASE_VERSION, 0, 10, 3, 2,
+AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 4, 0,
GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
@@ -43,7 +43,7 @@ AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.3.1
+GST_REQ=0.10.4
dnl *** autotools stuff ****
diff --git a/docs/plugins/gst-plugins-base-plugins.args b/docs/plugins/gst-plugins-base-plugins.args
index 27692d1346..4bdd0f41c1 100644
--- a/docs/plugins/gst-plugins-base-plugins.args
+++ b/docs/plugins/gst-plugins-base-plugins.args
@@ -1054,7 +1054,7 @@
<RANGE>[0,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>New Pref</NICK>
-<BLURB>Value indicating how much to prefer new frames.</BLURB>
+<BLURB>Value indicating how much to prefer new frames (unused).</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
@@ -1170,12 +1170,12 @@
<ARG>
<NAME>GstTextOverlay::halign</NAME>
-<TYPE>GstTextOverlayHAlign</TYPE>
+<TYPE>gchararray</TYPE>
<RANGE></RANGE>
-<FLAGS>rw</FLAGS>
+<FLAGS>w</FLAGS>
<NICK>horizontal alignment</NICK>
-<BLURB>Horizontal alignment of the text. .</BLURB>
-<DEFAULT>center</DEFAULT>
+<BLURB>Horizontal alignment of the text (deprecated; use halignment).</BLURB>
+<DEFAULT>"center"</DEFAULT>
</ARG>
<ARG>
@@ -1200,12 +1200,12 @@
<ARG>
<NAME>GstTextOverlay::valign</NAME>
-<TYPE>GstTextOverlayVAlign</TYPE>
+<TYPE>gchararray</TYPE>
<RANGE></RANGE>
-<FLAGS>rw</FLAGS>
+<FLAGS>w</FLAGS>
<NICK>vertical alignment</NICK>
-<BLURB>Vertical alignment of the text. .</BLURB>
-<DEFAULT>baseline</DEFAULT>
+<BLURB>Vertical alignment of the text (deprecated; use valignment).</BLURB>
+<DEFAULT>"baseline"</DEFAULT>
</ARG>
<ARG>
@@ -1239,6 +1239,26 @@
</ARG>
<ARG>
+<NAME>GstTextOverlay::halignment</NAME>
+<TYPE>GstTextOverlayHAlign</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>horizontal alignment</NICK>
+<BLURB>Horizontal alignment of the text.</BLURB>
+<DEFAULT>center</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>GstTextOverlay::valignment</NAME>
+<TYPE>GstTextOverlayVAlign</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>vertical alignment</NICK>
+<BLURB>Vertical alignment of the text.</BLURB>
+<DEFAULT>baseline</DEFAULT>
+</ARG>
+
+<ARG>
<NAME>CDParanoia::abort-on-skip</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
@@ -1394,7 +1414,7 @@
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>File Location</NICK>
-<BLURB>Location of the file to read.</BLURB>
+<BLURB>Location of the file to write.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml
index 65596f4435..09659f54a6 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.3</version>
+ <version>0.10.4</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 9c28c0cf6a..99c0314e7a 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.3</version>
+ <version>0.10.4</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -26,8 +26,8 @@
<element>
<name>alsasrc</name>
<longname>Audio Src (ALSA)</longname>
- <class>Src/Audio</class>
- <description>Output to a sound card via ALSA</description>
+ <class>Source/Audio</class>
+ <description>Read from a sound card via ALSA</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
</elements>
diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml
index f16b2fcb2b..e71fd840df 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.3</version>
+ <version>0.10.4</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml
index 86e7041499..3e73360d15 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.3</version>
+ <version>0.10.4</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 cf34cf7b80..2560bf9ac1 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.3</version>
+ <version>0.10.4</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 3c84ec6720..6c57aee2b0 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.3</version>
+ <version>0.10.4</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 88be8cab4c..4da052b8f6 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.3</version>
+ <version>0.10.4</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 ca52a97bd5..8ae60b8dd3 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.3</version>
+ <version>0.10.4</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 909fe99327..b65fcfe71a 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.3</version>
+ <version>0.10.4</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 468d8a5d8e..548c8e00e1 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.3</version>
+ <version>0.10.4</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 b647355016..a1702da359 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.3</version>
+ <version>0.10.4</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
@@ -31,27 +31,6 @@
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
- <name>libvisual_dancingparticles</name>
- <longname>libvisual libvisual Dancing Particles plugin plugin v.0.1</longname>
- <class>Visualization</class>
- <description>The Libvisual Dancing Particles plugin</description>
- <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_infinite</name>
- <longname>libvisual infinite plugin plugin v.0.1</longname>
- <class>Visualization</class>
- <description>The infinite visual plugin</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>
@@ -73,20 +52,6 @@
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
- <name>libvisual_lv_flower</name>
- <longname>libvisual libvisual Pseudotoad flower, yellow rose of texas plugin v.0.1</longname>
- <class>Visualization</class>
- <description>The Libvisual yellow rose of texas port</description>
- <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
- </element>
- <element>
- <name>libvisual_lv_gltest</name>
- <longname>libvisual libvisual GL analyser plugin v.0.1</longname>
- <class>Visualization</class>
- <description>The Libvisual GL analyzer plugin</description>
- <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
- </element>
- <element>
<name>libvisual_lv_scope</name>
<longname>libvisual libvisual scope plugin v.0.1</longname>
<class>Visualization</class>
@@ -94,20 +59,6 @@
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
- <name>libvisual_madspin</name>
- <longname>libvisual libvisual madspin port plugin v.0.1</longname>
- <class>Visualization</class>
- <description>The Libvisual madspin plugin</description>
- <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
- </element>
- <element>
- <name>libvisual_nebulus</name>
- <longname>libvisual Libvisual plugins plugin v.0.2.0</longname>
- <class>Visualization</class>
- <description>The Libvisual nebulus plugin</description>
- <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
- </element>
- <element>
<name>libvisual_oinksie</name>
<longname>libvisual oinksie plugin plugin v.0.1</longname>
<class>Visualization</class>
diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml
index d7bb962c2f..7fb51f8b76 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.3</version>
+ <version>0.10.4</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml
index a24bda5431..e21995b85e 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.3</version>
+ <version>0.10.4</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-playbin.xml b/docs/plugins/inspect/plugin-playbin.xml
index d2403aaeab..d9d28a2f64 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.3</version>
+ <version>0.10.4</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 e50f352e9c..bcc0c116dc 100644
--- a/docs/plugins/inspect/plugin-subparse.xml
+++ b/docs/plugins/inspect/plugin-subparse.xml
@@ -1,15 +1,22 @@
<plugin>
<name>subparse</name>
- <description>Subtitle (.sub) file parsing</description>
+ <description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename>
- <version>0.10.3</version>
+ <version>0.10.4</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
+ <name>ssaparse</name>
+ <longname>SSA Subtitle Parser</longname>
+ <class>Codec/Parser/Subtitle</class>
+ <description>Parses SSA subtitle streams</description>
+ <author>Tim-Philipp Müller &lt;tim centricular net&gt;</author>
+ </element>
+ <element>
<name>subparse</name>
<longname>Subtitle parsers</longname>
<class>Codec/Parser/Subtitle</class>
diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml
index 6a3825f575..f073ff113b 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.3</version>
+ <version>0.10.4</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml
index 62afb140e5..d9aa228b66 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.3</version>
+ <version>0.10.4</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml
index bb61278d66..791ac40224 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.3</version>
+ <version>0.10.4</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 2c86265cf4..76396b6257 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.3</version>
+ <version>0.10.4</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml
index 2c435c1aed..c127a94dc3 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.3</version>
+ <version>0.10.4</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 81404b1438..5180942593 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.3</version>
+ <version>0.10.4</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 5d42fdd3c2..ed84805f19 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.3</version>
+ <version>0.10.4</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 243e198e54..8db05f4b56 100644
--- a/docs/plugins/inspect/plugin-volume.xml
+++ b/docs/plugins/inspect/plugin-volume.xml
@@ -1,9 +1,9 @@
<plugin>
<name>volume</name>
- <description>element for controlling audio volume</description>
+ <description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename>
- <version>0.10.3</version>
+ <version>0.10.4</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 12ac339ffd..0fd62fdebb 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.3</version>
+ <version>0.10.4</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml
index 2bcd47e0ae..f7c8f1a7a5 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.3</version>
+ <version>0.10.4</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 4f1b51efdb..c03aac5a15 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.3</version>
+ <version>0.10.4</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 69ccd951f6..294a4a4fa5 100644
--- a/docs/upload.mak
+++ b/docs/upload.mak
@@ -13,7 +13,7 @@
# correct User entry for the Host entry for the DOC_SERVER
# these variables define the location of the online docs
-DOC_SERVER=freedesktop.org
+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)
diff --git a/win32/common/config.h b/win32/common/config.h
index 5b8aa592fe..dbf360d471 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -42,7 +42,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease"
+#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
/* Define the version */
#define GST_VERSION "@GST_VERSION@"
@@ -250,7 +250,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.3.2"
+#define VERSION "0.10.4"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */