mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
validate: Add a scenario for 5 seconds playback use-cases
This commit is contained in:
parent
83320610b2
commit
b0778d80c6
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,7 @@ _scenarios = ['simple_seeks.scenario',
|
|||
'switch_subtitle_track_while_paused.scenario',
|
||||
'disable_subtitle_track_while_paused.scenario',
|
||||
'play_15s.scenario',
|
||||
'play_5s.scenario',
|
||||
'change_state_intensive.scenario',
|
||||
'switch_audio_track.scenario',
|
||||
'force_rtsp2.scenario',]
|
||||
|
|
3
validate/data/scenarios/play_5s.scenario
Normal file
3
validate/data/scenarios/play_5s.scenario
Normal file
|
@ -0,0 +1,3 @@
|
|||
description, duration=5.0
|
||||
eos, playback-time=5.0
|
||||
stop, playback-time=5.0
|
Loading…
Reference in a new issue