mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
validate: GstValidateMediaCheckTest should inherit from GstValidateTest
This commit is contained in:
parent
75205828c7
commit
1bb98b49ca
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue