Links src to sink, creating any gstreamer.GhostPad's in between as necessary.
This is a convenience function to save having to create and add intermediate
gstreamer.GhostPad's as required for linking across gstreamer.Bin boundaries.
If src or sink pads don't have parent elements or do not share a common
ancestor, the link will fail.
Calling Pad.linkMaybeGhostingFull with
flags == GST_PAD_LINK_CHECK_DEFAULT is the recommended way of linking
pads with safety checks applied.
Links src to sink, creating any gstreamer.GhostPad's in between as necessary.
This is a convenience function to save having to create and add intermediate gstreamer.GhostPad's as required for linking across gstreamer.Bin boundaries.
If src or sink pads don't have parent elements or do not share a common ancestor, the link will fail.
Calling Pad.linkMaybeGhostingFull with flags == GST_PAD_LINK_CHECK_DEFAULT is the recommended way of linking pads with safety checks applied.