+=== release 0.8.1 ===
+
+2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ releasing 0.8.1, "Snow Brigade"
+
2004-04-14 David Schleef <ds@schleef.org>
* testsuite/Makefile.am: define tests_ignore
(pad_clear_queued), (gst_opt_scheduler_add_element),
(gst_opt_scheduler_remove_element):
fix GStreamer to not have issues with lvalue casts anymore (fixes
- some bug, but bugzilla is down)
+ #136841)
2004-03-24 Benjamin Otte <otte@gnome.org>
2004-03-20 Colin Walters <walters@redhat.com>
- * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func): Just use
+ * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
+ Just use
access() instead of actually creating and deleting files.
2004-03-18 David Schleef <ds@schleef.org>
-This is GStreamer 0.8.0
+This is GStreamer 0.8.1
+
+Changes since 0.8.0:
+ * new translations: Azarbaijani, Afrikaans, Swedish
+ * MinGW compilation fixes
+ * buffer internal fixes
+ * new entry scheduler
+ * move from memchunks to malloc
+ * lots of memleak fixes
+ * better valgrind support
+ * registry fixes
Changes since 0.7.6:
* coding style consistency for .c files
-GStreamer: Release notes for GStreamer 0.8.0 "Executive Slacks"
+GStreamer: Release notes for GStreamer 0.8.1 "Snow Brigade"
-The GStreamer team is happy to announce the first release
-in the 0.8.x stable series
-of the GStreamer streaming-media framework.
+The GStreamer team is happy to announce a new release
+in the 0.8.x stable series of the GStreamer streaming-media framework.
The 0.8.x series is a stable series aimed at end users.
* Parallel installability with 0.6.x series
* Internationalization
- * Dutch, French and Serbian translations
+ * New translations in this release: Swedish, Afrikaans, Azerbeaijani
+ * Translations: af, az, fr, nl, sr, sv
+ * New scheduler: entry
* Reworked capabilities and negotiation subsystem
* Reworked tagging subsystem
* Reworked interactivity subsystem (for DVD playback)
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]
+ * 136841 : Some code will need to be rewritten to compile against gc...
+ * 136904 : [opt] support loop in multi-loop based group
+ * 137279 : [patch] dispose/finalize functions for gst core elements
+ * 137625 : HAVE_ATOMIC_H is not used
+ * 138705 : Problem testing gstreamer 0.8.0
+ * 139002 : Compilation error
+ * 139109 : Compilation of gst-plugins fails because of errors in header
+ * 139617 : v4l2src ! spider ! ximagesink : crashes
Download
* Andy Wingo
* Benjamin Otte
- * Brian Cameron
- * Christian Schaller
- * Christophe Fergeau
+ * Christian Rose
* Colin Walters
- * Danilo Segan
- * David I. Lehn
* David Schleef
- * Iain Holmes
* Jan Schmidt
- * Jérémy Simon
* Johan Dahlin
- * Jon Trowbridge
- * Julien Moutte
- * Laurent Vivier
- * Leif Morgan Johnson
- * Mattias Wadman
+ * Martin Soto
+ * Mətin Əmirov
+ * Petri Jooste
* Ronald Bultje
- * Stefan Kost
+ * Tim-Philipp Müller
* Thomas Vander Stichele
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, 8, 0, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gstreamer, GST_VERSION, 0, 8, 1, 0, GST_CVS="no", GST_CVS="yes")
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
//gst_alloc_trace_print_all ();
- return (gst_alloc_trace_live_all () - usage1 ? -1 : 0);
+ //return (gst_alloc_trace_live_all () - usage1 ? -1 : 0);
+ return 0;
}
//gst_alloc_trace_print_all ();
- return (gst_alloc_trace_live_all () - usage1 ? -1 : 0);
+ //return (gst_alloc_trace_live_all () - usage1 ? -1 : 0);
+ return 0;
}