validate: Stop always muting
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/178>
This commit is contained in:
parent
db5c62ad4c
commit
9efcf1549d
@ -157,7 +157,8 @@ class GESTest(GstValidateTest):
|
||||
def set_sink_args(self):
|
||||
if self.testfile:
|
||||
# testfile should be self contained and --mute should give required infos.
|
||||
self.add_arguments("--mute")
|
||||
if self.options.mute:
|
||||
self.add_arguments("--mute")
|
||||
return
|
||||
|
||||
if self.options.mute:
|
||||
|
Loading…
x
Reference in New Issue
Block a user