mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
be854d4be8
And require them to follow the `$varname` (can't be $(varname) as parenthesis have another meaning in those expressions). Still accept "duration" and "position" as varname for backward compat but update our scenarios anyway.
8 lines
369 B
Text
8 lines
369 B
Text
description, seek=true, handles-states=true, needs_preroll=true
|
|
include,location=includes/default-seek-flags.scenario
|
|
pause, playback-time=0.0
|
|
seek, playback-time=0.0, start="$duration - 0.5", flags="$(default-flags)"
|
|
seek, playback-time=0.0, start=position-0.1, repeat="($duration - 0.6)/0.1", flags="$(default-flags)"
|
|
play, playback-time=0.0
|
|
stop, playback-time=1.0
|
|
|