Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
375f3aab
Commit
375f3aab
authored
Sep 26, 2016
by
Thibault Saunier
Browse files
meson: Add gst-plugins-base plugins directories to be used by tests
parent
787f4760
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/check/meson.build
View file @
375f3aab
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment