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 committed by Tim-Philipp Müller
parent aba8000188
commit 6630f7def2

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: