Gst.Iterator.prototype.resync
function resync():void { // Gjs wrapper for gst_iterator_resync() }
Resync the iterator. this function is mostly called after Gst.Iterator.prototype.next returned Gst.IteratorResult.resync.
When an iterator was pushed on it, it will automatically be popped again with this function.
MT safe.