mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
qtmux: more helpful debug error message when no needed duration on input buffers
Fixes #646256.
This commit is contained in:
parent
650418b9d8
commit
888dac9887
1 changed files with 2 additions and 1 deletions
|
@ -2368,7 +2368,8 @@ bail:
|
|||
no_time:
|
||||
{
|
||||
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;
|
||||
}
|
||||
no_order:
|
||||
|
|
Loading…
Reference in a new issue