mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
15 lines
408 B
Text
15 lines
408 B
Text
<scenario name="Simple pause resume">
|
|
<actions>
|
|
<pause name='First pause'
|
|
playback_time="1.0"
|
|
duration="1.0" />
|
|
<pause name='Second pause'
|
|
playback_time="3.0"
|
|
duration="5.0" />
|
|
<pause name='Third pause'
|
|
playback_time="5.0"
|
|
duration="1.0" />
|
|
<eos name='Done testing'
|
|
playback_time="7.0" />
|
|
</actions>
|
|
</scenario>
|