mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
validate: scenario: deploy setup_sink_props_max_lateness config scenario for valgrind
Add to deploy setup_sink_props_max_lateness scenario. When running gst-validate with valgrind option on the installed package, it fails to find that scenario. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D379
This commit is contained in:
parent
45603d786b
commit
5977a7e307
1 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,8 @@ scenarios_DATA = simple_seeks.scenario \
|
|||
disable_subtitle_track_while_paused.scenario\
|
||||
change_state_intensive.scenario\
|
||||
play_15s.scenario \
|
||||
switch_audio_track.scenario
|
||||
switch_audio_track.scenario \
|
||||
setup_sink_props_max_lateness.scenario
|
||||
|
||||
EXTRA_DIST = simple_seeks.scenario \
|
||||
seek_forward.scenario \
|
||||
|
@ -49,4 +50,5 @@ EXTRA_DIST = simple_seeks.scenario \
|
|||
disable_subtitle_track_while_paused.scenario\
|
||||
play_15s.scenario \
|
||||
change_state_intensive.scenario\
|
||||
switch_audio_track.scenario
|
||||
switch_audio_track.scenario \
|
||||
setup_sink_props_max_lateness.scenario
|
||||
|
|
Loading…
Reference in a new issue