mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
15 lines
312 B
Text
15 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>
|
||
|
|