mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
qtdemux: allow more streams. Bump this constant to 32, which should be
enough for real-world files.
This commit is contained in:
parent
d60c9ce2a4
commit
3a3a7c38aa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue