Release 1.6.0

This commit is contained in:
Thibault Saunier 2015-09-25 12:50:13 +02:00
parent 9e1cea6c4b
commit 2501281b09
4 changed files with 35 additions and 6 deletions

View 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>
@ -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:

View file

@ -1 +1 @@
This is the 1.5.90 release of GstValidate
This is the 1.6.0 release of GstValidate

View 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

View file

@ -52,6 +52,14 @@
</GitRepository>
</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>