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 Thiago Santos
parent c0789cccf7
commit 5d63c26b08

View file

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