qtdemux: do not use indexes from sparse stream when seeking in push mode
authorArnaud Vrac <avrac@freebox.fr>
Tue, 16 Jul 2013 19:56:07 +0000 (21:56 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 18 Jul 2013 09:48:11 +0000 (11:48 +0200)
commit12378983511de3de023f6faaccbcf9aa4756ec20
treed5d5d2b5a7b7d9713c1b30dd9b83cebba4ac668f
parente561d126558b43b1095121f07bfa4613646a5468
qtdemux: do not use indexes from sparse stream when seeking in push mode

This makes seeking more accurate in push mode, since the previous
keyframe on a sparse stream might be far away.
gst/isomp4/qtdemux.c