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>
Mon, 29 May 2017 07:46:53 +0000 (10:46 +0300)
commit0ea5c92ba6e44658e318d80337406b47edc3fbe6
tree6cc795e1faf55154793fd3e224770ee6df560da0
parentbc269e605ca88503b08af39aaf8f74d5b04fa2c7
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