mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
scenarios: Fix scrub_backward scenarios
We will be changing states, set the handles-state variable accordingly
This commit is contained in:
parent
82910a13af
commit
5e32a69ed4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue