Pad.canLink
bool canLink(gst.pad.Pad sinkpad)Checks if the source pad and the sink pad are compatible so they can be linked.
Parameters
sinkpad | the sink #GstPad. |
Returns
true if the pads can be linked.
bool canLink(gst.pad.Pad sinkpad)Checks if the source pad and the sink pad are compatible so they can be linked.
sinkpad | the sink #GstPad. |