gstreamer/validate/data/switch_audio_track_while_paused.scenario
Thibault Saunier 99045f7dbb validate: Rename action type playback_time to playback-time
Keeping backward compatiblity with the old naming
2014-10-12 20:19:42 +02:00

11 lines
390 B
Text

description, summary="Change audio track while pipeline is paused", min-audio-track=2, duration=6.0, need-clock-sync=true
pause, playback-time=1.0;
# Wait so that humans can see the pipeline is paused
wait, duration=0.5
switch-track, name=Next-audio-track, type=audio, index=(string)+1
# Wait so that humans can see the pipeline is paused
wait, duration=0.5
play;
stop, playback-time=5.0