mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
parent
16d71c7d96
commit
090e3a6f41
1 changed files with 1 additions and 0 deletions
|
@ -2723,6 +2723,7 @@ gst_qtdemux_loop_state_header (GstQTDemux * qtdemux)
|
|||
("We got less than expected (received %u, wanted %u, offset %"
|
||||
G_GUINT64_FORMAT ")",
|
||||
GST_BUFFER_SIZE (moov), (guint) length, cur_offset));
|
||||
gst_buffer_unref (moov);
|
||||
ret = GST_FLOW_ERROR;
|
||||
goto beach;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue