From aeec69e9ede0a68c14db6edcf565b85302ed6b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 18 Sep 2017 17:49:53 +0300 Subject: Release 1.12.3 --- ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- NEWS | 39 +++++++++++++++++++++++++++++++++++---- RELEASE | 13 ++++++++++--- configure.ac | 4 ++-- gst-omx.doap | 10 ++++++++++ meson.build | 2 +- 6 files changed, 104 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ca83cc2ce..1269086fc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,53 @@ +=== release 1.12.3 === + +2017-09-18 Sebastian Dröge + + * configure.ac: + releasing 1.12.3 + +2017-09-13 15:32:51 +0200 Guillaume Desmottes + + * omx/gstomxvideodec.c: + omxvideodec: log info about frame before releasing it + gst_video_decoder_release_frame() takes ownership of the frame and will + destroy it. So we should no longer use it after calling it. + https://bugzilla.gnome.org/show_bug.cgi?id=787628 + +2017-08-17 12:16:27 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 48a5d85 to dd9d403 + +2017-07-17 18:36:36 +0530 Satya Prakash Gupta + + * omx/gstomx.c: + omx: Possible Memory leak in gst_caps_from_string + https://bugzilla.gnome.org/show_bug.cgi?id=784978 + +2017-07-17 15:48:44 +0530 Satya Prakash Gupta + + * omx/gstomxvideoenc.c: + omxvideoenc: Fix deadlock in error case when draining + https://bugzilla.gnome.org/show_bug.cgi?id=784972 + +2017-07-17 13:44:54 +0530 Satya Prakash Gupta + + * omx/gstomxaudioenc.c: + omxaudioenc: Fix deadlock in error case when draining + https://bugzilla.gnome.org/show_bug.cgi?id=784967 + === release 1.12.2 === -2017-07-14 Sebastian Dröge +2017-07-14 14:06:03 +0300 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.12.2 + * gst-omx.doap: + * meson.build: + Release 1.12.2 === release 1.12.1 === diff --git a/NEWS b/NEWS index ca3bb540e4..94e1d1cec0 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ # GStreamer 1.12 Release Notes GStreamer 1.12.0 was originally released on 4th May 2017. -The latest bug-fix release in the 1.12 series is [1.12.2](#1.12.2) and was -released on 14 July 2017. +The latest bug-fix release in the 1.12 series is [1.12.3](#1.12.3) and was +released on 18 September 2017. 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! @@ -13,7 +13,7 @@ improvements. See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest version of this document. -*Last updated: Friday 14 July 2017, 10:00 UTC [(log)][gitlog]* +*Last updated: Monday 19 September 2017, 12:30 UTC [(log)][gitlog]* [latest]: https://gstreamer.freedesktop.org/releases/1.12/ [gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md @@ -779,6 +779,37 @@ GIT logs or ChangeLogs of the particular modules. [buglist-1.12.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=225693&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.2 + + +### 1.12.3 + +The second 1.12 bug-fix release (1.12.3) was released on 14 July 2017. +This release only contains bugfixes and it should be safe to update from 1.12.x. + +#### Major bugfixes in 1.12.3 + + - Fix for infinite recursion on buffer free in v4l2 + - Fix for glimagesink crash on macOS when used via autovideosink + - Fix for huge overhead in matroskamux caused by writing one Cluster per + audio-frame in audio-only streams. Also use SimpleBlocks for Opus and other + audio codecs, which works around a bug in VLC that prevented Opus streams + to be played and decreases overhead even more + - Fix for flushing seeks in rtpmsrc always causing an error + - Fix for timestamp overflows in calculations in audio encoder base class + - Fix for RTP h265 depayloader marking P-frames as I-frames + - Fix for long connection delays of clients in RTSP server + - Fixes for event handling in queue and queue2 elements, and updates to + buffering levels on NOT_LINKED streams + - Various fixes to event and buffering handling in decodebin3/playbin3 + - Various fixes for memory leaks, deadlocks and crashes in all modules + - ... and many, many more! + +For a full list of bugfixes see [Bugzilla][buglist-1.12.3]. 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.12.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=248880&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.3 + ## Known Issues - The `webrtcdsp` element is currently not shipped as part of the Windows @@ -793,7 +824,7 @@ development version leading up to the stable 1.14 release. The development of 1.13/1.14 will happen in the git master branch. The plan for the 1.14 development cycle is yet to be confirmed, but it is -expected that feature freeze will be around September 2017 +expected that feature freeze will be around October 2017 followed by several 1.13 pre-releases and the new 1.14 stable release in October. diff --git a/RELEASE b/RELEASE index 1dcbc02abe..c450c5f125 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,7 @@ -Release notes for GStreamer OpenMAX IL wrapper plugin 1.12.2 +Release notes for GStreamer OpenMAX IL wrapper plugin 1.12.3 -The GStreamer team is proud to announce the second bugfix release in the stable +The GStreamer team is proud to announce the third bugfix release in the stable 1.12 release series of your favourite cross-platform multimedia framework! @@ -37,6 +37,13 @@ contains a set of less supported plugins that haven't passed the +Bugs fixed in this release + + * 784967 : omx: Possible deadlock in gstomxaudioenc + * 784972 : omx: Possible deadlock in gstomxvideoenc.c + * 784978 : omx: Possible Memory leak in gst_caps_from_string + * 787628 : omxvideodec: log info about frame before releasing it + ==== Download ==== You can find source releases of gst-omx in the download @@ -73,6 +80,6 @@ subscribe to the gstreamer-devel list. Contributors to this release * Guillaume Desmottes - * Sebastian Dröge + * Satya Prakash Gupta * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 2d44d6a688..086e5207e9 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, git and prerelease does -Werror too dnl use a three digit version number for releases, and four for git/prerelease -AC_INIT(GStreamer OpenMAX Plug-ins, 1.12.2, +AC_INIT(GStreamer OpenMAX Plug-ins, 1.12.3, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-omx) @@ -45,7 +45,7 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1202, 0, 1202) +AS_LIBTOOL(GST, 1203, 0, 1203) dnl *** required versions of GStreamer stuff *** GST_REQ=1.12.0 diff --git a/gst-omx.doap b/gst-omx.doap index 15daf1f40b..1a3e5fd4f3 100644 --- a/gst-omx.doap +++ b/gst-omx.doap @@ -31,6 +31,16 @@ a basic collection of elements + + + 1.12.3 + 1.12 + + 2017-09-18 + + + + 1.12.2 diff --git a/meson.build b/meson.build index b237575745..3752116d75 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-omx', 'c', - version : '1.12.2', + version : '1.12.3', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- cgit v1.2.1