baseparse: Remove obsolete code and move gap handling to the correct place
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 5 Mar 2012 13:23:17 +0000 (14:23 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 5 Mar 2012 13:23:17 +0000 (14:23 +0100)
commit747dfc09b26739805f0e6d09e9f1883193317571
treeb65a6ee98b77384c234f8f70d1db6c7a76c9b362
parent13930dad5344e0e915d32dfb0897fc6a820a59b5
baseparse: Remove obsolete code and move gap handling to the correct place

The segment start adjustment code in pull mode should never trigger
anymore because the bisection code earlier would have already made
sure that we're at the desired position.

Also move the gap handling some lines below after sending the currently
configured segments. Otherwise we might fill gaps in a segment that is
not configured downstream yet.
libs/gst/base/gstbaseparse.c