qtmux: more helpful debug error message when no needed duration on input buffers

Fixes #646256.
This commit is contained in:
Mark Nauwelaerts 2011-04-04 12:21:23 +02:00
parent 650418b9d8
commit 888dac9887

View file

@ -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: