Skip to content
Snippets Groups Projects
Commit 8f5b02ab authored by Thomas Vander Stichele's avatar Thomas Vander Stichele
Browse files

releasing

Original commit message from CVS:
releasing
parent 5c403b9a
No related branches found
Tags RELEASE-0_8_0
No related merge requests found
=== release 0.8.0 ===
2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: release 0.8.0, "Executive Slacks"
2004-03-16 Johan Dahlin <johan@gnome.org>
* gst/schedulers/gstoptimalscheduler.c
(gst_opt_scheduler_pad_unlink): Remove double ;, spotted by Scott Wheeler
(gst_opt_scheduler_pad_unlink): Remove double ;,
spotted by Scott Wheeler
2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
......
This is GStreamer 0.7.6
This is GStreamer 0.8.0
Changes since 0.7.6:
* coding style consistency for .c files
* ABI padding for GstCaps and GstStructure
Changes since 0.7.5:
......
GStreamer: Release notes for GStreamer 0.7.6 "Almost"
GStreamer: Release notes for GStreamer 0.8.0 "Executive Slacks"
The GStreamer team is happy to announce a new release in the
0.7.x development series of the GStreamer streaming-media framework.
The goal of this release series is to stabilize towards a 0.8
release series which will be part of the GNOME 2.6 releases
and hopefully eventually KDE 4.x.
The GStreamer team is happy to announce the first release
in the 0.8.x stable series
of the GStreamer streaming-media framework.
0.7.6 is a Release Candidate for GStreamer 0.8.0
It is released to shake out the last bugs that might be still present
due to major/minor number differences.
The 0.8.x series is a stable series aimed at end users.
It is not API or ABI compatible with the stable 0.6.x series.
It is, however, parallel installable with the 0.6.x series.
The 0.7 series is a development series and is aimed at developers.
It is NOT API or ABI compatible with the stable 0.6.x series or
with other releases in the series. This means you can not use this
release to upgrade your current GStreamer installation and expect your
GStreamer applications to keep working without a recompile.
It is, however, parallel installable with the 0.6.x series.
This module only contains core functionality. For actual media playback,
you will need other modules. GStreamer Plugins contains a huge set of
additional plugins. GStreamer FFmpeg contains a plugin based on the popular
FFmpeg decoding library. These modules need not have the same source version
as the core, as long as they are in the 0.8.x series.
Features of this release
* uses 0.8 as the major/minor number
* opt scheduler fixes
* don't link non-versioned tools to gstreamer
* bindings-related fixes and additions
* Parallel installability with 0.6.x series
* Internationalization
* Dutch, French and Serbian translations
* Reworked capabilities and negotiation subsystem
* Reworked tagging subsystem
* Reworked interactivity subsystem (for DVD playback)
* Consistent error and debug signaling
* Dynamic debug logging
* Portability fixes
* Binding support fixes
* ChangeLog use
* Coding style consistency
Bugs fixed in this release
* 133653 : need to settle on coding style using indent and use it befor
* 136683 : Add padding to GstCaps [ABI change]
Download
......@@ -55,19 +65,32 @@ will create more lists as necessary.
Applications
Applications are supposed to update their pkg-config checks for GStreamer,
and start checking for 0.8 as the major/minor number.
Applications already ported to use GStreamer 0.8.x include the GNOME
desktop components like gnome-media and nautilus-media, as well as other
GNOME applications including sound-juicer, totem and RhythmBox.
Contributors to this release
* Andy Wingo
* Benjamin Otte
* Brian Cameron
* Christian Schaller
* Thomas Vander Stichele
* Christophe Fergeau
* Colin Walters
* Danilo Segan
* David I. Lehn
* David Schleef
* Iain Holmes
* Jan Schmidt
* Jérémy Simon
* Johan Dahlin
* Benjamin Otte
* Christophe Fergeau
* Andy Wingo
* Jon Trowbridge
* Julien Moutte
* Laurent Vivier
* Leif Morgan Johnson
* Mattias Wadman
* Ronald Bultje
* Jan Schmidt
* Stefan Kost
* Thomas Vander Stichele
......@@ -3,7 +3,7 @@ AC_CANONICAL_TARGET([])
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(gstreamer, GST_VERSION, 0, 7, 6, 2, GST_CVS="no", GST_CVS="yes")
AS_VERSION(gstreamer, GST_VERSION, 0, 8, 0, 0, GST_CVS="no", GST_CVS="yes")
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
......@@ -11,8 +11,8 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl our libraries and install dirs use major.minor as a version
GST_MAJORMINOR=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
dnl we override it for the release candidate
GST_MAJORMINOR=0.8
dnl we override it here for release candidates
#GST_MAJORMINOR=0.8
AC_SUBST(GST_MAJORMINOR)
AC_PROG_CC
......
......@@ -109,6 +109,10 @@ GstXML
</para>
@:
@:
@:
@gstxml: the object which received the signal.
@arg1:
@arg2:
......@@ -118,7 +122,7 @@ GstXML
</para>
@:
@:
@:
@gstxml: the object which received the signal.
@arg1:
@arg2:
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment