GstCollectPadsQueryFunction

A function that will be called while processing a query. It takes ownership of the query and is responsible for chaining up (to events downstream (with gst_pad_event_default()).

alias GstCollectPadsQueryFunction = int function(GstCollectPads* pads, GstCollectData* pad, GstQuery* query, void* userData)

Return Value

%TRUE if the pad could handle the event

Meta