flvdemux: Don't handle non-TIME seeks
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 7 Jun 2010 16:32:16 +0000 (18:32 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 7 Jun 2010 16:34:11 +0000 (18:34 +0200)
commit48934764e786351fa6185b9f0ac8f080ed4bce79
tree8ff8d1b19c28ec672666777124056fbcae07f555
parentc39e82a1ce8fee32381f102bc0c6bcf9384c24a8
flvdemux: Don't handle non-TIME seeks

Don't send them upstream because for upstream a BYTES seek
might make sense but is completely wrong because upstream
can't seek to a byte position of the audio or video stream.

Also don't build the index in push mode for non-TIME seeks,
things will go wrong here otherwise.
gst/flv/gstflvdemux.c