mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
matroskademux: increase chunk size when scanning for cluster
This commit is contained in:
parent
b19ef0df30
commit
d7b736fa11
1 changed files with 1 additions and 1 deletions
|
@ -1659,7 +1659,7 @@ gst_matroska_demux_search_cluster (GstMatroskaDemux * demux, gint64 * pos)
|
||||||
gint64 newpos = *pos;
|
gint64 newpos = *pos;
|
||||||
gint64 orig_offset;
|
gint64 orig_offset;
|
||||||
GstFlowReturn ret = GST_FLOW_OK;
|
GstFlowReturn ret = GST_FLOW_OK;
|
||||||
const guint chunk = 64 * 1024;
|
const guint chunk = 128 * 1024;
|
||||||
GstBuffer *buf = NULL;
|
GstBuffer *buf = NULL;
|
||||||
GstMapInfo map;
|
GstMapInfo map;
|
||||||
gpointer data = NULL;
|
gpointer data = NULL;
|
||||||
|
|
Loading…
Reference in a new issue