mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
validate: fix error message
This commit is contained in:
parent
ecd81965af
commit
abb32de25b
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class GESRenderTest(GESTest, GstValidateEncodingTestInterface):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if missing_eos is True:
|
if missing_eos is True:
|
||||||
self.set_result(utils.Result.TIMEOUT, "The rendered file add right duration, MISSING EOS?\n",
|
self.set_result(utils.Result.TIMEOUT, "The rendered file had right duration, MISSING EOS?\n",
|
||||||
"failure")
|
"failure")
|
||||||
else:
|
else:
|
||||||
GstValidateTest.check_results(self)
|
GstValidateTest.check_results(self)
|
||||||
|
|
Loading…
Reference in a new issue