From 121c201c7db6bba9e40c9365917450d2008b98e4 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 4 Mar 2007 17:33:34 +0000 Subject: tests/check/Makefile.am: Gah! Also disable gconfvideosink from the tests, otherwise it will instantiate autovideosink... Original commit message from CVS: * tests/check/Makefile.am: Gah! Also disable gconfvideosink from the tests, otherwise it will instantiate autovideosink, and dfbvideosink and leak on the buildbots. --- tests/check/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 11a8abb5..935b1601 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -9,7 +9,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) \ - STATE_IGNORE_ELEMENTS="aasink cacasink autovideosink" + STATE_IGNORE_ELEMENTS="aasink cacasink autovideosink gconfvideosink" # ths core dumps of some machines have PIDs appended CLEANFILES = core.* test-registry.xml -- cgit