mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +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
|
||||
|
||||
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")
|
||||
else:
|
||||
GstValidateTest.check_results(self)
|
||||
|
|
Loading…
Reference in a new issue