mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +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
c0789cccf7
commit
5d63c26b08
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