mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
14 lines
312 B
Text
14 lines
312 B
Text
<scenario name="Simple backward">
|
|
<actions>
|
|
<seek name='Backward seek'
|
|
playback_time="0.0"
|
|
format="time"
|
|
rate="-1.0"
|
|
flags="accurate+flush"
|
|
start_type="set"
|
|
start="0.0"
|
|
stop_type="set"
|
|
stop="-1.0" />
|
|
</actions>
|
|
</scenario>
|
|
|