mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
8 lines
245 B
Text
8 lines
245 B
Text
|
description, summary="Disable subtitle track while pipeline is PAUSED", min-subtitle-track=2, duration=5.0
|
||
|
pause;
|
||
|
wait, duration=0.5
|
||
|
switch-track, name="Disable subtitle", type=text, disable=true
|
||
|
wait, duration=0.5
|
||
|
play;
|
||
|
stop, playback_time=2.0
|