mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
parent
25b0a4c91a
commit
b9f569bfd0
1 changed files with 1 additions and 1 deletions
|
@ -3737,7 +3737,7 @@ gst_matroska_demux_push_flac_codec_priv_data (GstMatroskaDemux * demux,
|
|||
GST_DEBUG_OBJECT (demux, "header packet: len=%u bytes, flags=0x%02x",
|
||||
len, (guint) pdata[off]);
|
||||
|
||||
ret = gst_matroska_demux_push_hdr_buf (demux, stream, pdata + off, len);
|
||||
ret = gst_matroska_demux_push_hdr_buf (demux, stream, pdata + off, len + 4);
|
||||
if (ret != GST_FLOW_OK)
|
||||
return ret;
|
||||
|
||||
|
|
Loading…
Reference in a new issue