From c709abbb99eda04cc041d6493ce130d1249c815b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 20 Oct 2016 17:40:59 +0300 Subject: [PATCH] qtmux: Use a default interleave of 250ms for all codecs https://bugzilla.gnome.org/show_bug.cgi?id=773217 --- gst/isomp4/gstqtmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index 9f23b85..ae78c80 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c @@ -290,7 +290,7 @@ enum #define DEFAULT_RESERVED_MOOV_UPDATE_PERIOD GST_CLOCK_TIME_NONE #define DEFAULT_RESERVED_BYTES_PER_SEC_PER_TRAK 550 #define DEFAULT_INTERLEAVE_BYTES 0 -#define DEFAULT_INTERLEAVE_TIME 0 +#define DEFAULT_INTERLEAVE_TIME 250*GST_MSECOND static void gst_qt_mux_finalize (GObject * object); -- 2.7.4