From 7973f52f9ca78b7a48c8d09bf747152cddb758d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 2 Feb 2008 17:29:32 +0000 Subject: [PATCH] tests/check/Makefile.am: Revert previous change of the test environment's GST_PLUGIN_PATH. Original commit message from CVS: * tests/check/Makefile.am: Revert previous change of the test environment's GST_PLUGIN_PATH. The problem is not with the plugins, but with element factories and only occurs if elements are split out from existing plugins or if plugins change name (see #512740). --- ChangeLog | 8 ++++++++ tests/check/Makefile.am | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45c4bd3eac..6b7096180e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-02-02 Tim-Philipp Müller + + * tests/check/Makefile.am: + Revert previous change of the test environment's GST_PLUGIN_PATH. + The problem is not with the plugins, but with element factories + and only occurs if elements are split out from existing plugins + or if plugins change name (see #512740). + 2008-02-02 Tim-Philipp Müller * tests/check/Makefile.am: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index db5a9ce2f3..c52546ebbc 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -10,7 +10,7 @@ TESTS_ENVIRONMENT = \ STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)" \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH= \ - GST_PLUGIN_PATH=$(GST_PLUGINS_DIR):$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext + GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_DIR) # ths core dumps of some machines have PIDs appended CLEANFILES = core.* test-registry.xml