Skip to content

basesrc: Remember seqnum of last FLUSH

Edward Hervey requested to merge bilboed/gstreamer:seamlessfixes into master

If we get a flush start via the element event handler, we need to make sure the rest of the events we will push will have consistent sequence numbers. This is similar to a seeking (except no position/changes are specified).

For example this happens when rtspsrc sends FLUSH_START/FLUSH_STOP on the UDP sources.

Merge request reports