Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-10-30 18:11:02 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-10-30 18:11:02 +0300
commit50866d307eb14db97169f7de1c9c37005a34cc0a (patch)
tree1835d73b1f7dba95960159ae43637572af7bf664
parentb13816d0a69daa21733910822de7f43b1f6941c9 (diff)
-rw-r--r--ChangeLog91
-rw-r--r--NEWS31
-rw-r--r--RELEASE25
-rw-r--r--configure.ac6
-rw-r--r--gst-editing-services.doap9
5 files changed, 145 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 077d86ca16..a98abce6af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,96 @@
+=== release 1.6.1 ===
+
+2015-10-30 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.6.1
+
+2015-10-07 23:57:05 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/gstframepositionner.c:
+ videosource: Force aspect-ratio=1/1 as compositor does not properly handle different values yet
+ Working around https://bugzilla.gnome.org/show_bug.cgi?id=756207 for 1.6
+ Fixes T3349
+
+2015-09-27 15:15:10 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-title-source.c:
+ title-source: Force format with alpha channels out of videotestsrc
+ Making sure the user can set a background of the title with an alpha
+ channel.
+ Working around https://bugzilla.gnome.org/show_bug.cgi?id=755482 for
+ the 1.6 branch.
+
+2015-10-07 09:57:33 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-base-xml-formatter.c:
+ base-xml-formatter: properly handle GFile from wrong uri
+ Summary:
+ g_file_new_for_uri never fails so GFile always has valid pointer.
+ And fix a bug of double unref from D303.
+ Reviewers: thiblahute
+ Differential Revision: https://phabricator.freedesktop.org/D310
+
+2015-09-30 17:26:31 +0900 Justin Kim <justin.kim@collabora.com>
+
+ * ges/ges-project.c:
+ project: don't leak GFileInfo
+ https://bugzilla.gnome.org/show_bug.cgi?id=755862
+
+2015-09-30 17:27:26 +0900 Justin Kim <justin.kim@collabora.com>
+
+ * ges/ges-project.c:
+ project: fix a pointer for error message
+ https://bugzilla.gnome.org/show_bug.cgi?id=755862
+
+2015-09-30 17:11:20 +0900 Justin Kim <justin.kim@collabora.com>
+
+ * plugins/nle/nleoperation.c:
+ nleoperation: don't leak srcpad
+ https://bugzilla.gnome.org/show_bug.cgi?id=755860
+
+2015-10-01 11:37:25 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * ges/ges-audio-track.c:
+ * ges/ges-base-xml-formatter.c:
+ * ges/ges-extractable.c:
+ * ges/ges-multi-file-source.c:
+ * ges/ges-video-track.c:
+ * ges/ges-xml-formatter.c:
+ don't leaks caps and converted strings
+ Summary:
+ Valgrind reports trivial leakages related to handling
+ objects and their converted strings.
+ Reviewers: thiblahute
+ Differential Revision: https://phabricator.freedesktop.org/D303
+
+2015-09-24 01:30:09 +0900 Justin Kim <justin.kim@collabora.com>
+
+ * ges/ges-structured-interface.c:
+ structured-interface: introduce TRY_GET_STRING
+ TRY_GET uses gst_structure_get. However, if boxed or
+ string pointer is retrieved by gst_structure_get,
+ it should be freed properly.
+ https://bugzilla.gnome.org/show_bug.cgi?id=755480
+
+2015-09-28 13:21:11 +0900 Justin Kim <justin.kim@collabora.com>
+
+ * ges/ges-structure-parser.c:
+ * ges/ges-structure-parser.h:
+ structure-parser: define GES_STRUCTURE_PARSER macro
+ And fix trivial leakages of internal list structure.
+ https://bugzilla.gnome.org/show_bug.cgi?id=755716
+
=== release 1.6.0 ===
-2015-09-25 Thibault Saunier <tsaunier@gnome.org>
+2015-09-25 12:29:40 +0200 Thibault Saunier <tsaunier@gnome.org>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.6.0
+ * gst-editing-services.doap:
+ Release 1.6.0
2015-09-24 13:21:15 +0200 Thibault Saunier <tsaunier@gnome.org>
diff --git a/NEWS b/NEWS
index bd688b6ee8..436340b7ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,30 @@
-This is the 1.6.0 release of the GStreamer Editing Services
+This is GStreamer 1.6.1
+
+The GStreamer team is proud to announce the first 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
+
+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
+
+
diff --git a/RELEASE b/RELEASE
index 02fb51976c..e23898e35c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,26 +1,29 @@
-Release notes for GStreamer Editing Services 1.6.0
+Release notes for GStreamer Editing Services 1.6.1
-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.
+The GStreamer team is proud to announce the first bugfix release in the stable
+1.6 release series of your favourite cross-platform multimedia framework!
-Binaries for Android, iOS, Mac OS X and Windows are provided together
-with this release.
+This release only contains bugfixes and it is safe to update from 1.6.0. For a
+full list of bugfixes see Bugzilla.
-
-Features of this release
-
+See http://gstreamer.freedesktop.org/releases/1.6/
+for the full release notes.
+
+
+
Bugs fixed in this release
- * 755417 : nlecomposition allocates unused UpdateCompositionData
+ * 755480 : TRY_GET leaks string pointer
+ * 755716 : structure-parser: leaks internal lists
+ * 755860 : nleoperation: leaks srcpad
+ * 755862 : ges-project: leaks internal file info
==== Download ====
diff --git a/configure.ac b/configure.ac
index 26eb7ddbc6..77cc0e0370 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.0,
+AC_INIT(GStreamer Editing Services, 1.6.1,
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.6.0
-GSTPB_REQ=1.6.0
+GST_REQ=1.6.1
+GSTPB_REQ=1.6.1
dnl *** autotools stuff ****
diff --git a/gst-editing-services.doap b/gst-editing-services.doap
index 9c0de5c2d8..b78893a960 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.1</revision>
+ <branch>1.6</branch>
+ <created>2015-10-30</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.6.1.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.6.0</revision>
<branch>1.6</branch>
<created>2015-09-25</created>