mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
validate:launcher: Do not set sample path to letter in ges-launch
This commit is contained in:
parent
5510b96639
commit
870df6e4e2
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ class GESTest(GstValidateTest):
|
|||
else:
|
||||
paths = self.options.paths
|
||||
|
||||
if not isinstance(paths, list):
|
||||
paths = [paths]
|
||||
|
||||
for path in paths:
|
||||
if self.options.recurse_paths:
|
||||
self.add_arguments("--sample-paths", quote_uri(path))
|
||||
|
|
Loading…
Reference in a new issue