From 65fe88cd8b437a35f04eba770e5f53f1b22005aa Mon Sep 17 00:00:00 2001
From: Arnaud Vrac <avrac@freebox.fr>
Date: Mon, 24 Sep 2012 10:51:07 +0200
Subject: matroska: increase max block size


diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c
index 99d77bd..1f4946f 100644
--- a/gst/matroska/matroska-demux.c
+++ b/gst/matroska/matroska-demux.c
@@ -4012,7 +4012,7 @@ gst_matroska_demux_parse_contents (GstMatroskaDemux * demux, GstEbmlRead * ebml)
 
 #define GST_FLOW_OVERFLOW   GST_FLOW_CUSTOM_ERROR
 
-#define MAX_BLOCK_SIZE (15 * 1024 * 1024)
+#define MAX_BLOCK_SIZE (32 * 1024 * 1024)
 
 static inline GstFlowReturn
 gst_matroska_demux_check_read_size (GstMatroskaDemux * demux, guint64 bytes)
-- 
1.7.10.4

