CollectPads.queryDefault

bool queryDefault(gstbase.collect_data.CollectData data, gst.query.Query query, bool discard)

Default #GstCollectPads query handling that elements should always chain up to to ensure proper operation. Element might however indicate query should not be forwarded downstream.

Parameters

datacollect data of corresponding pad
queryquery being processed
discardprocess but do not send event downstream

Returns