Pad.peerQueryAcceptCaps

Check if the peer of pad accepts caps. If pad has no peer, this function returns true.

class Pad
bool
peerQueryAcceptCaps

Parameters

caps gst.caps.Caps

a #GstCaps to check on the pad

Return Value

Type: bool

true if the peer of pad can accept the caps or pad has no peer.