mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
tests: don't pull in all -bad plugin, only allow the one we need
Set up our plugin include list for tests in such a way that we don't pull in *all* plugins from -bad but only the one used in the splitmuxsink unit test, i.e. the timecode plugin, so we don't accidentally use other encoders/decoders such as nvenc/dec for example. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/617>
This commit is contained in:
parent
5b2ad31583
commit
d654c6feae
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ foreach t : good_tests
|
||||||
env.set('GST_STATE_IGNORE_ELEMENTS', state_ignore_elements)
|
env.set('GST_STATE_IGNORE_ELEMENTS', state_ignore_elements)
|
||||||
env.set('CK_DEFAULT_TIMEOUT', '20')
|
env.set('CK_DEFAULT_TIMEOUT', '20')
|
||||||
env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer', 'gst-plugins-base',
|
env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer', 'gst-plugins-base',
|
||||||
'gst-plugins-bad', 'gst-plugins-good@' + meson.build_root())
|
'timecode', 'gst-plugins-good@' + meson.build_root())
|
||||||
env.set('GST_PLUGIN_PATH_1_0', [meson.build_root()] + pluginsdirs)
|
env.set('GST_PLUGIN_PATH_1_0', [meson.build_root()] + pluginsdirs)
|
||||||
env.set('GSETTINGS_BACKEND', 'memory')
|
env.set('GSETTINGS_BACKEND', 'memory')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue