validate: scenarios: Change start time for reverse playback

Right now reverse playback happens till the beginning of the media file.
But for files which are longer than 150 seconds,
Timeout 'Hard timeout reached: 150 secs' error happens. So we should set the
start time within 150 seconds.

https://bugzilla.gnome.org/show_bug.cgi?id=753216
This commit is contained in:
Vineeth TM 2015-08-04 13:47:24 +09:00 committed by Thibault Saunier
parent 1fd14635ed
commit e0962c66ed

View file

@ -1,2 +1,2 @@
description, seek=true, reverse-playback=true
seek, name=Reverse-seek, playback-time=0.0, rate=-1.0, start=0.0, stop=duration, flags=accurate+flush
seek, name=Reverse-seek, playback-time=0.0, rate=-1.0, start="max(duration - 15.0, 0.0)", stop=duration, flags=accurate+flush