summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-12-14 19:56:18 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-12-14 19:56:18 +0100
commit4cea3d11a624738f41a77040c2743638b2c6e5ac (patch)
treea94f2c418e10b91ddee48ab20d1aaecfdbf3d1ed
parent16e4aed1449c54aa225a28c17e0db9628fdb862f (diff)
-rw-r--r--ChangeLog75
-rw-r--r--NEWS47
-rw-r--r--RELEASE17
-rw-r--r--configure.ac8
-rw-r--r--gst-editing-services.doap9
5 files changed, 119 insertions, 37 deletions
diff --git a/ChangeLog b/ChangeLog
index a98abce6af..9a2f6d3f90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,80 @@
+=== release 1.6.2 ===
+
+2015-12-14 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.6.2
+
+2015-11-26 23:11:36 +0530 Sebastian Dröge <sebastian@centricular.com>
+
+ * Makefile.am:
+ bash-completion: Disable during "make distcheck" as this requires installing files outside the prefix
+ automake requires all files to be installed inside the prefix. bash-completion
+ requires the files to be in a specific directory given by a pkg-config file.
+ As such those two are having incompatible requirements and we just disable
+ bash-completion installation for the time being when running "make distcheck".
+ Nonetheless things like "make install" with e.g. a DESTDIR or a private
+ installation into a user's directory will fail as in both cases the
+ bash-completion data would be tried to be installed system-wide.
+
+2015-11-26 22:42:45 +0530 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ Revert "build: fix make distcheck."
+ This reverts commit 462727d6d825b6e67119e6b8ea47d9e18cc22bdf.
+ This "fix" broke the build on Windows, where both prefix and datadir are
+ absolute paths and as such we would concatenate two absolute paths and fail.
+
+2015-11-21 00:23:02 +0100 Thibault Saunier <tsaunier@gnome.org>
+
+ * configure.ac:
+ * tests/check/Makefile.am:
+ tests: Properly setup GST_PLUGIN_PATH in test environement
+
+2015-11-15 00:31:21 +0100 Thibault Saunier <tsaunier@gnome.org>
+
+ * Makefile.am:
+ Dist gst-editing-services.doap
+
+2015-11-05 11:16:31 +0100 Thibault Saunier <tsaunier@gnome.org>
+
+ * .arcconfig:
+ * ges/ges-audio-source.c:
+ * ges/ges-smart-adder.c:
+ ges: Set restriction caps in the audio source caps filter
+ Otherwise we could have not negotiated errors in audiomixer when
+ the channel/channel-mask do not match
+ Differential Revision: https://phabricator.freedesktop.org/D493
+
+2015-11-04 20:20:10 +0100 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-base-xml-formatter.c:
+ * ges/ges-xml-formatter.c:
+ formatter: Do not serialize top effect priorities
+ We just need to make sure they are always serialized in the right
+ order (which is the case) and de serializing them will lead to the
+ right behaviour.
+ We should not serialize the priority as the priority of the source
+ itself depends on the action having been done on the parent clip,
+ and we do not serialize the source priorities (and should not, GES
+ should just do the right thing).
+ Differential Revision: https://phabricator.freedesktop.org/D491
+
+2015-11-04 18:37:34 +0100 Thibault Saunier <tsaunier@gnome.org>
+
+ * tools/ges-launcher.c:
+ launcher: Make sure to not activate validate twice when simply loading a scenario
+
=== release 1.6.1 ===
-2015-10-30 Sebastian Dröge <slomo@coaxion.net>
+2015-10-30 17:11:02 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.6.1
+ * gst-editing-services.doap:
+ Release 1.6.1
2015-10-07 23:57:05 +0200 Thibault Saunier <tsaunier@gnome.org>
diff --git a/NEWS b/NEWS
index 436340b7ea..be30e41ae9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,30 +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 e23898e35c..2e06e2138b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,13 +1,12 @@
-Release notes for GStreamer Editing Services 1.6.1
+Release notes for GStreamer Editing Services 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,12 +17,8 @@ for the full release notes.
-Bugs fixed in this release
-
- * 755480 : TRY_GET leaks string pointer
- * 755716 : structure-parser: leaks internal lists
- * 755860 : nleoperation: leaks srcpad
- * 755862 : ges-project: leaks internal file info
+There were no bugs fixed in this release
+
==== Download ====
@@ -62,6 +57,6 @@ Applications
Contributors to this release
- * Justin Kim
+ * Sebastian Dröge
* Thibault Saunier
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 4906275b12..ec778ea6cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
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 Editing Services, 1.6.1,
+AC_INIT(GStreamer Editing Services, 1.6.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer-editing-services)
@@ -51,11 +51,11 @@ dnl we override it here if we need to for the release candidate of new series
GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
-AS_LIBTOOL(GST, 0, 0, 0)
+AS_LIBTOOL(GST, 602, 0, 602)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.6.1
-GSTPB_REQ=1.6.1
+GST_REQ=1.6.2
+GSTPB_REQ=1.6.2
dnl *** autotools stuff ****
diff --git a/gst-editing-services.doap b/gst-editing-services.doap
index b78893a960..94c1d4d10a 100644
--- a/gst-editing-services.doap
+++ b/gst-editing-services.doap
@@ -32,6 +32,15 @@ GStreamer library for creating audio and video editors
<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-editing-services/gst-editing-services-1.6.2.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.6.1</revision>
<branch>1.6</branch>
<created>2015-10-30</created>