qtdemux: elst should offset samples instead of buffers
authorMatej Knopp <matej.knopp@gmail.com>
Wed, 31 Jul 2013 08:42:07 +0000 (10:42 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 12 Aug 2013 11:48:04 +0000 (13:48 +0200)
commit2269ac8f284d3401b9ca4e8524405e7ac6e8b964
treec1bdef97dd648a5e8863ccb789aaec7436cb587f
parent6c349d6ec3f633d2535ec52b5c077b731a153459
qtdemux: elst should offset samples instead of buffers

The current approach where buffers are offset is not ideal, as during seek
and loop current time is compared to sample times.

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