mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
tests:validate: Whitelist validate plugins
This is required so we can use validateflow for example Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/506>
This commit is contained in:
parent
95b26d1f89
commit
c8cb342833
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ env.set('GST_PLUGIN_PATH_1_0', meson.build_root())
|
||||||
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
|
||||||
env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), 'validate'))
|
env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), 'validate'))
|
||||||
env.set('GST_PLUGIN_SCANNER_1_0', gst_scanner_dir + '/gst-plugin-scanner')
|
env.set('GST_PLUGIN_SCANNER_1_0', gst_scanner_dir + '/gst-plugin-scanner')
|
||||||
env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer')
|
env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer', 'gst-validate')
|
||||||
|
|
||||||
foreach t: tests
|
foreach t: tests
|
||||||
test_dir_name = t.split('/')
|
test_dir_name = t.split('/')
|
||||||
|
|
Loading…
Reference in a new issue