mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-24 09:34:25 +00:00
releasing 0.10.0
Original commit message from CVS: releasing 0.10.0
This commit is contained in:
parent
dd2ba0180a
commit
b8ebf1b142
10 changed files with 27 additions and 17 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.0 ===
|
||||
|
||||
2005-12-05 <thomas (at) apestaart (dot) org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.0, "Camembert"
|
||||
|
||||
2005-12-05 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
|
||||
|
|
6
NEWS
6
NEWS
|
@ -1,4 +1,8 @@
|
|||
This is GStreamer Bad Plug-ins 0.9.7, "Arrigato Gasuimas Skebisan"
|
||||
This is GStreamer Bad Plug-ins 0.10.0, "Camembert"
|
||||
|
||||
Bugs fixed since 0.9.7:
|
||||
|
||||
* 322962 : wavpack plugins don't get built
|
||||
|
||||
Changes since 0.9.6:
|
||||
|
||||
|
|
17
RELEASE
17
RELEASE
|
@ -1,13 +1,14 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.7 "Arrigato Gasuimas Skebisan"
|
||||
GStreamer: Release notes for GStreamer Bad Plug-ins 0.10.0 "Camembert"
|
||||
|
||||
|
||||
The GStreamer team is petrified to announce a new release
|
||||
in the 0.9.x development series of the
|
||||
|
||||
The GStreamer team is proud to announce a new release
|
||||
in the 0.10.x stable series of the
|
||||
GStreamer Bad Plug-ins.
|
||||
|
||||
|
||||
The 0.9.x series is a development series and not recommended for end users.
|
||||
The 0.10.x series is a stable series targeted at end users.
|
||||
It is not API or ABI compatible with the stable 0.8.x series.
|
||||
It is, however, parallel installable with the 0.8.x series.
|
||||
|
||||
|
@ -60,11 +61,10 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* wavpack ported
|
||||
* libmms ported
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 322962 : wavpack plugins don't get built
|
||||
|
||||
Download
|
||||
|
||||
|
@ -94,7 +94,6 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Edgard Lima
|
||||
* Edward Hervey
|
||||
* Thomas Vander Stichele
|
||||
* Andy Wingo
|
||||
* Tim-Philipp Müller
|
||||
|
|
@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
|
|||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 7, 1,
|
||||
AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 10, 0, 0,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>0.9.7</version>
|
||||
<version>0.10.0</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>0.9.7</version>
|
||||
<version>0.10.0</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>Gstreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Quicktime stream demuxer</description>
|
||||
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
|
||||
<basename>libgstqtdemux.so</basename>
|
||||
<version>0.9.7</version>
|
||||
<version>0.10.0</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>SDL Video Sink</description>
|
||||
<filename>../../ext/sdl/.libs/libgstsdlvideosink.so</filename>
|
||||
<basename>libgstsdlvideosink.so</basename>
|
||||
<version>0.9.7</version>
|
||||
<version>0.10.0</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||
<basename>libgstspeed.so</basename>
|
||||
<version>0.9.7</version>
|
||||
<version>0.10.0</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>TTA lossless audio format handling</description>
|
||||
<filename>../../gst/tta/.libs/libgsttta.so</filename>
|
||||
<basename>libgsttta.so</basename>
|
||||
<version>0.9.7</version>
|
||||
<version>0.10.0</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>gst-tta</package>
|
||||
|
|
Loading…
Reference in a new issue