mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
99045f7dbb
Keeping backward compatiblity with the old naming
11 lines
390 B
Text
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
|