mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
qtmux: Don't write Sync Sample Atom for ProRes
https://bugzilla.gnome.org/show_bug.cgi?id=777331
This commit is contained in:
parent
eb25b058f9
commit
d71c06c8fe
1 changed files with 2 additions and 0 deletions
|
@ -4352,6 +4352,8 @@ gst_qt_mux_video_sink_set_caps (GstQTPad * qtpad, GstCaps * caps)
|
|||
else if (!g_strcmp0 (variant, "4444xq"))
|
||||
entry.fourcc = FOURCC_ap4x;
|
||||
|
||||
sync = FALSE;
|
||||
|
||||
if (!qtmux->interleave_time_set)
|
||||
qtmux->interleave_time = 500 * GST_MSECOND;
|
||||
if (!qtmux->interleave_bytes_set)
|
||||
|
|
Loading…
Reference in a new issue