summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-12-14 19:55:23 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-12-14 19:55:23 +0100
commit4e0c7856c83266dff74204e770eccdbd8dd91702 (patch)
tree85c2aeda7bf6b2539da18e0a689119addac2aa0a
parent98a9898b75314611df93182a408c28aa67ec877a (diff)
Release 1.6.21.6.2
-rw-r--r--ChangeLog40
-rw-r--r--NEWS48
-rw-r--r--RELEASE13
-rw-r--r--configure.ac4
-rw-r--r--gst-python.doap9
5 files changed, 83 insertions, 31 deletions
diff --git a/ChangeLog b/ChangeLog
index c900c36..3c77d99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,45 @@
+=== release 1.6.2 ===
+
+2015-12-14 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.6.2
+
+2015-11-08 11:56:20 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+ * gi/overrides/Gst.py:
+ overrides: fix a few typos in exception messages
+
+2015-12-14 13:03:24 +0100 Sebastian Dröge <sebastian@centricular.com>
+
+ * plugin/gstpythonplugin.c:
+ python: Check return value of g_module_symbol()
+ CID 1320702
+
+2015-12-14 13:01:25 +0100 Sebastian Dröge <sebastian@centricular.com>
+
+ * plugin/gstpythonplugin.c:
+ python: Don't call Py_DECREF() on NULL
+ CID 1320703
+
+2015-11-16 10:12:37 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * plugin/gstpythonplugin.c:
+ pythonplugin: Clean up error handling a bit
+ Don't g_error() but only g_critical() when things go wrong and return FALSE.
+ g_error() would kill the application immediately.
+ Also check if we can actually get gi.repository.Gst before using it.
+
=== release 1.6.1 ===
-2015-10-30 Sebastian Dröge <slomo@coaxion.net>
+2015-10-30 17:10:43 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.6.1
+ * gst-python.doap:
+ Release 1.6.1
2015-10-25 21:33:46 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
diff --git a/NEWS b/NEWS
index ed483fd..be30e41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,29 +1,37 @@
-This is GStreamer 1.6.1
+This is GStreamer 1.6.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.6 release series of your favourite cross-platform multimedia framework!
-This release only contains bugfixes and it is safe to update from 1.6.0. For a
-full list of bugfixes see Bugzilla:
- https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&limit=0&list_id=73005&order=bug_id&product=GStreamer&resolution=FIXED&target_milestone=1.6.1
+This release only contains bugfixes and it is safe to update from 1.6.0 and
+1.6.1. For a full list of bugfixes see Bugzilla:
+ https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&limit=0&list_id=83309&order=bug_id&product=GStreamer&resolution=FIXED&target_milestone=1.6.2
See http://gstreamer.freedesktop.org/releases/1.6/ for the latest version of this document.
Major bugfixes
-- Crashes in the gst-libav encoders were fixed
-- More DASH-IF test streams are working now
-- Live DASH, HLS and MS SmoothStreaming streams work more reliable and other
- fixes for the adaptive streaming protocols
-- Reverse playback works with scaletempo to keep the audio pitch
-- Correct stream-time is reported for negative applied_rate
-- SRTP packet validation during decoding does not reject valid packets anymore
-- Fixes for audioaggregator and aggregator to start producing output at the
- right time, and e.g. not outputting lots of silence in the beginning
-- gst-libav's internal ffmpeg snapshot was updated to 2.8.1
-- cerbero has support for Mac OS X 10.11 (El Capitan)
-- Various memory leaks were fixed, including major leaks in playbin, playsink
- and decodebin
-- Various GObject-Introspection annotation fixes for bindings
-- and many, many more: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&limit=0&list_id=73005&order=bug_id&product=GStreamer&resolution=FIXED&target_milestone=1.6.1
+- Crashes in gst-libav with sinks that did not provide a buffer pool
+ but supported video metadata were fixed. This affected d3dvideosink
+ and some 3rd party sinks. Also related fixes for crashes when a downstream
+ buffer pool failed allocation.
+- Big GL performance improvement on iOS by a factor of 2 by using Apple's sync
+ extension.
+- Deadlocks in the DirectSound elements on Windows, and the behaviour of its
+ mute property were fixed.
+- The Direct3D video sink does not crash anymore when minimizing the window
+- The library soname generation on Android >= 6.0 was fixed, which previously
+ caused GStreamer to fail to load there.
+- File related elements have large-file (>2GB) support on Android now.
+- gst-libav was updated to ffmpeg 2.8.3.
+- Deserialization of custom events in the GDP depayloader was fixed.
+- Missing OpenGL context initialization in the Qt/QML video sink was fixed in
+ certain situations.
+- Interoperability with some broken RTSP servers using HTTP tunnel was
+ improved.
+- Various compilation fixes for Windows.
+- Various smaller memory leak and other fixes in different places.
+- and many, many more:
+ https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&limit=0&list_id=83309&order=bug_id&product=GStreamer&resolution=FIXED&target_milestone=1.6.2
+
diff --git a/RELEASE b/RELEASE
index 0720843..a6a8edb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,13 +1,12 @@
-Release notes for GStreamer Python bindings 1.6.1
+Release notes for GStreamer Python bindings 1.6.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.6 release series of your favourite cross-platform multimedia framework!
-This release only contains bugfixes and it is safe to update from 1.6.0. For a
+This release only contains bugfixes and it is safe to update from 1.6.0 and 1.6.1. For a
full list of bugfixes see Bugzilla.
@@ -18,9 +17,8 @@ for the full release notes.
-Bugs fixed in this release
-
- * 757108 : regression creating (Ghost)Pad
+There were no bugs fixed in this release
+
==== Download ====
@@ -60,4 +58,5 @@ Applications
Contributors to this release
* Mark Nauwelaerts
+ * Sebastian Dröge
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index db18d00..7a7cf2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.68])
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer GObject Introspection overrides for Python , 1.6.1,
+AC_INIT(GStreamer GObject Introspection overrides for Python , 1.6.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
@@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl required versions of other packages
dnl Note that they are runtime requirements
-AC_SUBST(GST_REQ, 1.6.1)
+AC_SUBST(GST_REQ, 1.6.2)
AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC
diff --git a/gst-python.doap b/gst-python.doap
index a827dda..30ad8b8 100644
--- a/gst-python.doap
+++ b/gst-python.doap
@@ -32,6 +32,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
<release>
<Version>
+ <revision>1.6.2</revision>
+ <branch>1.6</branch>
+ <created>2015-12-14</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.6.2.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.6.1</revision>
<branch>1.6</branch>
<created>2015-10-30</created>