summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-12-14 19:54:57 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-12-14 19:54:57 +0100
commit0230722c65170ce6e92ce631f9c7cd4d5e0a2f91 (patch)
treeeb08a87d905be57843c3b85d1be4181a44e084d9
parentbef534aaefd9d577fca5b12a5a7fb7b605f155a2 (diff)
-rw-r--r--ChangeLog24
-rw-r--r--NEWS48
-rw-r--r--RELEASE19
-rw-r--r--configure.ac12
-rw-r--r--gst-rtsp-server.doap10
5 files changed, 74 insertions, 39 deletions
diff --git a/ChangeLog b/ChangeLog
index eba4d725fa..b1c9693940 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,29 @@
+=== release 1.6.2 ===
+
+2015-12-14 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.6.2
+
+2015-11-11 14:58:33 +0100 Marcus Prebble <prebble@axis.com>
+
+ * gst/rtsp-server/rtsp-server.c:
+ rtsp-server: Change the logic so we don't pop a NULL context
+ When doing a port scan (e.g. with nmap) the call to GST_RTSP_CHECK()
+ will sometimes fail. This call is made before any context is pushed
+ resulting in an attempt to pop a NULL context.
+ https://bugzilla.gnome.org/show_bug.cgi?id=757949
+
=== release 1.6.1 ===
-2015-10-30 Sebastian Dröge <slomo@coaxion.net>
+2015-10-30 17:04:16 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.6.1
+ * gst-rtsp-server.doap:
+ Release 1.6.1
2015-10-22 09:15:21 +0200 David Svensson Fors <davidsf@axis.com>
diff --git a/NEWS b/NEWS
index ed483fdd13..be30e41ae9 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 599d3e1500..dc61a78468 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,13 +1,12 @@
-Release notes for GStreamer RTSP Server Library 1.6.1
+Release notes for GStreamer RTSP Server Library 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,10 +17,8 @@ for the full release notes.
-Bugs fixed in this release
-
- * 755748 : gst-rtsp-server: Retain reference to rtsp-media when preparing
- * 756968 : rtsp-stream: GstBin leak in udp-mcast case
+There were no bugs fixed in this release
+
==== Download ====
@@ -56,9 +53,9 @@ Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list.
+Applications
+
Contributors to this release
- * David Svensson Fors
- * Sebastian Rasmussen
- * Tim-Philipp Müller
+ * Marcus Prebble
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 8e0f930d8b..d7749f2cfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.69)
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 RTSP Server Library], [1.6.1],
+AC_INIT([GStreamer RTSP Server Library], [1.6.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],
[gst-rtsp-server])
AG_GST_INIT
@@ -53,13 +53,13 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 601, 0, 601)
+AS_LIBTOOL(GST, 602, 0, 602)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.6.1
-GSTPB_REQ=1.6.1
-GSTPG_REQ=1.6.1
-GSTPD_REQ=1.6.1
+GST_REQ=1.6.2
+GSTPB_REQ=1.6.2
+GSTPG_REQ=1.6.2
+GSTPD_REQ=1.6.2
dnl *** autotools stuff ****
diff --git a/gst-rtsp-server.doap b/gst-rtsp-server.doap
index 7f874cbcd7..0e1e693f7f 100644
--- a/gst-rtsp-server.doap
+++ b/gst-rtsp-server.doap
@@ -32,6 +32,16 @@ RTSP server library based on GStreamer
<release>
<Version>
+ <revision>1.6.2</revision>
+ <branch>1.6</branch>
+ <name></name>
+ <created>2015-12-14</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.6.2.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.6.1</revision>
<branch>1.6</branch>
<name></name>