summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2015-09-18 18:40:18 +0200
committerThibault Saunier <tsaunier@gnome.org>2015-09-18 18:40:18 +0200
commit5207d6dfcab9de33c6d592cc612aa1694c7db30b (patch)
tree299fe351e7092aa962c178aad7c6b48bc82ee34a
parent5a0393c54a909e974926aecc5cd8f5aabf9cdab1 (diff)
-rw-r--r--ChangeLog114
-rw-r--r--NEWS2
-rw-r--r--RELEASE17
-rw-r--r--configure.ac6
-rw-r--r--gst-editing-services.doap9
5 files changed, 135 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a9ceef6d0..4a7f76d77e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,119 @@
+=== release 1.5.91 ===
+
+2015-09-18 Thibault Saunier <tsaunier@gnome.org>
+
+ * configure.ac:
+ releasing 1.5.91
+
+2015-09-18 10:01:44 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-internal.h:
+ * ges/ges-track.c:
+ * ges/ges-utils.c:
+ ges: Namespace NLE utils function into GES
+ Avoiding name clashes when built statically
+
+2015-09-15 12:17:19 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * plugins/nle/nlesource.c:
+ nle: Avoid unsetting srcpad target after the srcpad is already freed
+ That leaded to segfaults
+
+2015-09-15 11:08:29 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * plugins/nle/nleghostpad.c:
+ nle: Stop wrongly set operation segment base time
+ Inside the composition we actually do not need to have any notion
+ of what the timing outside the compositon as we already tweak the segment
+ base time outside the composition. This code was only there to work
+ around https://bugzilla.gnome.org/show_bug.cgi?id=753196
+ https://bugzilla.gnome.org/show_bug.cgi?id=754893
+
+2015-09-11 16:18:46 +0900 Justin Kim <justin.kim@collabora.com>
+
+ * plugins/nle/nlecomposition.c:
+ nlecomposition: don't leak internal hashtable
+ https://bugzilla.gnome.org/show_bug.cgi?id=754867
+
+2015-09-11 16:13:19 +0900 Justin Kim <justin.kim@collabora.com>
+
+ * plugins/nle/nleobject.c:
+ nleobject: don't leak srcpad when disposing
+ https://bugzilla.gnome.org/show_bug.cgi?id=754867
+
+2015-09-11 16:11:40 +0900 Justin Kim <justin.kim@collabora.com>
+
+ * ges/ges-timeline.c:
+ timeline: don't leak pad in private structure
+ https://bugzilla.gnome.org/show_bug.cgi?id=754867
+
+2015-09-11 09:58:56 +0900 Justin Kim <justin.kim@collabora.com>
+
+ * tools/ges-launcher.c:
+ ges-launcher: don't leak GError
+ https://bugzilla.gnome.org/show_bug.cgi?id=754858
+
+2015-09-09 23:32:19 +0900 Justin Kim <justin.kim@collabora.com>
+
+ * tools/ges-launcher.c:
+ ges-launcher: fix double free when argument is invalid
+ https://bugzilla.gnome.org/show_bug.cgi?id=754783
+
+2015-09-04 12:01:16 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-video-source.c:
+ video-source: Use the priority being set to compute zorder
+
+2015-09-02 23:27:16 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-video-transition.c:
+ video:transition: Set mixer pad zorder
+
+2015-09-02 17:58:33 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-smart-video-mixer.c:
+ * ges/ges-smart-video-mixer.h:
+ * ges/ges-video-source.c:
+ * ges/ges-video-transition.c:
+ video-source: Make sure to set framepositionner zorder when creating it
+ And fix a computation bug where we would be having mixing order
+ reversed between layers.
+ And make sure that the positionner does not mix up Transition handling
+ of the zorder
+
+2015-08-27 16:28:42 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-video-source.c:
+ * ges/gstframepositionner.c:
+ video-source: Simply set framepositionner->zorder = self->priority
+ Summary:
+ Making the code simpler and handling the transition case
+ where elements are in the same layer (which was failing
+ /setting same zorders until now).
+ Reviewers: Mathieu_Du
+ Differential Revision: https://phabricator.freedesktop.org/D237
+
+2015-08-23 01:35:18 +1000 Jan Schmidt <jan@centricular.com>
+
+ * configure.ac:
+ Use standard GST_PLUGIN_LDFLAGS for the nle plugin
+ Add the standard GST_PLUGIN_LDFLAGS to the configure.ac file.
+
+2015-08-21 21:25:27 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * configure.ac:
+ Add support for static plugins builds
+
=== release 1.5.90 ===
-2015-08-20 Thibault Saunier <tsaunier@gnome.org>
+2015-08-20 17:55:48 +0200 Thibault Saunier <tsaunier@gnome.org>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.5.90
+ * gst-editing-services.doap:
+ Release 1.5.90
2015-08-19 11:24:11 +0200 Thibault Saunier <tsaunier@gnome.org>
diff --git a/NEWS b/NEWS
index d55c5b7f58..a96e20014a 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is the 1.5.90 release of the GStreamer Editing Services
+This is the 1.5.91 release of the GStreamer Editing Services
diff --git a/RELEASE b/RELEASE
index d61a767a6b..12785c8c28 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,8 +1,8 @@
-Release notes for GStreamer Editing Services 1.5.90
+Release notes for GStreamer Editing Services 1.5.91
-The GStreamer team is pleased to announce the first release candidate for the
+The GStreamer team is pleased to announce the second release candidate for the
stable 1.6 release series. The 1.6 release series is adding new features on top of
the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
series of the GStreamer Editing Services. The final 1.6.0 release is planned
@@ -20,8 +20,12 @@ Features of this release
Bugs fixed in this release
- * 751510 : gst-library-error-quark: Failed to encode frame when rendering to webm
- * 752300 : After updating GES from 1.5.2 to Master complex timelines makes whole app to hang
+ * 753806 : [REGRESSION] aggregator: Default to " zero " start time selection mode as documented broke several GES Validate tests
+ * 754783 : ges-launch: crash when argument is invalid
+ * 754858 : ges-launch: leakage of GError
+ * 754867 : timeline,nleobject,nlecomposition: leakage of pad and hashtable reference when disposing
+ * 754893 : nle: Segment base time accumulation is broken fixing videoaggregator segment handling
+ * 755012 : GES timeline playback stops after playing a clip with an effect containing the pitch plugin
==== Download ====
@@ -60,8 +64,7 @@ Applications
Contributors to this release
- * Sebastian Dröge
- * Stefan Sauer
+ * Jan Schmidt
+ * Justin Kim
* Thibault Saunier
- * Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 675a5681a1..a1f927f914 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.5.90,
+AC_INIT(GStreamer Editing Services, 1.5.91,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer-editing-services)
@@ -54,8 +54,8 @@ AC_SUBST(GST_API_VERSION)
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.5.90
-GSTPB_REQ=1.5.90
+GST_REQ=1.5.91
+GSTPB_REQ=1.5.91
dnl *** autotools stuff ****
diff --git a/gst-editing-services.doap b/gst-editing-services.doap
index 40ce52631f..59694666b2 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.5.91</revision>
+ <branch>1.5</branch>
+ <created>2015-09-18</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.5.91.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.5.90</revision>
<branch>1.5</branch>
<created>2015-08-20</created>