summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Smith <msmith@rdio.com>2012-10-12 14:38:33 -0700
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-11-19 14:40:39 +0100
commit399460cf26a7135831fa30e762e303b1705748c0 (patch)
treed1bb7be45d308178e44ea5af3f68c39eddb8513c
parentd08b8f891dde266a862c725163ced335a3a9191a (diff)
downloadgstreamer-plugins-good-399460cf26a7135831fa30e762e303b1705748c0.tar.gz
qtdemux: allow more streams. Bump this constant to 32, which should be
enough for real-world files.
-rw-r--r--gst/isomp4/qtdemux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/isomp4/qtdemux.h b/gst/isomp4/qtdemux.h
index 8d35ead0a..f2d839d7e 100644
--- a/gst/isomp4/qtdemux.h
+++ b/gst/isomp4/qtdemux.h
@@ -46,7 +46,7 @@ GST_DEBUG_CATEGORY_EXTERN (qtdemux_debug);
#define GST_QT_DEMUX_PRIVATE_TAG "private-qt-tag"
#define GST_QT_DEMUX_CLASSIFICATION_TAG "classification"
-#define GST_QTDEMUX_MAX_STREAMS 8
+#define GST_QTDEMUX_MAX_STREAMS 32
typedef struct _GstQTDemux GstQTDemux;
typedef struct _GstQTDemuxClass GstQTDemuxClass;