mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
qtmux: Use a default interleave of 250ms for all codecs
https://bugzilla.gnome.org/show_bug.cgi?id=773217
This commit is contained in:
parent
4eaf5ea062
commit
c709abbb99
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue