qtmux: Improve error message

Improve error message when we can't get or estimate the
timestamp/duration of a buffer
This commit is contained in:
Thiago Santos 2009-10-15 17:51:39 -03:00 committed by Tim-Philipp Müller
parent 0dec6cbbba
commit 99f47c4b17

View file

@ -1344,7 +1344,7 @@ bail:
no_time:
{
GST_ELEMENT_ERROR (qtmux, STREAM, MUX, (NULL),
("Failed to determine time to mux."));
("Received buffer without timestamp/duration."));
goto bail;
}
fragmented_sample: