Skip to content

identity: Handle seeking with single_segment=True

Identity was ignoring seek and flush events even when using a single segment. In the end it means that we couldn't compute buffers running-time and stream time after seeks.

This commits adds support for flushing seeks only as I have no idea what to do for non flushing ones.

Merge request reports