From: Tim-Philipp Müller Date: Sat, 2 Feb 2008 17:29:32 +0000 (+0000) Subject: tests/check/Makefile.am: Revert previous change of the test environment's GST_PLUGIN_... X-Git-Tag: RELEASE-0_10_18~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7973f52f9ca78b7a48c8d09bf747152cddb758d5;p=platform%2Fupstream%2Fgst-plugins-base.git 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). --- diff --git a/ChangeLog b/ChangeLog index 45c4bd3..6b70961 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ 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: Fix the tests environment's GST_PLUGIN_PATH: we want the directory with the core's plugins first and our local build directories last, since we might be building against an installed core, and that diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index db5a9ce..c52546e 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