Skip to content

aggregator: drop duplicated SEEK events

This is similar to what demuxers do, and necessary when multiple sinks get seeked downstream of the aggregator: if we forward duplicated seeks upstream, elements such as demuxers may drop the flushing seeks, but return TRUE, aggregator then waits forever for the flushing events.

Fixes #276 (closed)

Merge request reports