mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
validate: Remove space breaking muting ges-launch
This commit is contained in:
parent
8aa407ff27
commit
d2d0f03edd
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class GESTest(GstValidateTest):
|
|||
GstValidateTest.build_arguments(self)
|
||||
|
||||
if self.options.mute:
|
||||
self.add_arguments(" --mute")
|
||||
self.add_arguments("--mute")
|
||||
|
||||
self.set_sample_paths()
|
||||
self.add_arguments("-l", self.project.get_uri())
|
||||
|
|
Loading…
Reference in a new issue