qtdemux: Allow edit lists on fragmented files on push mode
authorAlicia Boya García <aboya@igalia.com>
Fri, 30 Mar 2018 15:03:13 +0000 (17:03 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 24 May 2018 13:53:48 +0000 (15:53 +0200)
commitc2a0da8096009f0f99943f78dc18066965be60f9
tree80f5cfcdca9d5711cb7a1a41f645bd1a8eef91c0
parent5388d6e6a25c9ce8a0d8fde18dcc0d3a12b6f059
qtdemux: Allow edit lists on fragmented files on push mode

Fragmented files often use elst.duration=0 which before
ee78825eaef2c5fffac7d6c5526fe18cec6b3eef was wrongly interpreted as
having no frames.

Since that issue has now been fixed, there is no reason to disable edit
lists in fragmented files. This commit enables them, therefore producing
correct stream time for files containing edit lists.

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