qtmux: Don't write Sync Sample Atom for ProRes
authorGeorg Lippitsch <glippitsch@toolsonair.com>
Mon, 16 Jan 2017 13:50:22 +0000 (14:50 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 16 Jan 2017 17:29:08 +0000 (19:29 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=777331

gst/isomp4/gstqtmux.c

index 3e6eedb..b0628ae 100644 (file)
@@ -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)