qtdemux: improve edts segment handling after seeks in push mode
authorThiago Santos <thiagoss@osg.samsung.com>
Tue, 3 May 2016 16:59:54 +0000 (13:59 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Mon, 9 May 2016 14:46:46 +0000 (11:46 -0300)
commit00f23053b1f27c6857a2153b39e1344d2d6e9eaf
tree161d71937d0825ba199be18b597eba9b4135711c
parent6604614dc53e76b4a16a6e19841efc5989002f79
qtdemux: improve edts segment handling after seeks in push mode

Properly handle edts segments for push-based operation seeking.
We only support edts that a single segment that has media at the end,
being preceeded by any number of gap segments.

This also allows the qt segment rate to be respected after seeks

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