mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
0dec6cbbba
commit
99f47c4b17
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue