summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-04-27 17:54:05 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-04-27 17:54:05 +0300
commit4b61eb4b41e95baa3130dfa0e2637b21f01a2722 (patch)
tree24a04d5865d35471e911f67284aef61957fda63a
parentf34c7db3e41b90e059adf18d91ad90a3310c6961 (diff)
Release 1.11.91gst-devtools-1.11.91
-rw-r--r--meson.build2
-rw-r--r--validate/ChangeLog75
-rw-r--r--validate/NEWS2
-rw-r--r--validate/configure.ac8
-rw-r--r--validate/gst-validate.doap10
5 files changed, 88 insertions, 9 deletions
diff --git a/meson.build b/meson.build
index 52ccadee66..d357208f66 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-devtools', 'c',
- version : '1.11.90',
+ version : '1.11.91',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',
diff --git a/validate/ChangeLog b/validate/ChangeLog
index 5ee5024ae5..811259dae2 100644
--- a/validate/ChangeLog
+++ b/validate/ChangeLog
@@ -1,9 +1,78 @@
-=== release 1.11.90 ===
+=== release 1.11.91 ===
-2017-04-07 Sebastian Dröge <slomo@coaxion.net>
+2017-04-27 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
- releasing 1.11.90
+ releasing 1.11.91
+
+2015-08-16 13:32:04 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * validate/data/scenarios/update_stop.scenario:
+ validate: Fix update_stop.scenario seek property naming
+
+2017-04-20 10:02:58 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * validate/launcher/apps/gstcheck.py:
+ launcher:check: Ensure to set build dir before rebuilding
+
+2017-04-11 07:48:21 +0200 Edward Hervey <edward@centricular.com>
+
+ * validate/launcher/baseclasses.py:
+ baseclasses: Add method to set a specific list of scenarios
+ https://bugzilla.gnome.org/show_bug.cgi?id=781314
+
+2017-04-07 13:49:32 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+ * validate/gst-libs/gst/video/gstvalidatessim.c:
+ * validate/gst/validate/gst-validate-monitor.c:
+ * validate/gst/validate/gst-validate-override.c:
+ * validate/gst/validate/gst-validate-reporter.c:
+ * validate/gst/validate/gst-validate-scenario.c:
+ * validate/plugins/ssim/gstvalidatessim.c:
+ validate: drop unneeded break+concat in some string literals
+ Perform other related improvements while at it.
+
+2017-04-12 11:07:44 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * validate/gst/validate/gst-validate-scenario.c:
+ validate: Do not expect track switch to be synchronous for playbin3
+ And let following actions to be executed (setting the action as
+ INTERLACED) which will make sure the track switch happened at some
+ point. It means the user has to set the pipeline to PLAYING so we can
+ make it works but we do not have choice here I think
+ https://bugzilla.gnome.org/show_bug.cgi?id=781213
+
+2017-04-10 17:06:25 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * meson.build:
+ Update meson.build version to 1.11.90 too
+
+2017-04-10 11:43:28 +0200 Edward Hervey <edward@centricular.com>
+
+ * validate/gst/validate/gst-validate-pad-monitor.c:
+ validate-pad-monitor: Fix previous commit
+ Post-send handling was only meant for seek events
+
+2017-04-10 07:58:01 +0200 Edward Hervey <edward@centricular.com>
+
+ * validate/gst/validate/gst-validate-pad-monitor.c:
+ pad-monitor: Safely store expected seek values
+ Protect the expected seek values with the same lock as the one
+ that will be used to read/validate the resulting segments and flush
+ values.
+ Avoids races with duplicated seeks (i.e. a seek that was already
+ sent and handled via another pad, such as in demuxers).
+ https://bugzilla.gnome.org/show_bug.cgi?id=781112
+
+=== release 1.11.90 ===
+
+2017-04-07 16:36:04 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * validate/ChangeLog:
+ * validate/NEWS:
+ * validate/configure.ac:
+ * validate/gst-validate.doap:
+ Release 1.11.90
2017-04-05 15:26:31 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
diff --git a/validate/NEWS b/validate/NEWS
index 7187644c30..8962f46b53 100644
--- a/validate/NEWS
+++ b/validate/NEWS
@@ -1 +1 @@
-GStreamer 1.11.90.
+GStreamer 1.11.91.
diff --git a/validate/configure.ac b/validate/configure.ac
index cad18896e2..b750fb1970 100644
--- a/validate/configure.ac
+++ b/validate/configure.ac
@@ -2,7 +2,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(Gst-Validate, 1.11.90,
+AC_INIT(Gst-Validate, 1.11.91,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-validate)
@@ -49,11 +49,11 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
-AS_LIBTOOL(GST, 1190, 0, 1190)
+AS_LIBTOOL(GST, 1191, 0, 1191)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.11.90
-GSTPB_REQ=1.11.90
+GST_REQ=1.11.91
+GSTPB_REQ=1.11.91
dnl *** autotools stuff ****
diff --git a/validate/gst-validate.doap b/validate/gst-validate.doap
index 5238569fbe..fcfa5860e7 100644
--- a/validate/gst-validate.doap
+++ b/validate/gst-validate.doap
@@ -54,6 +54,16 @@
<release>
<Version>
+ <revision>1.11.91</revision>
+ <branch>master</branch>
+ <name></name>
+ <created>2017-04-27</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.11.91.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.11.90</revision>
<branch>master</branch>
<name></name>