mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
validate: make swicthing subtitle track while paused require prerolling
This commit is contained in:
parent
5924441633
commit
c0c5f95232
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
description, summary="Disable subtitle track while pipeline is PAUSED", min-subtitle-track=2, duration=5.0, handles-states=true
|
||||
description, summary="Disable subtitle track while pipeline is PAUSED", min-subtitle-track=2, duration=5.0, handles-states=true, needs_preroll=true
|
||||
pause;
|
||||
switch-track, name="Disable subtitle", type=text, disable=true
|
||||
wait, duration=0.5
|
||||
|
|
Loading…
Reference in a new issue