qtmux: Use a default interleave of 250ms for all codecs

https://bugzilla.gnome.org/show_bug.cgi?id=773217
This commit is contained in:
Sebastian Dröge 2016-10-20 17:40:59 +03:00
parent 4eaf5ea062
commit c709abbb99

View file

@ -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);