tests: don't look for plugins in -base installdir for tests
authorTim-Philipp Müller <tim@centricular.com>
Wed, 26 Feb 2020 23:46:57 +0000 (23:46 +0000)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 6 May 2020 14:02:28 +0000 (14:02 +0000)
commitb82c8f5854a39085fe3883e79d2c552c8665663a
tree5c65f5dd4260460dd404640bf62636cbe0bb673c
parente56b7841716900916225cab447832f684eb52f7e
tests: don't look for plugins in -base installdir for tests

-base plugins will always be found in the build directory, and
core plugins will be found either also via the build directory
(if both core and -base are a subproject) or by getting the
pluginsdir via pkg-config if core is installed.

The GST_PLUGIN_LOADING_WHITELIST env var will make sure we only
pick up plugins from core/base and base plugins only from the
builddir.

There is no reason to look for -base plugins in the install dir.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/582>
tests/check/meson.build