qtmux: Do not check timecode data for mp4 container
authorVivia Nikolaidou <vivia@ahiru.eu>
Tue, 16 May 2017 09:56:15 +0000 (12:56 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 16 May 2017 12:16:58 +0000 (15:16 +0300)
commit5f7fe63feaedaa06d2b79f0cd2b04bba0ccc8bb0
tree3cd4a7339d84d1adcbe7c574548e7bc6afc1a64e
parent347e8140743fcea40f5e4bbe1b6f9ba440579a6b
qtmux: Do not check timecode data for mp4 container

Timecode trak is only supported for mov right now, not for mp4. That
code would otherwise create an invalid trak if the muxed video contained
timecode metadata.

https://bugzilla.gnome.org/show_bug.cgi?id=782684
gst/isomp4/gstqtmux.c