mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
1fd14635ed
commit
e0962c66ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue