Release 1.6.0
authorThibault Saunier <thibault.saunier@collabora.com>
Fri, 25 Sep 2015 10:50:13 +0000 (12:50 +0200)
committerThibault Saunier <thibault.saunier@collabora.com>
Fri, 25 Sep 2015 10:50:13 +0000 (12:50 +0200)
validate/ChangeLog
validate/NEWS
validate/configure.ac
validate/gst-validate.doap

index 10ba89c..2888186 100644 (file)
@@ -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>
 
        * 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:
index aa2687d..f00db1f 100644 (file)
@@ -1 +1 @@
-This is the 1.5.90 release of GstValidate
+This is the 1.6.0 release of GstValidate
index 98ee54b..8bf6bed 100644 (file)
@@ -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
index 9c3a62b..ffbc8a5 100644 (file)
  </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>