Skip to content

adaptivedemux2: Fix early seeking

Edward Hervey requested to merge bilboed/gstreamer:adaptive-early-seek into main

When seeking is handled by the collection posting thread, there is a possibility that some leftover data will be pushed by the stream thread.

Properly detect and reject those early segments (and buffers) by comparing it to the main segment seqnum

Merge request reports