diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-10-20 17:40:59 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-11-01 20:41:22 +0200 |
commit | c709abbb99eda04cc041d6493ce130d1249c815b (patch) | |
tree | b48a9ba1fe0964fc3f99ba264fb96d74e8a8f0df | |
parent | 4eaf5ea06291277405d568bc750460ba0e3bf57a (diff) |
qtmux: Use a default interleave of 250ms for all codecs
https://bugzilla.gnome.org/show_bug.cgi?id=773217
-rw-r--r-- | gst/isomp4/gstqtmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index 9f23b8511..ae78c8073 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); |