qtdemux: Parsing elst box based on version
authorSeungha Yang <sh.yang@lge.com>
Thu, 12 May 2016 02:52:09 +0000 (11:52 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 15 May 2016 10:10:03 +0000 (13:10 +0300)
commit56e273bc21816b1257748d4c8946353e7a82be7a
treef95b55ee5d50c73c622a2133a6bf93ee231a1c9a
parent325741d37da75d369719a09b121f6f8ca28ebd4c
qtdemux: Parsing elst box based on version

segment_duration and media_time should be parsed based on version
of elst box. Specification defines that an elst box with version 1
has uint64 and int64 values for segment_duration and media_time,
respectively.

https://bugzilla.gnome.org/show_bug.cgi?id=766301
gst/isomp4/qtdemux.c