mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-12 19:14:16 +00:00
releasing 0.9.5
Original commit message from CVS: releasing 0.9.5
This commit is contained in:
parent
e765addd73
commit
3a7742a369
4 changed files with 32 additions and 9 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.9.5 ===
|
||||
|
||||
2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.9.5, "Thrice Belgian Bar"
|
||||
|
||||
2005-11-11 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
|
||||
|
|
14
NEWS
14
NEWS
|
@ -1,4 +1,16 @@
|
|||
This is GStreamer Bad Plug-ins 0.9.4, "Utahraptor"
|
||||
This is GStreamer Bad Plug-ins 0.9.5, "Thrice Belgian Bar"
|
||||
|
||||
Changes since 0.9.4:
|
||||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* qtdemux supports custom genre tags
|
||||
* tremor integer vorbis decoder ported
|
||||
* directfb video sink ported (with examples and documentation!)
|
||||
|
||||
Bugs fixed since 0.9.4:
|
||||
|
||||
* 321241 : faad compile fix
|
||||
|
||||
Bugs fixed since 0.9.3:
|
||||
|
||||
|
|
18
RELEASE
18
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.4 "Utahraptor"
|
||||
GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.5 "Thrice Belgian Bar"
|
||||
|
||||
|
||||
The GStreamer team is petrified to announce a new release
|
||||
|
@ -60,12 +60,13 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* qtdemux supports custom genre tags
|
||||
* tremor integer vorbis decoder ported
|
||||
* directfb video sink ported (with examples and documentation!)
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 317438 : [speed] fix 0.9 port
|
||||
* 318659 : [faac] problem with float capabilities
|
||||
* 318660 : [faac] missing unrefs
|
||||
* 321241 : faad compile fix
|
||||
|
||||
Download
|
||||
|
||||
|
@ -95,10 +96,13 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Christian Schaller
|
||||
* Daniel Amelang
|
||||
* Edgard Lima
|
||||
* Josef Zlomek
|
||||
* Julien Moutte
|
||||
* Stefan Kost
|
||||
* Julien MOUTTE
|
||||
* Michael Smith
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
* Zeeshan Ali
|
||||
|
|
@ -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, 4, 1,
|
||||
AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 5, 0,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
|
|
Loading…
Reference in a new issue