From 1bb98b49cab7233f3c7bd8c613e45694bcfca60d Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 27 Mar 2015 12:16:03 +0100 Subject: [PATCH] validate: GstValidateMediaCheckTest should inherit from GstValidateTest --- validate/launcher/apps/gstvalidate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index 3779b5d..751d93d 100644 --- a/validate/launcher/apps/gstvalidate.py +++ b/validate/launcher/apps/gstvalidate.py @@ -417,7 +417,7 @@ class GstValidateLaunchTest(GstValidateTest): return self.get_current_position() -class GstValidateMediaCheckTest(Test): +class GstValidateMediaCheckTest(GstValidateTest): def __init__(self, classname, options, reporter, media_descriptor, uri, minfo_path, timeout=DEFAULT_TIMEOUT): -- 2.7.4