diff --git a/ChangeLog b/ChangeLog index e9e08dce90..91ee387055 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,79 @@ -=== release 0.10.34 === +=== release 0.10.35 === -2011-05-14 Tim-Philipp Müller +2011-06-15 Tim-Philipp Müller * configure.ac: - releasing 0.10.34, "Misfits" + releasing 0.10.35, "Nuclear Fission" + +2011-06-09 17:13:35 +0100 Javier Jardón + + * gst/gstelement.h: + * gst/gstelementfactory.c: + * gst/gstelementfactory.h: + * gst/gstformat.h: + * gst/gstinfo.c: + * gst/gstinfo.h: + * gst/gstpad.c: + * gst/gstpad.h: + * gst/gstplugin.c: + * gst/gstplugin.h: + * gst/gstpluginfeature.c: + * gst/gstpluginfeature.h: + * gst/gstquery.h: + * gst/gststructure.h: + * gst/gsttaglist.c: + * gst/gsttaglist.h: + * gst/gsttagsetter.c: + * gst/gsttagsetter.h: + * gst/gsttrace.h: + * gst/gsturi.c: + * gst/gsturi.h: + * gst/gstutils.c: + * gst/gstutils.h: + * gst/gstvalue.h: + Use "const" instead G_CONST_RETURN + G_CONST_RETURN will be deprecated soon. + https://bugzilla.gnome.org/show_bug.cgi?id=652211 + +2011-06-04 00:30:15 -0700 David Schleef + + * gst/glib-compat-private.h: + * gst/gstatomicqueue.c: + * gst/gstelementfactory.c: + * gst/gstpoll.c: + * gst/gstsystemclock.c: + * gst/gstutils.c: + * plugins/elements/gstmultiqueue.c: + * tests/benchmarks/gstclockstress.c: + Work around changes in g_atomic API + See #651514 for details. It's apparently impossible to write code + that avoids both type punning warnings with old g_atomic headers and + assertions in the new. Thus, macros and a version check. + +2011-05-25 13:40:30 +0400 Руслан Ижбулатов + + * gst/gstsystemclock.c: + systemclock: Placate gcc by defining EWOULDBLOCK to something + +2011-05-25 12:47:51 +0400 Руслан Ижбулатов + + * gst/gstpoll.c: + poll: Fix WAKE_EVENT() to behave posixly on Windows + +=== release 0.10.34 === + +2011-05-14 01:00:23 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * docs/plugins/inspect/plugin-coreindexers.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 0.10.34 2011-05-04 15:31:56 +0300 Vincent Penquerc'h diff --git a/NEWS b/NEWS index 283b60e5d0..1149ebbc80 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,14 @@ -This is GStreamer 0.10.34 "Misfits" +This is GStreamer 0.10.35 "Nuclear Fission" + +Changes since 0.10.34: + + * work around GLib atomic ops API change + * some minor win32/mingw fixes + * don't use G_CONST_RETURN in public headers + +Bugs fixed since 0.10.34: + + * 652211 : Use const instead G_CONST_RETURN Changes since 0.10.33: diff --git a/RELEASE b/RELEASE index 2cad94a3ba..f08961779a 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer 0.10.34 "Misfits" +Release notes for GStreamer 0.10.35 "Nuclear Fission" @@ -37,14 +37,13 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Fix multiqueue thread-safety regression - * Don't set artificial 0-timestamp on first packet for TIME-based live sources - * Otherwise identical to the previous release (0.10.33) + * work around GLib atomic ops API change + * some minor win32/mingw fixes + * don't use G_CONST_RETURN in public headers Bugs fixed in this release - * 649369 : basesrc: do not set first buffer timestamp to 0 for live sources - * 649878 : [multiqueue] regression: gst_single_queue_new not MT-safe + * 652211 : Use const instead G_CONST_RETURN Download @@ -78,6 +77,7 @@ Let us know if you want to be added to this list. Contributors to this release - * Mark Nauwelaerts - * Vincent Penquerc'h -  + * David Schleef + * Javier Jardón + * Руслан Ижбулатов +  \ No newline at end of file diff --git a/configure.ac b/configure.ac index 0355e8d64d..77614b5363 100644 --- a/configure.ac +++ b/configure.ac @@ -244,7 +244,7 @@ AC_PATH_PROG(VALGRIND_PATH, valgrind, no) AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno") dnl check for gobject-introspection -GOBJECT_INTROSPECTION_CHECK([0.6.3]) +GOBJECT_INTROSPECTION_CHECK([0.6.8]) dnl check for documentation tools AG_GST_DOCBOOK_CHECK diff --git a/docs/manual/communication.png b/docs/manual/communication.png index 035f841827..2d136c6fe5 100644 Binary files a/docs/manual/communication.png and b/docs/manual/communication.png differ diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index aef69a7148..e99c7802aa 100644 --- a/docs/plugins/inspect/plugin-coreelements.xml +++ b/docs/plugins/inspect/plugin-coreelements.xml @@ -3,7 +3,7 @@ standard GStreamer elements ../../plugins/elements/.libs/libgstcoreelements.so libgstcoreelements.so - 0.10.34.1 + 0.10.35.1 LGPL gstreamer GStreamer git @@ -331,4 +331,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml index e8d2401b20..80f072e2a5 100644 --- a/docs/plugins/inspect/plugin-coreindexers.xml +++ b/docs/plugins/inspect/plugin-coreindexers.xml @@ -3,11 +3,11 @@ GStreamer core indexers ../../plugins/indexers/.libs/libgstcoreindexers.so libgstcoreindexers.so - 0.10.34.1 + 0.10.35.1 LGPL gstreamer GStreamer git Unknown package origin - \ No newline at end of file + diff --git a/gstreamer.doap b/gstreamer.doap index 807322b06e..d56949785a 100644 --- a/gstreamer.doap +++ b/gstreamer.doap @@ -38,6 +38,17 @@ hierarchy, and a set of media-agnostic core elements. + + + 0.10.35 + 0.10 + Nuclear Fission + 2011-06-15 + + + + + 0.10.34 diff --git a/libs/gst/base/gstbasesink.c b/libs/gst/base/gstbasesink.c index 5a74fe7442..8b25bacbdd 100644 --- a/libs/gst/base/gstbasesink.c +++ b/libs/gst/base/gstbasesink.c @@ -3113,7 +3113,7 @@ stopping: * * Queue an object for rendering. * The first prerollable object queued will complete the preroll. If the - * preroll queue if filled, we render all the objects in the queue. + * preroll queue is filled, we render all the objects in the queue. * * This function takes ownership of the object. */ diff --git a/win32/common/config.h b/win32/common/config.h index e12c4c3f44..df53f2e87b 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -65,7 +65,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2011-06-04T15:03Z" +#define GST_PACKAGE_RELEASE_DATETIME "2011-06-18T12:45Z" /* location of the installed gst-plugin-scanner */ #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"