qtmux: more helpful debug error message when no needed duration on input buffers
Fixes #646256.
This commit is contained in:
parent
650418b9d8
commit
888dac9887
@ -2368,7 +2368,8 @@ bail:
|
|||||||
no_time:
|
no_time:
|
||||||
{
|
{
|
||||||
GST_ELEMENT_ERROR (qtmux, STREAM, MUX, (NULL),
|
GST_ELEMENT_ERROR (qtmux, STREAM, MUX, (NULL),
|
||||||
("Received buffer without timestamp/duration."));
|
("Received buffer without timestamp/duration. "
|
||||||
|
"Using e.g. dts-method=reorder might help."));
|
||||||
goto bail;
|
goto bail;
|
||||||
}
|
}
|
||||||
no_order:
|
no_order:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user