qtmux: Don't write invalid edit list start time.
authorJan Schmidt <jan@centricular.com>
Thu, 17 Dec 2015 18:17:15 +0000 (05:17 +1100)
committerJan Schmidt <jan@centricular.com>
Fri, 18 Dec 2015 16:49:28 +0000 (03:49 +1100)
commit774a32ff896221e1c35da8b254f2034eef4f5d4c
tree56e14e846b23a804e78ee2e9dbf037a4fa3ca891
parent675a4088e5778f9411d386337d8aa491a214ccab
qtmux: Don't write invalid edit list start time.

Avoid writing a negative number as a large positive
integer in an edit list when the first_ts is smaller
than the first_dts - which can happen when the first
packet received has a PTS but no DTS.

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