diff options
author | Thibault Saunier <thibault.saunier@collabora.com> | 2015-09-25 12:50:13 +0200 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@collabora.com> | 2015-09-25 12:50:13 +0200 |
commit | 2501281b092f7f7fb9d3025eaf899cc5059ea1a2 (patch) | |
tree | bfda81e9170dd11e140d53761420ee326cd8b350 | |
parent | 9e1cea6c4b9a070fe1e8b65f9a5b21fd14746a4a (diff) |
Release 1.6.01.6.0
-rw-r--r-- | validate/ChangeLog | 27 | ||||
-rw-r--r-- | validate/NEWS | 2 | ||||
-rw-r--r-- | validate/configure.ac | 4 | ||||
-rw-r--r-- | validate/gst-validate.doap | 8 |
4 files changed, 35 insertions, 6 deletions
diff --git a/validate/ChangeLog b/validate/ChangeLog index 10ba89c..2888186 100644 --- a/validate/ChangeLog +++ b/validate/ChangeLog @@ -1,9 +1,25 @@ -=== release 1.5.90 === +=== release 1.6.0 === -2015-08-21 Thibault Saunier <tsaunier@gnome.org> +2015-09-25 Thibault Saunier <tsaunier@gnome.org> * configure.ac: - releasing 1.5.90 + releasing 1.6.0 + +2015-09-16 17:12:17 +0900 eunhae choi <eunhae1.choi@samsung.com> + + * validate/data/scenarios/switch_subtitle_track.scenario: + * validate/data/scenarios/switch_subtitle_track_while_paused.scenario: + validate: scenarios: set need clock sync for switching subtitle track + As soon as the track is changed, the pipeline state is set to NULL + by execution 'stop' action even if there is a 'playback-time' with 5sec. + If the AV sink is not synchronized, + audio fakesink and video fakesink has different position value. + When the validate request the position information of pipeline + to do 'stop' action, the audio fakesink response of the position query + with the bigger value than 5sec. + https://bugzilla.gnome.org/show_bug.cgi?id=755101 + +=== release 1.5.90 === 2015-08-20 17:58:36 +0200 Thibault Saunier <thibault.saunier@collabora.com> @@ -13,6 +29,11 @@ * validate/gst-validate.doap: Release 1.5.90 +2015-08-21 11:09:03 +0200 Thibault Saunier <thibault.saunier@collabora.com> + + * validate/common: + Update common submodule + 2015-08-20 16:35:15 +0200 Thibault Saunier <thibault.saunier@collabora.com> * validate/configure.ac: diff --git a/validate/NEWS b/validate/NEWS index aa2687d..f00db1f 100644 --- a/validate/NEWS +++ b/validate/NEWS @@ -1 +1 @@ -This is the 1.5.90 release of GstValidate +This is the 1.6.0 release of GstValidate diff --git a/validate/configure.ac b/validate/configure.ac index 98ee54b..8bf6bed 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.5.90, +AC_INIT(Gst-Validate, 1.6.0, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-validate) @@ -10,7 +10,7 @@ dnl This is the version of the testsuite to use with the current version dnl of gst-validate. During development it should be "master" dnl during release cycle it should be the release version (1.6 in the 1.6 dnl branch, 1.5.90 for the 1.5.90 release) -GST_VALIDATE_TESTSUITE_VERSION="1.5.90" +GST_VALIDATE_TESTSUITE_VERSION="1.6" AS_AC_EXPAND(GST_VALIDATE_TESTSUITE_VERSION, $GST_VALIDATE_TESTSUITE_VERSION) AG_GST_INIT diff --git a/validate/gst-validate.doap b/validate/gst-validate.doap index 9c3a62b..ffbc8a5 100644 --- a/validate/gst-validate.doap +++ b/validate/gst-validate.doap @@ -53,6 +53,14 @@ </repository> <Version> + <revision>1.6.0</revision> + <branch>1.6</branch> + <created>2015-09-25</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.6.0.tar.xz" /> + </Version> + </release> + + <Version> <revision>1.5.90</revision> <branch>1.5</branch> <created>2015-08-20</created> |