summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-09 18:35:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-09 18:35:03 +0000
commitce0095dae998c96df4512ed5a6b27ec640c5f8e4 (patch)
treec35a8977619a968a18a657b48f09adab2ca3c794 /RELEASE
parent5adbb8e1604ecc9a51dd9f0e0b8b9643c9763a01 (diff)
downloadgstreamer-plugins-bad-ce0095dae998c96df4512ed5a6b27ec640c5f8e4.tar.gz
releasing
Original commit message from CVS: releasing
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE95
1 files changed, 94 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 7a44573db..ffe6a44bd 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1,94 @@
-This is CVS of GStreamer Plugins.
+
+GStreamer: Release notes for GStreamer Plugins 0.7.6 "There"
+
+
+The GStreamer team is happy to announce a new release in the
+0.7.x development series of the GStreamer Plugins.
+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.
+
+
+0.7.6 is a Release Candidate for GStreamer Plugins 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.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.
+
+
+Features of this release
+
+ * uses 0.8 as the major/minor number
+ * dist fixes for generated files
+ * MPEG video playback fixed
+ * error call fixes
+ * videodrop fixes
+ * alsa oss emulation mixer fixes
+ * audioconvert fixes
+ * gconf versioning fixes
+ * mad xing header fixes
+ * vorbisdec fixes
+ * mad leak and stream reporting fixes
+ * media-info fixed
+ * buffer leak fixes
+ * osssink timing fixes
+ * NAS fixes
+ * cdparanoia error
+
+Bugs fixed in this release
+
+ * 114560 : rfc2250enc produces empty buffers
+ * 122279 : goom's first timestamp is broken
+ * 131128 : aasink and sdlvideosink are broken
+ * 133541 : int2float and int2floatnew conflict should be resolved
+ * 133783 : remove deprecated plugins
+ * 135597 : make gstosselement properly deal with symlinks
+ * 136334 : udpsrc pads / caps error
+
+Download
+
+You find source releases of gstreamer in the download directory:
+http://gstreamer.freedesktop.org/src/gstreamer/
+
+GStreamer Homepage
+
+More details can be found on the project's website:
+http://gstreamer.freedesktop.org/
+
+Support and Bugs
+
+We use GNOME's bugzilla for bug reports and feature requests:
+http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
+
+Developers
+
+CVS is hosted on cvs.freedesktop.org.
+All code is in CVS and can be checked out from there.
+Interested developers of the core library, plug-ins, and applications should
+subscribe to the gstreamer-devel list. If there is sufficient interest we
+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.
+
+
+Contributors to this release
+
+ * David Schleef
+ * Benjamin Otte
+ * Ronald Bultje
+ * Thomas Vander Stichele
+ * Christophe Fergeau
+ * Julien Moutte
+ * Stefan Kost
+ * Christian Schaller