From 702a4b34480eba2ad168ef7a6e8c31a2d0013a87 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 17 Nov 2016 15:59:29 +0200 Subject: Release 1.10.1 --- ChangeLog | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++-- NEWS | 35 +++++++++++++++++++++++----- configure.ac | 6 ++--- gstreamer-vaapi.doap | 9 ++++++++ 4 files changed, 104 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 77ac03f9..d53be2fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,70 @@ +=== release 1.10.1 === + +2016-11-17 Sebastian Dröge + + * configure.ac: + releasing 1.10.1 + +2016-11-11 11:40:09 +0900 Hyunjun Ko + + * gst/vaapi/gstvaapisink.c: + vaapisink: finish event thread at stop() + The thread that handles window's events should be finished during + pipeline's shutdown, otherwise it will remain alive during pipeline + re-activation, leading to unexpected problems. + This patch fixes failures of intensive_state_change scenario of + gst-validate + https://bugzilla.gnome.org/show_bug.cgi?id=774241 + +2016-11-08 09:35:00 +0100 Víctor Manuel Jáquez Leal + + * gst/vaapi/gstvaapipostproc.c: + vaapipostproc: enhance debug message + "gst_pad_push" is not a good description of the event. + +2016-11-08 10:05:32 +0900 Hyunjun Ko + + * gst/vaapi/gstvaapipostproc.c: + postproc: honor gst_pad_push() return value + Returning GST_FLOW_ERROR always when gst_pad_push fails might lead to + deadlock during seek. + This patch returns the same error of gst_pad_push() and log out the + return value. + https://bugzilla.gnome.org/show_bug.cgi?id=774030 + +2016-11-04 12:55:23 +0100 Víctor Manuel Jáquez Leal + + * gst/vaapi/gstvaapivideomemory.c: + vaapivideomemory: increment map counter only if succeeded + Previously the frame map counter increased independently if the map succeeded + or not. This leaded to critical messages and crashes if the frame was unable + to be mapped, but the counter increased. + This patch increases the map counter only if the map operation occurred. + https://bugzilla.gnome.org/show_bug.cgi?id=773939 + +2016-10-27 11:25:55 +0200 Víctor Manuel Jáquez Leal + + * gst/vaapi/gstvaapipluginbase.c: + plugins: ensure display when getting raw caps + When running gst-discoverer-1.0, in certain media, vaapipostroc is stopped + meanwhile it is transforming caps. The problem is that stop() calls + gst_vaapi_plugin_base_close(), which nullifies the element's va display, but + the va display is used in tranform_caps() when it is extracting the possible + format conversions. This display disappearing generates warning messages. + This patch holds a local reference of va display at ensure_allowed_raw_caps() + hence it doesn't go away meanwhile it is used, even if the + gst_vaapi_plugin_base_close() is called in other thread. + https://bugzilla.gnome.org/show_bug.cgi?id=773593 + === release 1.10.0 === -2016-11-01 Sebastian Dröge +2016-11-01 18:19:32 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: * configure.ac: - releasing 1.10.0 + * gstreamer-vaapi.doap: + Release 1.10.0 2016-10-27 17:13:48 +0200 Víctor Manuel Jáquez Leal diff --git a/NEWS b/NEWS index 547de7f3..23b5ab71 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ # GStreamer 1.10 Release Notes -**GStreamer 1.10.0 was released on 1st November 2016.** +GStreamer 1.10.0 was originally released on 1st November 2016. +The latest bug-fix release in the 1.10 series is [1.10.1](#1.10.1) and was +released on 17 November 2016. The GStreamer team is proud to announce a new major feature release in the stable 1.x API series of your favourite cross-platform multimedia framework! @@ -11,7 +13,7 @@ improvements. See [https://gstreamer.freedesktop.org/releases/1.10/][latest] for the latest version of this document. -*Last updated: Tuesday 1 Nov 2016, 15:00 UTC [(log)][gitlog]* +*Last updated: Tuesday 17 Nov 2016, 15:00 UTC [(log)][gitlog]* [latest]: https://gstreamer.freedesktop.org/releases/1.10/ [gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.10/release-notes-1.10.md @@ -39,7 +41,7 @@ improvements. - A new `gst-docs` module has been created, and we are in the process of moving our documentation to a markdown-based format for easier maintenance and updates -- A new `gst-examples` module has been create, which contains example +- A new `gst-examples` module has been created, which contains example GStreamer applications and is expected to grow with many more examples in the future - Various OpenGL and OpenGL|ES-related fixes and improvements for greater @@ -1073,6 +1075,30 @@ which is a stable branch. 1.10.0 was released on 1st November 2016. + + +### 1.10.1 + +The first 1.10 bug-fix release (1.10.1) was released on 17 November 2016. +This release only contains bugfixes and it should be safe to update from 1.10.x. + +#### Major bugfixes in 1.10.1 + + - Security-relevant bugfix in the vmnc decoder (no CVE) + - Various bugfixes to playbin3/decodebin3 + - Fix error at the end of playing any WAV file + - Fix usability of androidmedia plugin if the camera or sensor API is not + available, but codecs are + - Handle redirections on PLAY, and missing control attribute in the RTSP source + - Various OpenGL related bugfixes + - ... and many, many more! + +For a full list of bugfixes see [Bugzilla][buglist-1.10.1]. Note that this is +not the full list of changes. For the full list of changes please refer to the +GIT logs or ChangeLogs of the particular modules. + +[buglist-1.10.1]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=168172&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.1 + ## Known Issues - iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead @@ -1083,9 +1109,6 @@ which is a stable branch. - Building applications with Android NDK r13 on Windows does not work. Other platforms and earlier/later versions of the NDK are not affected. [Bug #772842](https://bugzilla.gnome.org/show_bug.cgi?id=772842) -- The new leaks tracer may deadlock the application (or exhibit other undefined - behaviour) when `SIGUSR` handling is enabled via the `GST_LEAKS_TRACER_SIG` - environment variable. [Bug #770373](https://bugzilla.gnome.org/show_bug.cgi?id=770373) - vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit Windows is unaffected. [Bug #763663](https://bugzilla.gnome.org/show_bug.cgi?id=763663) diff --git a/configure.ac b/configure.ac index 010cdc96..a1b49a22 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # gstreamer-vaapi package version number m4_define([gst_vaapi_major_version], [1]) m4_define([gst_vaapi_minor_version], [10]) -m4_define([gst_vaapi_micro_version], [0]) +m4_define([gst_vaapi_micro_version], [1]) m4_define([gst_vaapi_nano_version], [0]) m4_define([gst_vaapi_version], [gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version]) @@ -16,9 +16,9 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 # gstreamer-vaapi library (libtool) version number -m4_define([gst_vaapi_lt_current], [1000]) +m4_define([gst_vaapi_lt_current], [1001]) m4_define([gst_vaapi_lt_revision], [0]) -m4_define([gst_vaapi_lt_age], [1000]) +m4_define([gst_vaapi_lt_age], [1001]) # glib version number m4_define([glib_version], [2.40]) diff --git a/gstreamer-vaapi.doap b/gstreamer-vaapi.doap index 2592dd06..f346f769 100644 --- a/gstreamer-vaapi.doap +++ b/gstreamer-vaapi.doap @@ -25,6 +25,15 @@ + + + 1.10.1 + 1.10 + 2016-11-17 + + + + 1.10.0 -- cgit v1.2.3