diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2016-09-26 13:22:29 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2016-09-26 13:22:29 -0300 |
commit | 375f3aab896f34b798f9fb83be17a96f7a5f20a8 (patch) | |
tree | 0e86130ecdc84ada6f124e2747f006b44ae53e3a | |
parent | 787f47604d7a1903b95e108fa977a6d7596219e8 (diff) |
meson: Add gst-plugins-base plugins directories to be used by tests
-rw-r--r-- | tests/check/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build index 672184c19..afd999c69 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -126,7 +126,8 @@ test_defines = [ ] getpluginsdir = find_program('getpluginsdir') -runcmd = run_command(getpluginsdir, 'gstreamer', 'gstreamer-1.0') +runcmd = run_command(getpluginsdir, 'gstreamer', 'gstreamer-' + api_version, + 'gst-plugins-base', 'gstreamer-plugins-base-' + api_version) if runcmd.returncode() == 0 other_plugins_dir = runcmd.stdout().strip() message('Using GStreamer plug-ins in ' + other_plugins_dir) |