mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
validate:tools: Allow user to append paths to medias
This commit is contained in:
parent
5e96c79000
commit
932fcaf9b8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def main():
|
|||
parser.add_option("-l", "--logs-dir", dest="logsdir",
|
||||
action="store_true", default=os.path.expanduser("~/gst-validate/logs/"),
|
||||
help="Directory where to store logs")
|
||||
parser.add_option("-p", "--medias-paths", dest="paths",
|
||||
parser.add_option("-p", "--medias-paths", dest="paths", action="append",
|
||||
default=[os.path.join(DEFAULT_GST_QA_ASSETS, "medias")],
|
||||
help="Paths in which to look for media files")
|
||||
parser.add_option("-m", "--mute", dest="mute",
|
||||
|
|
Loading…
Reference in a new issue