mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 20:12:28 +00:00
d24477d9e4
This way it is clear that you are using a variable reading the scenario and we can verify that what the scenario writer intents is to use an already set variable.
6 lines
545 B
Text
6 lines
545 B
Text
description, seek=true, duration=30, need-clock-sync=true
|
|
include,location=includes/default-seek-flags.scenario
|
|
seek, name=Backward-seek, playback-time="min(5.0, (duration/4))", rate=1.0, start=0.0, flags="$(default-flags)"
|
|
seek, name=Backward-seek, playback-time="min(10.0, 2*(duration/4))", rate=1.0, start="min(5.0, duration/4)", flags="$(default-flags)"
|
|
seek, name=Backward-seek, playback-time="min(15.0, 3*(duration/4))", rate=1.0, start="min(10.0, 2*(duration/4))", flags="$(default-flags)"
|
|
stop, playback-time="min(15.0, 3*(duration/4))"
|