summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-11-17 15:58:20 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-11-17 15:58:20 +0200
commit5bf08576bf178051a4a6769f7f550e3d6d9c017c (patch)
tree89eaa0b74b08d5cd9c4b95b4d6fee93ac335168f
parentd4184da6e3198f2aceaae7f8238084f26108f485 (diff)
-rw-r--r--ChangeLog96
-rw-r--r--NEWS35
-rw-r--r--RELEASE24
-rw-r--r--configure.ac4
-rw-r--r--gst-editing-services.doap9
5 files changed, 148 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index b59246ac19..8bf7e693bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,101 @@
+=== release 1.10.1 ===
+
+2016-11-17 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.10.1
+
+2016-01-12 14:51:55 +0000 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+ * ges/ges-timeline.c:
+ * tests/check/ges/timelineedition.c:
+ * tests/check/python/test_clip.py:
+ * tests/check/python/test_timeline.py:
+ timeline: reimplement snap_to_position a bit more appropriately.
+ It could yet be made be simpler, but it would require
+ touching the rest of the timeline editing code.
+ Fixes https://phabricator.freedesktop.org/T7587
+ Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com>
+ Differential Revision: https://phabricator.freedesktop.org/D657
+
+2016-11-09 11:48:09 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ges/ges-timeline.c:
+ ges-timeline: Fix typo in debug messages
+
+2016-10-08 10:43:07 +0200 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-timeline.c:
+ * tests/check/python/test_timeline.py:
+ timeline: Avoid creating extra transition when rippling clips
+ In some cases when rippling clip we could get the algo lost because
+ a transition existed between two clips (for example at the end of c1
+ and at the begining of c2) but while rippling it would have required
+ a transition at the end of c2 and beginning of c1, and we were properly
+ not destroying the old one (as the two clips were in the moving context)
+ but we were still creating the other transition in the end...
+ Reviewed-by: Alex Băluț <alexandru.balut@gmail.com>
+ Differential Revision: https://phabricator.freedesktop.org/D1362
+
+2016-10-07 15:31:40 +0200 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-timeline.c:
+ * tests/check/python/test_timeline.py:
+ timeline: Make sure transitions between rippled clips are never deleted
+ Reviewed-by: Alex Băluț <alexandru.balut@gmail.com>
+ Differential Revision: https://phabricator.freedesktop.org/D1361
+
+2016-10-06 19:14:57 +0200 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-layer.c:
+ * ges/ges-timeline.c:
+ * tests/check/python/test_timeline.py:
+ timeline: Destroy transition if a neighbor is not being moved to a layer
+ And make sure that we move the transition to the right layer, not trying
+ to figure it out.
+ Differential Revision: https://phabricator.freedesktop.org/D1360
+
+2016-11-04 14:41:13 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * meson.build:
+ meson: Unset the plugin paths to generate the .gir files
+ Avoiding problems when using subproject:
+ 'Failed to load plugin something.so file too short'
+
+2016-11-10 15:17:50 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * plugins/nle/nlecomposition.c:
+ nlecomposition: Fix small remaining race in previous commit
+ The seek action might currently be handled (in which case it is not in
+ the actions list and the action lock is not locked), but not actually
+ handled completely yet (the seqnum is not stored yet).
+ To prevent this, we remember what the current action is that is being
+ handled, and also compare to that.
+ https://bugzilla.gnome.org/show_bug.cgi?id=774149
+
+2016-11-09 17:14:19 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * plugins/nle/nlecomposition.c:
+ nlecomposition: De-duplicate seek events based on their sequence number
+ If there are e.g. multiple video sinks, we would get the same seek event
+ multiple times. But we only want to handle it once.
+ https://bugzilla.gnome.org/show_bug.cgi?id=774149
+
+2016-11-01 19:43:46 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ meson: update version
+
=== release 1.10.0 ===
-2016-11-01 Sebastian Dröge <slomo@coaxion.net>
+2016-11-01 18:12:35 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.10.0
+ * gst-editing-services.doap:
+ Release 1.10.0
2016-10-25 08:54:11 -0700 Scott D Phillips <scott.d.phillips@intel.com>
diff --git a/NEWS b/NEWS
index 547de7f3f9..23b5ab712d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
# GStreamer 1.10 Release Notes
-**GStreamer 1.10.0 was released on 1st November 2016.**
+GStreamer 1.10.0 was originally released on 1st November 2016.
+The latest bug-fix release in the 1.10 series is [1.10.1](#1.10.1) and was
+released on 17 November 2016.
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!
@@ -11,7 +13,7 @@ improvements.
See [https://gstreamer.freedesktop.org/releases/1.10/][latest] for the latest
version of this document.
-*Last updated: Tuesday 1 Nov 2016, 15:00 UTC [(log)][gitlog]*
+*Last updated: Tuesday 17 Nov 2016, 15:00 UTC [(log)][gitlog]*
[latest]: https://gstreamer.freedesktop.org/releases/1.10/
[gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.10/release-notes-1.10.md
@@ -39,7 +41,7 @@ improvements.
- A new `gst-docs` module has been created, and we are in the process of moving
our documentation to a markdown-based format for easier maintenance and
updates
-- A new `gst-examples` module has been create, which contains example
+- A new `gst-examples` module has been created, which contains example
GStreamer applications and is expected to grow with many more examples in
the future
- Various OpenGL and OpenGL|ES-related fixes and improvements for greater
@@ -1073,6 +1075,30 @@ which is a stable branch.
1.10.0 was released on 1st November 2016.
+<a name="1.10.1"></a>
+
+### 1.10.1
+
+The first 1.10 bug-fix release (1.10.1) was released on 17 November 2016.
+This release only contains bugfixes and it should be safe to update from 1.10.x.
+
+#### Major bugfixes in 1.10.1
+
+ - Security-relevant bugfix in the vmnc decoder (no CVE)
+ - Various bugfixes to playbin3/decodebin3
+ - Fix error at the end of playing any WAV file
+ - Fix usability of androidmedia plugin if the camera or sensor API is not
+ available, but codecs are
+ - Handle redirections on PLAY, and missing control attribute in the RTSP source
+ - Various OpenGL related bugfixes
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.10.1]. 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.10.1]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=168172&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.1
+
## Known Issues
- iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead
@@ -1083,9 +1109,6 @@ which is a stable branch.
- Building applications with Android NDK r13 on Windows does not work. Other
platforms and earlier/later versions of the NDK are not affected.
[Bug #772842](https://bugzilla.gnome.org/show_bug.cgi?id=772842)
-- The new leaks tracer may deadlock the application (or exhibit other undefined
- behaviour) when `SIGUSR` handling is enabled via the `GST_LEAKS_TRACER_SIG`
- environment variable. [Bug #770373](https://bugzilla.gnome.org/show_bug.cgi?id=770373)
- vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit Windows is unaffected.
[Bug #763663](https://bugzilla.gnome.org/show_bug.cgi?id=763663)
diff --git a/RELEASE b/RELEASE
index 023b540b2c..af6433e240 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,18 +1,22 @@
-Release notes for GStreamer Editing Services 1.10.0
+Release notes for GStreamer Editing Services 1.10.1
-The GStreamer team is pleased to announce the first release of the new stable
-1.10 release series. The 1.10 release series is adding new features on top of
-the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x
-release series of the GStreamer multimedia framework.
+The GStreamer team is proud to announce the first bugfix release in the stable
+1.10 release series of your favourite cross-platform multimedia framework!
-Binaries for Android, iOS, Mac OS X and Windows will be provided shortly after
-the source release by the GStreamer project during the stable 1.10 release
-series.
+This release only contains bugfixes and it is safe to update from 1.10.0. For a
+full list of bugfixes see Bugzilla.
+
+
+See /releases/1.10/ for the full release notes.
+Bugs fixed in this release
+
+ * 774149 : nlecomposition: De-duplicate seek events based on their sequence number
+
==== Download ====
You can find source releases of gst-editing-services in the download
@@ -48,8 +52,8 @@ subscribe to the gstreamer-devel list.
Contributors to this release
- * Nirbheek Chauhan
- * Scott D Phillips
+ * Mathieu Duponchelle
+ * Sebastian Dröge
* Thibault Saunier
* Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index e1527a20c3..c50b971b05 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.10.0,
+AC_INIT(GStreamer Editing Services, 1.10.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer-editing-services)
@@ -51,7 +51,7 @@ 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, 1000, 0, 1000)
+AS_LIBTOOL(GST, 1001, 0, 1001)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.10.0
diff --git a/gst-editing-services.doap b/gst-editing-services.doap
index 0885a39f94..08f89d52a0 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.10.1</revision>
+ <branch>1.10</branch>
+ <created>2016-11-17</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.10.1.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.10.0</revision>
<branch>master</branch>
<created>2016-11-01</created>