tests: add plugin loading whitelist to test environment

Only want to load core/-base plugins here.
This commit is contained in:
Tim-Philipp Müller 2010-06-24 13:30:50 +01:00
parent 8519f8de8d
commit fe4d0e7da6

View file

@ -11,7 +11,9 @@ TESTS_ENVIRONMENT = \
STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)" \
$(REGISTRY_ENVIRONMENT) \
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
CLEANFILES = core.* test-registry.*