Skip to content
Snippets Groups Projects
Commit d654c6fe authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

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: <gstreamer/gst-plugins-good!617>
parent 5b2ad315
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ foreach t : good_tests
env.set('GST_STATE_IGNORE_ELEMENTS', state_ignore_elements)
env.set('CK_DEFAULT_TIMEOUT', '20')
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('GSETTINGS_BACKEND', 'memory')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment