[ CCode ( cname = "GstCollectPadsFlushFunction" , instance_pos = 1.9 ) ]
[ Version ( since = "1.4" ) ]
public delegate void CollectPadsFlushFunction (CollectPads pads)
A function that will be called while processing a flushing seek event.
The function should flush any internal state of the element and the state of all the pads. It should clear only the state not directly
managed by the pads
object. It is therefore not necessary to call gst_collect_pads_set_flushing nor gst_collect_pads_clear
from this function.
pads | |
user_data |
user data |