From da34328c50f7d146d3e31655b32376b961682a49 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 25 Sep 2015 12:29:40 +0200 Subject: [PATCH] Release 1.6.0 --- ChangeLog | 61 +++++++++++++++++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 24 ++++++--------- configure.ac | 6 ++-- gst-editing-services.doap | 9 ++++++ 5 files changed, 80 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a7f76d77e..077d86ca16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,64 @@ -=== release 1.5.91 === +=== release 1.6.0 === -2015-09-18 Thibault Saunier +2015-09-25 Thibault Saunier * configure.ac: - releasing 1.5.91 + releasing 1.6.0 + +2015-09-24 13:21:15 +0200 Thibault Saunier + + * ges/ges-container.c: + * ges/ges-timeline.c: + ges: Avoid emitting 'child-added/removed' when signal emission stops addition + In the GESTimeline, TrackElement addition to a clip might get cancelled + (and thus the element gets removed), we need to make sure users do not + get wrong signals. + Also document the fact that user should connect to container::child-added + with g_signal_connect_after. + +2015-09-22 23:10:35 +0900 Justin Kim + + * plugins/nle/nlecomposition.c: + * plugins/nle/nleobject.c: + nle{composition,object}: remove unused allocation & trivial leakages + nlecomposition allocates unused 'UpdateCompositionData' and it + causes leakages. + https://bugzilla.gnome.org/show_bug.cgi?id=755417 + +2015-09-24 13:40:27 +0900 Justin Kim + + * ges/ges-pipeline.c: + pipeline: don't leak GstPad + https://bugzilla.gnome.org/show_bug.cgi?id=755505 + +2015-09-24 13:42:16 +0900 Justin Kim + + * ges/ges-pitivi-formatter.c: + pitivi-formatter: don't leak internal hash table + https://bugzilla.gnome.org/show_bug.cgi?id=755505 + +2015-09-23 21:23:13 +0200 Thibault Saunier + + * ges/ges-video-transition.c: + video-transition: Make compositor background transparent + Allowing further mixing downstream + +2015-09-23 21:12:33 +0200 Thibault Saunier + + * ges/ges-video-transition.c: + video-transition: Add a framepositioner at the end of the transitio + So downstream compositor knows the zorder of the various streams + +=== release 1.5.91 === + +2015-09-18 18:40:18 +0200 Thibault Saunier + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-editing-services.doap: + Release 1.5.91 2015-09-18 10:01:44 +0200 Thibault Saunier diff --git a/NEWS b/NEWS index a96e20014a..bd688b6ee8 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is the 1.5.91 release of the GStreamer Editing Services +This is the 1.6.0 release of the GStreamer Editing Services diff --git a/RELEASE b/RELEASE index 12785c8c28..02fb51976c 100644 --- a/RELEASE +++ b/RELEASE @@ -1,16 +1,16 @@ -Release notes for GStreamer Editing Services 1.5.91 +Release notes for GStreamer Editing Services 1.6.0 -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 -in the next few days unless any major bugs are found. +The GStreamer team is pleased to announce the first release of the GStreamer +Editing Services stable 1.6 release series. The 1.6 release series is adding +new features on top of the 1.2 and 1.4 series and is part of the API and +ABI-stable 1.x release series of the GStreamer multimedia framework. -Binaries for Android, iOS, Mac OS X and Windows will be provided separately by -the GStreamer project. + +Binaries for Android, iOS, Mac OS X and Windows are provided together +with this release. @@ -20,12 +20,7 @@ Features of this release Bugs fixed in this release - * 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 + * 755417 : nlecomposition allocates unused UpdateCompositionData ==== Download ==== @@ -64,7 +59,6 @@ Applications Contributors to this release - * Jan Schmidt * Justin Kim * Thibault Saunier   \ No newline at end of file diff --git a/configure.ac b/configure.ac index a1f927f914..26eb7ddbc6 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.91, +AC_INIT(GStreamer Editing Services, 1.6.0, 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.91 -GSTPB_REQ=1.5.91 +GST_REQ=1.6.0 +GSTPB_REQ=1.6.0 dnl *** autotools stuff **** diff --git a/gst-editing-services.doap b/gst-editing-services.doap index 59694666b2..9c0de5c2d8 100644 --- a/gst-editing-services.doap +++ b/gst-editing-services.doap @@ -30,6 +30,15 @@ GStreamer library for creating audio and video editors + + + 1.6.0 + 1.6 + 2015-09-25 + + + + 1.5.91