Gst.Pad.prototype.query_default

function query_default(parent:Gst.Object, query:Gst.Query):Boolean {
    // Gjs wrapper for gst_pad_query_default()
}

Invokes the default query handler for the given pad. The query is sent to all pads internally linked to pad. Note that if there are many possible sink pads that are internally linked to pad, only one will be sent the query. Multi-sinkpad elements should implement custom query handlers.

parent

the parent of pad or NULL

query

the Gst.Query to handle.

Returns

TRUE if the query was performed successfully.