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:
parent
c0789cccf7
commit
5d63c26b08
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user