GstCollectPadsFlushFunction

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.

alias GstCollectPadsFlushFunction = void function(GstCollectPads* pads, void* userData)

Meta