mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
Releasing 0.10.3
Original commit message from CVS: Releasing 0.10.3
This commit is contained in:
parent
d580060d03
commit
56301170e3
31 changed files with 131 additions and 54 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.3 ===
|
||||
|
||||
2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.3, "Under Pressure"
|
||||
|
||||
2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
22
NEWS
22
NEWS
|
@ -1,4 +1,24 @@
|
|||
This is GStreamer Base Plug-ins 0.10.2, "Then the devil is six"
|
||||
This is GStreamer Base Plug-ins 0.10.3, "Under Pressure"
|
||||
|
||||
Changes since 0.10.2:
|
||||
* 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
|
||||
|
||||
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...
|
||||
* 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
|
||||
|
||||
Changes since 0.10.1:
|
||||
|
||||
|
|
49
RELEASE
49
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer Base Plug-ins 0.10.2 "Then the devil is six"
|
||||
GStreamer: Release notes for GStreamer Base Plug-ins 0.10.3 "Under Pressure"
|
||||
|
||||
|
||||
|
||||
|
@ -55,30 +55,25 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* ported gnomevfssink, cdparanoia
|
||||
* New library and base class: GstCddaBaseSrc
|
||||
* ported mixerutils.h
|
||||
* added 'sine-tab' waveform to audiotestsrc
|
||||
* added float audio to audiorate
|
||||
* 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
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 324216 : [cdparanoia] missing patches from 0.8
|
||||
* 324696 : [videotestsrc] does not start counting the time from zero...
|
||||
* 324900 : Problem compiling gst-plugins-base with Forte
|
||||
* 325984 : [playbin] cannot handle sources that produce raw audio/video
|
||||
* 325990 : patch videotestsrc for using glib types
|
||||
* 326601 : GstRingBuffer crashes with alaw/mulaw caps
|
||||
* 327114 : [theoradec] should post tags on the bus
|
||||
* 327216 : vorbisdec segfaults on certain queries
|
||||
|
||||
API changed in this release
|
||||
|
||||
|
||||
- API additions:
|
||||
|
||||
* added libgstcddabase
|
||||
* added mixerutils.h
|
||||
* 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...
|
||||
|
||||
Download
|
||||
|
||||
|
@ -108,11 +103,17 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Andy Wingo
|
||||
* David Schleef
|
||||
* Edgard Lima
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Michael Smith
|
||||
* Jens Granseuer
|
||||
* Julien MOUTTE
|
||||
* Philippe Kalaf
|
||||
* Sebastien Moutte
|
||||
* Stefan Kost
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Tommi Myöhänen
|
||||
* Wim Taymans
|
||||
|
|
@ -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, 2, 3,
|
||||
AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 3, 0,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
dnl can autoconf find the source ?
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adds multiple streams</description>
|
||||
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
||||
<basename>libgstadder.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ALSA plugin library</description>
|
||||
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
||||
<basename>libgstalsa.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adjusts audio frames</description>
|
||||
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
||||
<basename>libgstaudiorate.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resamples audio</description>
|
||||
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
||||
<basename>libgstaudioresample.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>decoder bin</description>
|
||||
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
|
||||
<basename>libgstdecodebin.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>FFMpeg</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>libvisual visualization plugins</description>
|
||||
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
||||
<basename>libgstlibvisual.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
@ -30,6 +30,27 @@
|
|||
<description>The Libvisual corona plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></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 <otte@gnome.org></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 <otte@gnome.org></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 <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_jakdaw</name>
|
||||
<longname>libvisual Jakdaw plugin plugin v.0.0.1</longname>
|
||||
|
@ -51,6 +72,20 @@
|
|||
<description>The Libvisual analyzer plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></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 <otte@gnome.org></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 <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_lv_scope</name>
|
||||
<longname>libvisual libvisual scope plugin v.0.1</longname>
|
||||
|
@ -58,6 +93,20 @@
|
|||
<description>The Libvisual scope plugin</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></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 <otte@gnome.org></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 <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>libvisual_oinksie</name>
|
||||
<longname>libvisual oinksie plugin plugin v.0.1</longname>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>player bin</description>
|
||||
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
||||
<basename>libgstplaybin.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Subtitle (.sub) file parsing</description>
|
||||
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
||||
<basename>libgstsubparse.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Theora plugin library</description>
|
||||
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
||||
<basename>libgsttheora.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>default typefind functions</description>
|
||||
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
||||
<basename>libgsttypefindfunctions.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adjusts video frames</description>
|
||||
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
||||
<basename>libgstvideorate.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resizes video</description>
|
||||
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
||||
<basename>libgstvideoscale.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>element for controlling audio volume</description>
|
||||
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
||||
<basename>libgstvolume.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Vorbis plugin library</description>
|
||||
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
||||
<basename>libgstvorbis.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
|
|
|
@ -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.2.2"
|
||||
#define VERSION "0.10.3"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
|
|
Loading…
Reference in a new issue