releasing 0.10.4

Original commit message from CVS:
releasing 0.10.4
This commit is contained in:
Thomas Vander Stichele 2006-03-10 19:05:13 +00:00
parent a9f2d28efb
commit 935ef969ef
33 changed files with 201 additions and 130 deletions

View file

@ -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> 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
* gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init): * 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> 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): * 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 Make sure we don't read beyond the palette buffer in case of
broken or manipulated files (#333488, patch by: Fabrizio broken or manipulated files (#333488)
Gennari)
2006-03-10 Edward Hervey <edward@fluendo.com> 2006-03-10 Edward Hervey <edward@fluendo.com>
@ -53,11 +61,12 @@
2006-03-09 Wim Taymans <wim@fluendo.com> 2006-03-09 Wim Taymans <wim@fluendo.com>
Patch by: Christophe Fergeau
* ext/pango/gsttextoverlay.c: (gst_text_overlay_init): * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
* ext/pango/gsttextrender.c: (gst_text_render_init): * ext/pango/gsttextrender.c: (gst_text_render_init):
* gst/adder/gstadder.c: (gst_adder_init): * gst/adder/gstadder.c: (gst_adder_init):
Don't leak padtemplates, patch by Christophe Fergeau, Don't leak padtemplates, closes #333510.
closes #333510.
2006-03-09 Tim-Philipp Müller <tim at centricular dot net> 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> 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): * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
Allow palettes with less than 256 colours in AVI files Allow palettes with less than 256 colours in AVI files
(#333488, patch by: Fabrizio Gennari). (#333488)
2006-03-07 Julien MOUTTE <julien@moutte.net> 2006-03-07 Julien MOUTTE <julien@moutte.net>
@ -170,6 +181,8 @@
2006-03-07 Tim-Philipp Müller <tim at centricular dot net> 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Fabrizio Gennari
* ext/libvisual/visual.c: (gst_visual_getcaps), * ext/libvisual/visual.c: (gst_visual_getcaps),
(gst_visual_src_setcaps), (gst_visual_sink_setcaps): (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
* ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect): * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
@ -185,7 +198,7 @@
(gst_video_get_size): (gst_video_get_size):
* gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps): * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
Don't leak references returned by gst_pad_get_parent() 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> 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> 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): * 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> 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> 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): * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
Pick up palette for MS video v1 (#327028, patch by: Pick up palette for MS video v1 (#327028)
Fabrizio Gennari <fabrizio dot get at tiscali dot it>)
2006-02-24 Tim-Philipp Müller <tim at centricular dot net> 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): * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
Don't send EOS event here, the base class will send one for us. Don't send EOS event here, the base class will send one for us.
* gst/playback/gstplaybasebin.c: (prepare_output): * gst/playback/gstplaybasebin.c: (prepare_output):
Subpictures without video stream aren't allowed either. Subpictures without video stream aren't allowed either.
@ -722,7 +738,7 @@
2006-02-19 Julien MOUTTE <julien@moutte.net> 2006-02-19 Julien MOUTTE <julien@moutte.net>
* gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout * 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> 2006-02-19 Julien MOUTTE <julien@moutte.net>
@ -2082,10 +2098,12 @@
2005-12-27 Tim-Philipp Müller <tim at centricular dot net> 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Michael Benes
* gst/videotestsrc/gstvideotestsrc.c: * gst/videotestsrc/gstvideotestsrc.c:
(gst_video_test_src_class_init), (gst_video_test_src_start): (gst_video_test_src_class_init), (gst_video_test_src_start):
Add start method to reset running time and number of frames sent 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> 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> 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Benjamin Pineau
* gst/tcp/gsttcp.c: * gst/tcp/gsttcp.c:
* gst/tcp/gsttcpclientsink.c: * gst/tcp/gsttcpclientsink.c:
* gst/tcp/gsttcpserversink.c: * gst/tcp/gsttcpserversink.c:
* gst/tcp/gsttcpserversrc.c: * gst/tcp/gsttcpserversrc.c:
Add <string.h> includes for memset and FD_ZERO (fixes #323878; Add <string.h> includes for memset and FD_ZERO (fixes #323878)
patch by: Benjamin Pineau).
2005-12-15 Michael Smith <msmith@fluendo.com> 2005-12-15 Michael Smith <msmith@fluendo.com>

49
NEWS
View file

@ -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: Changes since 0.10.2:
* typefind improvements * typefind improvements
* Ogg decoding and encoding fixes * Ogg decoding and encoding fixes
* Improved audio and video sink classes * Improved audio and video sink classes
@ -10,6 +56,7 @@ Changes since 0.10.2:
* Subtitle support * Subtitle support
Bugs fixed since 0.10.2: Bugs fixed since 0.10.2:
* 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem... * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem...
* 324000 : [playbin] post error or message on unknown input * 324000 : [playbin] post error or message on unknown input
* 153004 : [typefind] can't identify mp3 file with one single mpeg f... * 153004 : [typefind] can't identify mp3 file with one single mpeg f...

69
RELEASE
View file

@ -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 * Parallel installability with 0.8.x series
* Threadsafe design and API * Threadsafe design and API
* typefind improvements * (Experimental) QoS support
* Ogg decoding and encoding fixes * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
* Improved audio and video sink classes * documentation updates
* Bug and leak fixes * better support for subtitles (seeking)
* Improved video scaling
* On-the-fly visualisation switching
* Subtitle support
Bugs fixed in this release Bugs fixed in this release
* 324000 : [playbin] post error or message on unknown input * 310202 : [subtitles] < i > < /i > tags and others should be supported i...
* 153004 : [typefind] can't identify mp3 file with one single mpeg f... * 312439 : XVideo output doesn't work on remote displays (probably r...
* 323874 : [playbin] leaks sinks and threads when using gconfaudiosink * 321271 : audio output is truncated at EOS
* 324626 : ffmpegcolorspace support for fourcc " UYVY " * 321650 : Can't decode this ogm file
* 326447 : check that all elements in -base pass queries they can't ... * 325732 : [oggdemux] problem when seeking to time less than 4s with...
* 328263 : Fix build with gcc 2.95 * 325972 : [typefinding] doesn't recognise this mp3
* 328279 : [decodebin] timeout issue when pre-rolling * 326720 : [alsasink] doesn't support more than 2 channels anymore
* 329326 : Fix oggmux removing pads from collect pads * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
* 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem... * 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 Download
@ -104,16 +130,17 @@ Applications
Contributors to this release Contributors to this release
* Andy Wingo * Andy Wingo
* David Schleef * Christophe Fergeau
* Edgard Lima
* Edward Hervey * Edward Hervey
* Fabrizio Gennari
* Jan Schmidt * Jan Schmidt
* Jens Granseuer
* Julien MOUTTE * Julien MOUTTE
* Philippe Kalaf * Mathieu Garcia
* Michael Smith
* Sebastien Moutte * Sebastien Moutte
* Stefan Kost * Stefan Kost
* Thomas Vander Stichele * Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Tommi Myöhänen
* Wim Taymans * Wim Taymans
   

View file

@ -6,7 +6,7 @@ AC_INIT
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-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") GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ? dnl can autoconf find the source ?
@ -43,7 +43,7 @@ AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.3.1 GST_REQ=0.10.4
dnl *** autotools stuff **** dnl *** autotools stuff ****

View file

@ -1054,7 +1054,7 @@
<RANGE>[0,1]</RANGE> <RANGE>[0,1]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>New Pref</NICK> <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> <DEFAULT>1</DEFAULT>
</ARG> </ARG>
@ -1170,12 +1170,12 @@
<ARG> <ARG>
<NAME>GstTextOverlay::halign</NAME> <NAME>GstTextOverlay::halign</NAME>
<TYPE>GstTextOverlayHAlign</TYPE> <TYPE>gchararray</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>w</FLAGS>
<NICK>horizontal alignment</NICK> <NICK>horizontal alignment</NICK>
<BLURB>Horizontal alignment of the text. .</BLURB> <BLURB>Horizontal alignment of the text (deprecated; use halignment).</BLURB>
<DEFAULT>center</DEFAULT> <DEFAULT>"center"</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -1200,12 +1200,12 @@
<ARG> <ARG>
<NAME>GstTextOverlay::valign</NAME> <NAME>GstTextOverlay::valign</NAME>
<TYPE>GstTextOverlayVAlign</TYPE> <TYPE>gchararray</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>w</FLAGS>
<NICK>vertical alignment</NICK> <NICK>vertical alignment</NICK>
<BLURB>Vertical alignment of the text. .</BLURB> <BLURB>Vertical alignment of the text (deprecated; use valignment).</BLURB>
<DEFAULT>baseline</DEFAULT> <DEFAULT>"baseline"</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -1238,6 +1238,26 @@
<DEFAULT>25</DEFAULT> <DEFAULT>25</DEFAULT>
</ARG> </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> <ARG>
<NAME>CDParanoia::abort-on-skip</NAME> <NAME>CDParanoia::abort-on-skip</NAME>
<TYPE>gboolean</TYPE> <TYPE>gboolean</TYPE>
@ -1394,7 +1414,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>File Location</NICK> <NICK>File Location</NICK>
<BLURB>Location of the file to read.</BLURB> <BLURB>Location of the file to write.</BLURB>
<DEFAULT>NULL</DEFAULT> <DEFAULT>NULL</DEFAULT>
</ARG> </ARG>

View file

@ -3,7 +3,7 @@
<description>Adds multiple streams</description> <description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename> <filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename> <basename>libgstadder.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ALSA plugin library</description> <description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename> <filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename> <basename>libgstalsa.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>
@ -26,8 +26,8 @@
<element> <element>
<name>alsasrc</name> <name>alsasrc</name>
<longname>Audio Src (ALSA)</longname> <longname>Audio Src (ALSA)</longname>
<class>Src/Audio</class> <class>Source/Audio</class>
<description>Output to a sound card via ALSA</description> <description>Read from a sound card via ALSA</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author> <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element> </element>
</elements> </elements>

View file

@ -3,7 +3,7 @@
<description>Convert audio to different formats</description> <description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename> <filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename> <basename>libgstaudioconvert.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Adjusts audio frames</description> <description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename> <filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename> <basename>libgstaudiorate.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Resamples audio</description> <description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename> <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename> <basename>libgstaudioresample.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Creates audio test signals of given frequency and volume</description> <description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename> <filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename> <basename>libgstaudiotestsrc.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Read audio from CD in paranoid mode</description> <description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename> <filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename> <basename>libgstcdparanoia.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>decoder bin</description> <description>decoder bin</description>
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename> <filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
<basename>libgstdecodebin.so</basename> <basename>libgstdecodebin.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description> <description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename> <filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
<basename>libgstffmpegcolorspace.so</basename> <basename>libgstffmpegcolorspace.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>FFMpeg</package> <package>FFMpeg</package>

View file

@ -3,7 +3,7 @@
<description>elements to read from and write to Gnome-VFS uri's</description> <description>elements to read from and write to Gnome-VFS uri's</description>
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename> <filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
<basename>libgstgnomevfs.so</basename> <basename>libgstgnomevfs.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>libvisual visualization plugins</description> <description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename> <filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename> <basename>libgstlibvisual.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>
@ -30,27 +30,6 @@
<description>The Libvisual corona plugin</description> <description>The Libvisual corona plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author> <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element> </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> <element>
<name>libvisual_jakdaw</name> <name>libvisual_jakdaw</name>
<longname>libvisual Jakdaw plugin plugin v.0.0.1</longname> <longname>libvisual Jakdaw plugin plugin v.0.0.1</longname>
@ -72,20 +51,6 @@
<description>The Libvisual analyzer plugin</description> <description>The Libvisual analyzer plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author> <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element> </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> <element>
<name>libvisual_lv_scope</name> <name>libvisual_lv_scope</name>
<longname>libvisual libvisual scope plugin v.0.1</longname> <longname>libvisual libvisual scope plugin v.0.1</longname>
@ -93,20 +58,6 @@
<description>The Libvisual scope plugin</description> <description>The Libvisual scope plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author> <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element> </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> <element>
<name>libvisual_oinksie</name> <name>libvisual_oinksie</name>
<longname>libvisual oinksie plugin plugin v.0.1</longname> <longname>libvisual oinksie plugin plugin v.0.1</longname>

View file

@ -3,7 +3,7 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description> <description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename> <filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename> <basename>libgstogg.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Pango-based text rendering and overlay</description> <description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename> <filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename> <basename>libgstpango.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>player bin</description> <description>player bin</description>
<filename>../../gst/playback/.libs/libgstplaybin.so</filename> <filename>../../gst/playback/.libs/libgstplaybin.so</filename>
<basename>libgstplaybin.so</basename> <basename>libgstplaybin.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -1,14 +1,21 @@
<plugin> <plugin>
<name>subparse</name> <name>subparse</name>
<description>Subtitle (.sub) file parsing</description> <description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename> <filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename> <basename>libgstsubparse.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <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> <element>
<name>subparse</name> <name>subparse</name>
<longname>Subtitle parsers</longname> <longname>Subtitle parsers</longname>

View file

@ -3,7 +3,7 @@
<description>transfer data over the network via TCP</description> <description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename> <filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename> <basename>libgsttcp.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Theora plugin library</description> <description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename> <filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename> <basename>libgsttheora.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>default typefind functions</description> <description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename> <filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename> <basename>libgsttypefindfunctions.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>elements for Video 4 Linux</description> <description>elements for Video 4 Linux</description>
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename> <filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
<basename>libgstvideo4linux.so</basename> <basename>libgstvideo4linux.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Adjusts video frames</description> <description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename> <filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename> <basename>libgstvideorate.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Resizes video</description> <description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename> <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename> <basename>libgstvideoscale.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Creates a test video stream</description> <description>Creates a test video stream</description>
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename> <filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
<basename>libgstvideotestsrc.so</basename> <basename>libgstvideotestsrc.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -1,9 +1,9 @@
<plugin> <plugin>
<name>volume</name> <name>volume</name>
<description>element for controlling audio volume</description> <description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename> <filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename> <basename>libgstvolume.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Vorbis plugin library</description> <description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename> <filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename> <basename>libgstvorbis.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>X11 video output element based on standard Xlib calls</description> <description>X11 video output element based on standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename> <filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
<basename>libgstximagesink.so</basename> <basename>libgstximagesink.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>XFree86 video output plugin using Xv extension</description> <description>XFree86 video output plugin using Xv extension</description>
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename> <filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
<basename>libgstxvimagesink.so</basename> <basename>libgstxvimagesink.so</basename>
<version>0.10.3</version> <version>0.10.4</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>

View file

@ -13,7 +13,7 @@
# correct User entry for the Host entry for the DOC_SERVER # correct User entry for the Host entry for the DOC_SERVER
# these variables define the location of the online docs # 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_BASE=/srv/gstreamer.freedesktop.org/www/data/doc
DOC_URL=$(DOC_SERVER):$(DOC_BASE) DOC_URL=$(DOC_SERVER):$(DOC_BASE)
GST_VERSION_NANO = $(GST_PLUGINS_BASE_VERSION_NANO) GST_VERSION_NANO = $(GST_PLUGINS_BASE_VERSION_NANO)

View file

@ -42,7 +42,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* package name in plugins */ /* 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 the version */
#define GST_VERSION "@GST_VERSION@" #define GST_VERSION "@GST_VERSION@"
@ -250,7 +250,7 @@
#undef STDC_HEADERS #undef STDC_HEADERS
/* Version number of package */ /* 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 /* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */ first (like Motorola and SPARC, unlike Intel and VAX). */