CollectPadsQueryFunction
Description:
[ CCode ( cname = "GstCollectPadsQueryFunction" ,  instance_pos = 3.9 ) ]
public delegate bool CollectPadsQueryFunction (CollectPads pads, CollectData pad, Query query)
  public delegate bool CollectPadsQueryFunction (CollectPads pads, CollectData pad, Query query)
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 event_default).
Parameters:
| pads | the CollectPads that triggered the callback | 
| pad | the Pad that received an event | 
| query | the Event received | 
| user_data | user data passed to set_query_function | 
Returns:
| true if the pad could handle the event | 
Namespace: Gst.Base
  
  Package: gstreamer-base-1.0