mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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:
|
else:
|
||||||
paths = self.options.paths
|
paths = self.options.paths
|
||||||
|
|
||||||
|
if not isinstance(paths, list):
|
||||||
|
paths = [paths]
|
||||||
|
|
||||||
for path in paths:
|
for path in paths:
|
||||||
if self.options.recurse_paths:
|
if self.options.recurse_paths:
|
||||||
self.add_arguments("--sample-paths", quote_uri(path))
|
self.add_arguments("--sample-paths", quote_uri(path))
|
||||||
|
|
Loading…
Reference in a new issue