mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +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",
|
GST_DEBUG_OBJECT (demux, "header packet: len=%u bytes, flags=0x%02x",
|
||||||
len, (guint) pdata[off]);
|
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)
|
if (ret != GST_FLOW_OK)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue