Pad.peerQuery

bool peerQuery(gst.query.Query query)

Performs [gst.pad.Pad.query] on the peer of pad.

The caller is responsible for both the allocation and deallocation of the query structure.

Parameters

querythe #GstQuery to perform.

Returns

true if the query could be performed. This function returns false

if pad has no peer.