Follow-up from "test: video_output: add non-regression test"
The following discussion from !1013 (merged) should be addressed:
-
@alexandre-janniaux started a discussion: It was merged a bit too fast it seems, the test is randomly failing because stopping the testbench can let the decoder execute more code.
It seems that updating the decoder format and failing will set the decoder format and pool to
VLC_CODEC_UNKNOWN
, which is not allocatable by decoder_NewFromResource.
Edited by Thomas Guillem