mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-11 06:11:27 +00:00
tests: add plugin loading whitelist to test environment
Only want to load core/-base plugins here.
This commit is contained in:
parent
8519f8de8d
commit
fe4d0e7da6
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ TESTS_ENVIRONMENT = \
|
||||||
STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)" \
|
STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)" \
|
||||||
$(REGISTRY_ENVIRONMENT) \
|
$(REGISTRY_ENVIRONMENT) \
|
||||||
GST_PLUGIN_SYSTEM_PATH= \
|
GST_PLUGIN_SYSTEM_PATH= \
|
||||||
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_DIR)
|
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_DIR) \
|
||||||
|
GST_PLUGIN_LOADING_WHITELIST="gstreamer:gst-plugins-base@$(top_builddir)"
|
||||||
|
|
||||||
|
|
||||||
# ths core dumps of some machines have PIDs appended
|
# ths core dumps of some machines have PIDs appended
|
||||||
CLEANFILES = core.* test-registry.*
|
CLEANFILES = core.* test-registry.*
|
||||||
|
|
Loading…
Reference in a new issue