mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
meson: Add missing force_rtsp2 scenario
Without this file, gst-validate installed using meson will fail all RTSP2 tests
This commit is contained in:
parent
01a54641f9
commit
aa8e27f2a3
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ _scenarios = ['simple_seeks.scenario',
|
||||||
'disable_subtitle_track_while_paused.scenario',
|
'disable_subtitle_track_while_paused.scenario',
|
||||||
'play_15s.scenario',
|
'play_15s.scenario',
|
||||||
'change_state_intensive.scenario',
|
'change_state_intensive.scenario',
|
||||||
'switch_audio_track.scenario', ]
|
'switch_audio_track.scenario',
|
||||||
|
'force_rtsp2.scenario', ]
|
||||||
|
|
||||||
install_data(sources: _scenarios,
|
install_data(sources: _scenarios,
|
||||||
install_dir: get_option('datadir') + '/gstreamer-' +
|
install_dir: get_option('datadir') + '/gstreamer-' +
|
||||||
|
|
Loading…
Reference in a new issue