mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
validate: Fix the change_state_intensive scenario
The scenario was in no way certified that the pipeline was in PAUSED state when starting on an stream that does not preroll
This commit is contained in:
parent
6a8b0111cd
commit
5924441633
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
description, duration=0, summary="Set state to NULL->PLAYING->NULL 20 times", need-clock-sync=true, min-media-duration=1.0, live_content_compatible=True
|
||||
set-state, state="null", sub-action="set-state, state=playing", repeat=40
|
||||
description, duration=0, summary="Set state to NULL->PLAYING->NULL 20 times", need-clock-sync=true, min-media-duration=1.0, live_content_compatible=True, handles-states=true
|
||||
set-state, state="playing", sub-action="set-state, state=null", repeat=40
|
||||
stop;
|
||||
|
|
Loading…
Reference in a new issue