summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-12-07 20:22:54 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-12-07 20:22:54 +0200
commitf8391172f3419dc8cef69753c30a181b5896e240 (patch)
treec853ce1bbe2b35b769de1c179b95edeef6737b5a
parent4d7a807bf9205b12795edf22d4e4b9538d2882bc (diff)
-rw-r--r--ChangeLog159
-rw-r--r--NEWS73
-rw-r--r--RELEASE10
-rw-r--r--configure.ac4
-rw-r--r--gst-editing-services.doap10
-rw-r--r--meson.build2
6 files changed, 241 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c0f4a56e6..a05053d59f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,164 @@
+=== release 1.12.4 ===
+
+2017-12-07 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.12.4
+
+2017-11-25 15:56:36 -0300 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-uri-clip.c:
+ uri-clip: Copy previous track elements bindings when setting a new asset
+ Fixes https://phabricator.freedesktop.org/T7862
+
+2017-11-07 11:26:58 -0300 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-auto-transition.c:
+ auto-transition: Fix debug printf format
+
+2017-11-07 10:15:58 -0300 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-auto-transition.c:
+ * ges/ges-timeline.c:
+ timeline: Do not snap object within the moving context
+ Reviewed-by: Alex Băluț <<alexandru.balut@gmail.com>>
+ Differential Revision: https://phabricator.freedesktop.org/D1873
+
+2017-10-31 12:05:08 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/gstframepositioner.c:
+ * ges/gstframepositioner.h:
+ ges: Sync 'par' to track restriction caps in the frame positionner
+ Allowing GES users to have control over how compositing is done
+
+2017-09-20 12:59:40 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * ges/ges-source.c:
+ ges-source: Fix caps memory leak and compiler warnings when compiling without debug logging
+
+=== release 1.12.3 ===
+
+2017-09-18 17:49:16 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ * gst-editing-services.doap:
+ * meson.build:
+ Release 1.12.3
+
+2017-08-17 07:28:46 +0000 Stefan Popa <stefanpopa2209@gmail.com>
+
+ * ges/ges-track-element.c:
+ track_element: Always emit "control-binding-removed" signal.
+ When setting a new control binding on a track element, the old control
+ binding (if any) is going to be removed. Make sure the
+ "control-binding-removed" signal is emitted in this case.
+ Fixes https://phabricator.freedesktop.org/T7340#95666
+ Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com>
+ Differential Revision: https://phabricator.freedesktop.org/D1842
+
+2017-08-29 22:23:57 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-timeline.c:
+ * tests/check/ges/backgroundsource.c:
+ Revert "timeline: Return FALSE when commiting an empty timeline"
+ This commit means that we do not get ASYNC_DONE anymore when commiting
+ an empty timeline, which means that we need to special case that.
+ This actually broke some code and does not bring in much.
+ Fixes https://phabricator.freedesktop.org/T7802
+ Fixes https://phabricator.freedesktop.org/T7797
+ This reverts commit e570d1e08009992a0dd6a24bb4cda4427b2b460f.
+ Thanks @stefanzzz for investigating!
+
+2017-08-22 14:23:45 +0000 Stefan Popa <stefanpopa2209@gmail.com>
+
+ * ges/ges-base-xml-formatter.c:
+ * ges/ges-internal.h:
+ * ges/ges-xml-formatter.c:
+ xml-formatter: Save encoder and muxer advanced settings
+ Added support for saving/loading encoder and muxer advanced settings.
+ Differential Revision: https://phabricator.freedesktop.org/D1837
+
+2017-07-24 10:34:48 -0400 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-pipeline.c:
+ * ges/ges-source.c:
+ Enhance some pad linking issue debug logging.
+
+2017-08-10 15:05:09 -0400 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-smart-video-mixer.c:
+ * plugins/nle/nlecomposition.c:
+ smartmixer: Give a unique name to each compositor instances
+
+2017-08-19 11:42:57 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-pipeline.c:
+ pipeline: Allow up to 2 seconds queueing in the playsink video queue
+ In playsink the default video queue max size is 3 buffers, which is
+ sometimes not enough for our use case.
+ Allow up to 2 seconds of buffered data, giving us more time to do
+ the transition between clips, and thus avoiding dropping frames in
+ the sink when bringing up new clip takes too much time.
+ Differential Revision: https://phabricator.freedesktop.org/D1854
+
+2017-08-17 12:17:33 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * common:
+ Automatic update of common submodule
+ From 48a5d85 to dd9d403
+
+2017-07-31 12:54:25 -0400 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-asset.c:
+ * ges/ges-asset.h:
+ * win32/common/libges.def:
+ asset: Add a function to stop proxying an asset
+ And remove any reference as it beeing a proxy.
+
+2017-07-31 12:55:53 -0400 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-asset.c:
+ asset: Clear loading error when reload is requested
+
+2016-01-12 17:05:48 +0000 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * plugins/nle/nlecomposition.c:
+ nlecomposition: Properly update segment->start/stop on commit
+ Otherwise they will just be the ones from the previous seek event/
+ stack setup and be meaningless.
+ Also document the priv->segment meaning.
+ Fixes https://phabricator.freedesktop.org/T7796
+
+2017-07-27 15:57:31 -0400 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-timeline.c:
+ timeline: Remove trackelements initating move from the moving context
+ They are handled specially when moving the context and having them
+ part of the context can lead to weird behaviours.
+ Fixes https://phabricator.freedesktop.org/T7693
+
+2017-07-21 16:41:26 -0400 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-xml-formatter.c:
+ xml-formatter: Serialize encoding profiles in reverse order
+ So they are reloaded in the right order.
+
+2017-07-24 10:32:47 -0400 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * ges/ges-pipeline.c:
+ pipeline: Make sure tracks are unlinked on NULL->NULL state changes
+
=== release 1.12.2 ===
-2017-07-14 Sebastian Dröge <slomo@coaxion.net>
+2017-07-14 14:05:28 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.12.2
+ * gst-editing-services.doap:
+ * meson.build:
+ Release 1.12.2
2017-07-11 11:40:55 -0400 Thibault Saunier <thibault.saunier@osg.samsung.com>
diff --git a/NEWS b/NEWS
index ca3bb540e4..62d10ed59e 100644
--- 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.2](#1.12.2) and was
-released on 14 July 2017.
+The latest bug-fix release in the 1.12 series is [1.12.4](#1.12.4) and was
+released on 7 December 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: Friday 14 July 2017, 10:00 UTC [(log)][gitlog]*
+*Last updated: Thursday 7 December 2017, 16:30 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
@@ -779,6 +779,69 @@ 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
+<a name="1.12.3"></a>
+
+### 1.12.3
+
+The third 1.12 bug-fix release (1.12.3) was released on 18 September 2017.
+This release only contains bugfixes and it should be safe to update from 1.12.x.
+
+#### Major bugfixes in 1.12.3
+
+ - Fix for infinite recursion on buffer free in v4l2
+ - Fix for glimagesink crash on macOS when used via autovideosink
+ - Fix for huge overhead in matroskamux caused by writing one Cluster per
+ audio-frame in audio-only streams. Also use SimpleBlocks for Opus and other
+ audio codecs, which works around a bug in VLC that prevented Opus streams
+ to be played and decreases overhead even more
+ - Fix for flushing seeks in rtpmsrc always causing an error
+ - Fix for timestamp overflows in calculations in audio encoder base class
+ - Fix for RTP h265 depayloader marking P-frames as I-frames
+ - Fix for long connection delays of clients in RTSP server
+ - Fixes for event handling in queue and queue2 elements, and updates to
+ buffering levels on NOT_LINKED streams
+ - Various fixes to event and buffering handling in decodebin3/playbin3
+ - Various fixes for memory leaks, deadlocks and crashes in all modules
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.12.3]. 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.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=248880&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.3
+
+### 1.12.4
+
+The fourth 1.12 bug-fix release (1.12.4) was released on 7 December 2017.
+This release only contains bugfixes and it should be safe to update from 1.12.x.
+
+#### Major bugfixes in 1.12.4
+
+ - Dozens of fixes for various issues detected with the help of Google's OSS-Fuzz
+ project: https://github.com/google/oss-fuzz
+ Details to be found there in the bug tracker
+ - Performance regressions with registering debug categories after gst_init()
+ were fixed
+ - Regression with seeking back to 0 in souphttpsrc was fixed
+ - Regression with header rewriting in flacparse was fixed
+ - Regression with playbin/playsink leaking sinks was fixed
+ - Inconsistencies with DROPPED/HANDLED handling in pad probe handlers are fixed
+ - gst_bin_iterate_sorted() always returns sources last now, as documented
+ - gst_query_writable_structure() will never return NULL, for consistency with events
+ - Removal of metas from gst_buffer_meta_foreach() works correctly now
+ - OpenJPEG plugin builds with OpenJPEG >= 2.3
+ - CDIO plugin builds with CDIO >= 1.0
+ - gstreamer-vaapi works correctly with libva 1.0
+ - gst-libav was updated to ffmpeg 3.3.5
+ - Various fixes for memory leaks, deadlocks and crashes in all modules
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.12.4]. 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.4]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=270310&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.4
+
## Known Issues
- The `webrtcdsp` element is currently not shipped as part of the Windows
@@ -793,9 +856,9 @@ development version leading up to the stable 1.14 release. The development
of 1.13/1.14 will happen in the git master branch.
The plan for the 1.14 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around September 2017
+expected that feature freeze will be around early December 2017
followed by several 1.13 pre-releases and the new 1.14 stable release
-in October.
+in late December or some time in January.
1.14 will be backwards-compatible to the stable 1.12, 1.10, 1.8, 1.6, 1.4,
1.2 and 1.0 release series.
diff --git a/RELEASE b/RELEASE
index 8596ee1854..0be54a1b87 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,7 +1,7 @@
-Release notes for GStreamer Editing Services 1.12.2
+Release notes for GStreamer Editing Services 1.12.4
-The GStreamer team is proud to announce the second bugfix release in the stable
+The GStreamer team is proud to announce the fourth bugfix release in the stable
1.12 release series of your favourite cross-platform multimedia framework!
@@ -13,10 +13,6 @@ See /releases/1.12/ for the full release notes.
-Bugs fixed in this release
-
- * 784769 : Deadlock in ges-launch between the gst_plugin_loading_mutex and class_init_rec_mutex
-
==== Download ====
You can find source releases of gst-editing-services in the download
@@ -52,6 +48,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
- * Nicolas Dufresne
+ * Sebastian Dröge
* Thibault Saunier
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index f71b6243ed..34900fe390 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.12.3,
+AC_INIT(GStreamer Editing Services, 1.12.4,
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, 1203, 0, 1203)
+AS_LIBTOOL(GST, 1204, 0, 1204)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.12.0
diff --git a/gst-editing-services.doap b/gst-editing-services.doap
index 44f718ff5a..fe7a499ad9 100644
--- a/gst-editing-services.doap
+++ b/gst-editing-services.doap
@@ -32,6 +32,16 @@ GStreamer library for creating audio and video editors
<release>
<Version>
+ <revision>1.12.4</revision>
+ <branch>1.12</branch>
+ <name></name>
+ <created>2017-12-07</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.12.4.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.12.3</revision>
<branch>1.12</branch>
<name></name>
diff --git a/meson.build b/meson.build
index b9610435c4..218f99a2f6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-editing-services', 'c',
- version : '1.12.3',
+ version : '1.12.4',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])