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 Caps

a gstreamer.Caps to check on the pad

Return Value

Type: bool

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