queue2: Fix backwards seeks into undowloaded ranges
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 29 Jul 2013 13:48:32 +0000 (15:48 +0200)
committerSjoerd Simons <sjoerd@luon.net>
Wed, 31 Jul 2013 07:50:47 +0000 (09:50 +0200)
commit0b068047354692442aa49bc418b398d2636facf3
tree82e1ce073066b9046c3000b35846a6c01e7ce875
parent280f55738018de2222d6cbfbce09051f91ae7c0d
queue2: Fix backwards seeks into undowloaded ranges

When in download buffering mode queue2 didn't check if a range offset is
in a undownloaded range before the currently in-progress range. Causing
seeks to an earlier offset to, well, take a while.
plugins/elements/gstqueue2.c