tests/check/Makefile.am: Fix the tests environment's GST_PLUGIN_PATH: we want the...
authorTim-Philipp Müller <tim@centricular.net>
Sat, 2 Feb 2008 15:32:23 +0000 (15:32 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 2 Feb 2008 15:32:23 +0000 (15:32 +0000)
commitd6a4702910ee07b6db3b5c95bd5e841feed95cbf
tree7c53277896395432f1844c1f5ef7044ecd5bf9f2
parent8b970c5581b1ef44bb11887e192d8973dee7beae
tests/check/Makefile.am: Fix the tests environment's GST_PLUGIN_PATH: we want the directory with the core's plugins f...

Original commit message from CVS:
* 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
core's plugin directory may contain older or other versions of
our own -base plugins, but we really do want to test our local
ones (if there are multiple plugins or element factories with the
same name, those inspected last will trump those read in earlier).
Fixes #512740 for the most part.
ChangeLog
tests/check/Makefile.am