mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
tests: Add ges-sample-path-recurse with projects location
So that project files are found when using nested timelines
This commit is contained in:
parent
8bf3256ddf
commit
147cbcd6e1
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ class GESTest(GstValidateTest):
|
|||
path = path.replace("\\", "/")
|
||||
if not self.options.disable_recurse:
|
||||
self.add_arguments("--ges-sample-path-recurse", quote_uri(path))
|
||||
self.add_arguments("--ges-sample-path-recurse", quote_uri(self.options.projects_paths))
|
||||
else:
|
||||
self.add_arguments("--ges-sample-paths", quote_uri(path))
|
||||
|
||||
|
|
Loading…
Reference in a new issue