mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
validate:launcher: Fix discovery of commands
This commit is contained in:
parent
1559e1aec7
commit
b280850718
1 changed files with 2 additions and 2 deletions
|
@ -743,8 +743,8 @@ class GstValidateTestManager(GstValidateBaseTestManager):
|
||||||
|
|
||||||
def init(self):
|
def init(self):
|
||||||
for command, name in [
|
for command, name in [
|
||||||
(GstValidateBaseTestManager.TRANSCODING_COMMAND, "gst-validate-1.0"),
|
(GstValidateBaseTestManager.TRANSCODING_COMMAND, "gst-validate-transcoding-1.0"),
|
||||||
(GstValidateBaseTestManager.COMMAND, "gst-validate-transcoding-1.0"),
|
(GstValidateBaseTestManager.COMMAND, "gst-validate-1.0"),
|
||||||
(GstValidateBaseTestManager.MEDIA_CHECK_COMMAND, "gst-validate-media-check-1.0")]:
|
(GstValidateBaseTestManager.MEDIA_CHECK_COMMAND, "gst-validate-media-check-1.0")]:
|
||||||
if not command:
|
if not command:
|
||||||
self.error("%s not found" % command)
|
self.error("%s not found" % command)
|
||||||
|
|
Loading…
Reference in a new issue