Pad.linkFull

Links the source pad and the sink pad.

This variant of #gst_pad_link provides a more granular control on the checks being done when linking. While providing some considerable speedups the caller of this method must be aware that wrong usage of those flags can cause severe issues. Refer to the documentation of #GstPadLinkCheck for more information.

MT Safe.

Parameters

sinkpad Pad

the sink #GstPad to link.

flags GstPadLinkCheck

the checks to validate when linking

Return Value

A result code indicating if the connection worked or what went wrong.

Meta