Iterator.resync

void resync()

Resync the iterator. this function is mostly called after [gst.iterator.Iterator.next] returned [gst.types.IteratorResult.Resync].

When an iterator was pushed on it, it will automatically be popped again with this function.

MT safe.