projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d60c9ce
)
qtdemux: allow more streams. Bump this constant to 32, which should be
author
Michael Smith
<msmith@rdio.com>
Fri, 12 Oct 2012 21:38:33 +0000
(14:38 -0700)
committer
Michael Smith
<msmith@rdio.com>
Fri, 12 Oct 2012 21:38:33 +0000
(14:38 -0700)
enough for real-world files.
gst/isomp4/qtdemux.h
patch
|
blob
|
history
diff --git
a/gst/isomp4/qtdemux.h
b/gst/isomp4/qtdemux.h
index
467cf31
..
a9e50ab
100644
(file)
--- 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;