summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog118
-rw-r--r--NEWS2
-rw-r--r--RELEASE22
-rw-r--r--configure.ac6
4 files changed, 133 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 26eb623..c674edc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,123 @@
+=== release 1.3.90 ===
+
+2014-09-24 Thibault Saunier <tsaunier@gnome.org>
+
+ * configure.ac:
+ releasing 1.3.90
+
+2014-08-06 10:23:56 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * tests/check/gnl/gnlcomposition.c:
+ tests: fix 'Attempt to unlock mutex that was not locked' in gnlcomposition test
+ Locking is all a bit weird in this test, but at least
+ it doesn't abort any longer.
+
+2014-08-01 10:43:18 +0200 Edward Hervey <edward@collabora.com>
+
+ * Makefile.am:
+ * common:
+ Makefile: Add usage of build-checks step
+ Allows building checks without running them
+
+2014-06-25 17:51:02 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * configure.ac:
+ configure: lower GLib requirement to 2.32
+ We don't actually require 2.34, and 2.32 is what the
+ other modules currently require.
+
+2014-06-24 12:17:51 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * gnl/gnlobject.c:
+ gnlobject: Commit object in READY_TO_PAUSED
+ Making it possible to use Gnl with gst-launch (with patch from #732149)
+
+2014-05-19 13:12:56 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * gnl/gnlcomposition.c:
+ * tests/check/gnl/gnlcomposition.c:
+ composition: Add a property defining deactivated elements state
+ In the composition many elements are not used, until now, they were
+ always set to the PAUSED state though it makes sense to be able to
+ do gapless playback it is sometimes not ideal to preserve memory
+ usage and it means the more children the composition has the more
+ threads are used and it is very simple to reach the kernel hard
+ limit number of threads. In order to avoid that to happen, we set
+ default state of unused thread to READY and we add a property to
+ the composition so that users can override that default behaviour.
+ + Make sure we send "stream-start" again when changing our ghostpad to
+ avoid "Data flow before stream-start assertion"
+ + Fix unit tests, do not check refcount when changing state as it can
+ vary.
+ https://bugzilla.gnome.org/show_bug.cgi?id=596849
+
+2014-05-21 10:53:53 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * common:
+ Automatic update of common submodule
+ From 211fa5f to 1f5d3c3
+
+2014-05-07 16:18:40 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+ * gnl/gnlcomposition.c:
+ composition: Drop buffers until we get seeked
+ Make sure we don't let buffers pass before our entry
+ got correctly seeked and had a segment when updating
+ the pipeline
+
+2014-05-06 16:37:24 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * tests/check/gnl/common.c:
+ * tests/check/gnl/common.h:
+ * tests/check/gnl/seek.c:
+ tests: Add a flag about whether to keep expected segments or not
+ Most test rely on the common helper to handles that,
+ but for seeking tests it does not make sense to handle it that way (as
+ in gnlcomposition we send 2 seeks when we get seek and thus we can received
+ 2 times the same segment)
+
+2014-05-06 15:37:41 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * tests/check/gnl/common.c:
+ * tests/check/gnl/seek.c:
+ tests: By design, we can get twice the same GstSegment out
+ Handle it in the tests as it is not critical
+
+2014-05-06 09:37:31 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * tests/check/gnl/seek.c:
+ tests:seek: Wait for ASYNC_DONE between seek execution
+
+2014-05-03 10:17:48 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * common:
+ Automatic update of common submodule
+ From bcb1518 to 211fa5f
+
+2014-03-31 23:52:17 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * .gitignore:
+ .gitignore log files from autotools 'make check' test-driver
+
+2014-03-31 21:12:24 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * tests/check/gnl/gnlcomposition.c:
+ tests: pass 64-bit integers to 64-bit integer properties
+
+2014-03-16 12:50:24 +0100 Thibault Saunier <tsaunier@gnome.org>
+
+ * configure.ac:
+ Back to development
+
=== release 1.2.0 ===
-2014-03-15 Thibault Saunier <tsaunier@gnome.org>
+2014-03-16 12:49:23 +0100 Thibault Saunier <tsaunier@gnome.org>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.2.0
+ Release 1.2.0
2014-02-28 09:36:24 +0100 Sebastian Dröge <sebastian@centricular.com>
diff --git a/NEWS b/NEWS
index 393bff9..7208918 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is the GNonLin Plugin release Version 1.2.0
+This is the GNonLin Plugin pre release Version 1.3.90
diff --git a/RELEASE b/RELEASE
index 2f60219..6a29840 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,9 +1,17 @@
-Release notes for GNonLin Non-Linear Editing Plug-ins 1.2.0
+Release notes for GNonLin Non-Linear Editing Plug-ins 1.3.90
-The GStreamer team is proud to announce the first stable release
-in the 1.x stable series of GNonLin.
+The GStreamer team is pleased to announce the first release candidate of
+the stable 1.4 release series. The 1.4 release series is adding new features
+on top of the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x
+release series of the GStreamer multimedia framework.
+
+
+This release candidate will hopefully shortly be followed by the stable 1.4.0
+release if no bigger regressions or bigger issues are detected, and enough
+testing of the release candidate happened. The new API that was added during
+the 1.3 release series is not expected to change anymore at this point.
@@ -32,11 +40,7 @@ Features of this release
Bugs fixed in this release
- * 596374 : GnlObject: " priority " property should be changed to int type for special -1 value
- * 690881 : Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS in configure.ac
- * 691041 : pitivi frozen when after drag'n drop to timeline: GstVideoTestSrc Internal data flow error
- * 701015 : Using a g_thread for gnonlin pipeline update / forward eos on the streaming thread.
- * 706831 : composition: Release objects lock while forwarding an event
+ * 596849 : gnlcomposition: Allow low-memory usage
==== Download ====
@@ -77,8 +81,8 @@ GNonLin is primarily used by PiTiVi (http://www.pitivi.org/) and Jokosher (http:
Contributors to this release
* Edward Hervey
+ * Mathieu Duponchelle
* Sebastian Dröge
- * Stefan Sauer
* Thibault Saunier
* Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 082e3d6..260871c 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(GNonLin, 1.3.0.1,
+AC_INIT(GNonLin, 1.3.90,
http://gnonlin.sourceforge.net/,
gnonlin)
@@ -44,8 +44,8 @@ AC_SUBST(GST_API_VERSION)
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.3.0
-GSTPB_REQ=1.3.0
+GST_REQ=1.4.0
+GSTPB_REQ=1.4.0
dnl *** autotools stuff ****