validate:launcher: Do not set sample path to letter in ges-launch

This commit is contained in:
Thibault Saunier 2014-03-26 11:46:48 +01:00
parent 5510b96639
commit 870df6e4e2

View file

@ -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))