From 8afc8a7398fd5581b0d40dccdffec971e9dee789 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 24 Jun 2010 15:17:11 +0100 Subject: [PATCH] tests: add plugin loading whitelist to test environment Only want to load core/base/good plugins here. Fixes #619717. --- tests/check/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index a4a4a1f..4ccc11e 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -10,6 +10,7 @@ TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \ + GST_PLUGIN_LOADING_WHITELIST="gstreamer@$(GST_PLUGINS_DIR):gst-plugins-base@$(GSTPB_PLUGINS_DIR):gst-plugins-good@$(top_builddir)" \ STATE_IGNORE_ELEMENTS="aasink autoaudiosrc autoaudiosink autovideosrc autovideosink \ cacasink cairotextoverlay gconfaudiosrc gconfvideosrc gconfaudiosink gconfvideosink \ halaudiosrc halaudiosink v4l2src osssrc osssink pulsesink pulsesrc pulsemixer \ -- 2.7.4