Release 1.12.2 1.12.2
authorSebastian Dröge <sebastian@centricular.com>
Fri, 14 Jul 2017 11:01:13 +0000 (14:01 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 14 Jul 2017 11:01:13 +0000 (14:01 +0300)
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/inspect/plugin-coreelements.xml
gstreamer.doap
meson.build

index 76a9ae790c6d2fc81e1717fe620ddb37d7e502c4..757a4ad09ecc1e130799658e84d63247060d5249 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,81 @@
+=== release 1.12.2 ===
+
+2017-07-14  Sebastian Dröge <slomo@coaxion.net>
+
+       * configure.ac:
+         releasing 1.12.2
+
+2017-07-13 21:52:34 +0800  Jason Lin <shangchieh@realtek.com>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: fix buffer leaks if preroll failed
+         buffer is not unreferened if preroll failed
+         :Detailed Notes:
+         - Problem : video freeze when switching from pause to 1/2-FF repeatedly
+         - RootCause : buffer leaks in basesink
+         - Solution : unref the buffer if prerolled failed
+         :Testing Preformed:
+         How to Test :
+         pause -> 1/2 FF -> resume -> pause -> 1/2 FF ...
+         https://bugzilla.gnome.org/show_bug.cgi?id=784932
+
+2017-06-29 09:10:04 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: check for ppoll() as well
+
+2017-06-27 09:59:52 -0400  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tools/meson.build:
+         meson: Add configinc as include_directory in tools/
+         Otherwise when the glib is used as a subproject config.h is the glib
+         one, not ours.
+
+2017-06-23 11:11:44 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: fix with-package-name option
+         https://bugzilla.gnome.org/show_bug.cgi?id=784082
+
+2017-06-21 10:48:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * libs/gst/base/gstbaseparse.c:
+         baseparse: sinkcaps can be NULL in default caps negotiation
+         This was causing harmless assertion about the unreffed caps not being of
+         type caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784041
+
 === release 1.12.1 ===
 
-2017-06-20  Sebastian Dröge <slomo@coaxion.net>
+2017-06-20 12:04:50 +0300  Sebastian Dröge <sebastian@centricular.com>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.12.1
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * gstreamer.doap:
+       * meson.build:
+         Release 1.12.1
+
+2017-06-20 11:11:23 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/bg.po:
+       * po/da.po:
+       * po/de.po:
+       * po/fr.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/nb.po:
+       * po/pl.po:
+       * po/ru.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         Update .po files
 
 2017-06-20 11:06:16 +0300  Sebastian Dröge <sebastian@centricular.com>
 
diff --git a/NEWS b/NEWS
index ef19baca2dac898bd5dc2a63a22d43a3547a16e0..ca3bb540e428563d37e853d26e43a38efbcac034 100644 (file)
--- 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.1](#1.12.1) and was
-released on 20 June 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 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: Tuesday 20 June 2017, 07:30 UTC [(log)][gitlog]*
+*Last updated: Friday 14 July 2017, 10:00 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
@@ -723,7 +723,7 @@ is a stable branch.
 
 ### 1.12.1
 
-The first 1.10 bug-fix release (1.12.1) was released on 20 June 2017.
+The first 1.12 bug-fix release (1.12.1) was released on 20 June 2017.
 This release only contains bugfixes and it should be safe to update from 1.12.x.
 
 #### Major bugfixes in 1.12.1
@@ -751,6 +751,34 @@ GIT logs or ChangeLogs of the particular modules.
 
 [buglist-1.12.1]: 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.1
 
+<a name="1.12.2"></a>
+
+### 1.12.2
+
+The second 1.12 bug-fix release (1.12.2) 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.2
+
+ - Various fixes for crashes, assertions, deadlocks and memory leaks
+ - Regression fix for playback of live HLS streams
+ - Regression fix for crash when playing back a tunneled RTSP stream
+ - Regression fix for playback of RLE animations in MOV containers
+ - Regression fix for RTP GSM payloading producing corrupted output
+ - Major bugfixes to the MXF demuxer, mostly related to seeking and
+   fixes to the frame reordering handling in the MXF muxer and demuxer
+ - Fix for playback of mono streams on MacOS
+ - More fixes for index handling of ASF containers
+ - Various fixes to adaptivedemux, DASH and HLS demuxers
+ - Fix deadlock in gstreamer-editing-services during class initialization
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.12.2]. 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.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
+
 ## Known Issues
 
 - The `webrtcdsp` element is currently not shipped as part of the Windows
@@ -774,7 +802,8 @@ in October.
 
 - - -
 
-*These release notes have been prepared by Sebastian Dröge, Tim-Philipp Müller
-and Víctor Manuel Jáquez Leal.*
+*These release notes have been prepared by Olivier Crête, Sebastian Dröge,
+Nicolas Dufresne, Víctor Manuel Jáquez Leal, Tim-Philipp Müller, Philippe
+Normand and Thibault Saunier.*
 
 *License: [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)*
diff --git a/RELEASE b/RELEASE
index f8d40aa4bdadd03c75e66a7df6cae79e0c8c7da5..ddb51ac842ac9303217e0bb8772005250490e7fd 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,7 +1,7 @@
 
-Release notes for GStreamer 1.12.1
+Release notes for GStreamer 1.12.2
 
-The GStreamer team is proud to announce the first bugfix release in the stable
+The GStreamer team is proud to announce the second bugfix release in the stable
 1.12 release series of your favourite cross-platform multimedia framework!
 
 
@@ -35,10 +35,8 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
 
 Bugs fixed in this release
      
-      * 782174 : meson: gst-element-check-1.0.m4
-      * 783787 : gsturi: Fixed incorrect escaping of path in gst_uri_construct
-      * 783864 : gstptpclock: Memory leak on delay request message release. Timeout source is left referenced.
-      * 783978 : utils/registrychunks: Fix leaks in failed cases
+      * 784041 : baseparse: sinkcaps can be NULL in default caps negotiation
+      * 784932 : basesink: buffer leaks if preroll failed
 
 ==== Download ====
 
@@ -75,10 +73,8 @@ subscribe to the gstreamer-devel list.
         
 Contributors to this release
     
-      * Andrejs Vasiljevs
-      * Heekyoung Seo
-      * Matthew Waters
-      * Olivier Crête
-      * Sebastian Dröge
+      * Jason Lin
+      * Nicolas Dufresne
+      * Thibault Saunier
       * Tim-Philipp Müller
  
\ No newline at end of file
index ef8bd6be0e814ef43348bc5c54d9da69b029915b..b6b2923f2099e1eeda6057bef76e27c205b29ed9 100644 (file)
@@ -4,7 +4,7 @@ dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, git and prerelease does Werror too
 dnl
-AC_INIT([GStreamer],[1.12.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
+AC_INIT([GStreamer],[1.12.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
 AG_GST_INIT
 
 dnl initialize automake (we require GNU make)
@@ -62,7 +62,7 @@ dnl      1.2.5 => 205
 dnl      1.10.9 (who knows) => 1009
 dnl
 dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 1201, 0, 1201)
+AS_LIBTOOL(GST, 1202, 0, 1202)
 
 dnl *** autotools stuff ****
 
index 746261021b7fc545d8193c0618c1293a5d3566c2..b215ec6f3d5f49c9d36c184114b76f1bfeea0038 100644 (file)
@@ -3,7 +3,7 @@
   <description>GStreamer core elements</description>
   <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
   <basename>libgstcoreelements.so</basename>
-  <version>1.12.1</version>
+  <version>1.12.2</version>
   <license>LGPL</license>
   <source>gstreamer</source>
   <package>GStreamer source release</package>
index 203954ec3de65497c270d580724e1e1383d1bcb8..f2f441ed04d2128168a59727f05132ef18561244 100644 (file)
@@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements.
    </GitRepository>
  </repository> 
 
+ <release>
+  <Version>
+   <revision>1.12.2</revision>
+   <branch>1.12</branch>
+   <name></name>
+   <created>2017-07-14</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.12.2.tar.xz" />
+  </Version>
+ </release>
+
  <release>
   <Version>
    <revision>1.12.1</revision>
index ca5bb65dba7b1d0e5e4a7bfb2dc39edcf6366416..dd5d0b31704ea2cd96a588358c785cc91f59897d 100644 (file)
@@ -1,5 +1,5 @@
 project('gstreamer', 'c', 'cpp',
-  version : '1.12.1',
+  version : '1.12.2',
   meson_version : '>= 0.36.0',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])