scenarios: Fix scrub_backward scenarios

We will be changing states, set the handles-state variable accordingly
This commit is contained in:
Edward Hervey 2016-04-07 14:11:45 +02:00 committed by Edward Hervey
parent 82910a13af
commit 5e32a69ed4
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
description, seek=true
description, seek=true, handles-states=true
pause, playback-time=0.0
seek, playback-time=0.0, start="duration - 0.5", flags=accurate+flush
seek, playback-time=0.0, start=position-0.1, repeat="min(10, (duration - 0.6))/0.1", flags=accurate+flush

View file

@ -1,4 +1,4 @@
description, seek=true
description, seek=true, handles-states=true
pause, playback-time=0.0
seek, playback-time=0.0, start="duration - 0.5", flags=accurate+flush
seek, playback-time=0.0, start=position-0.1, repeat="(duration - 0.6)/0.1", flags=accurate+flush