what went wrong.
Pad.linkFull
gst.types.PadLinkReturn linkFull(gst.pad.Pad sinkpad, gst.types.PadLinkCheck flags)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 | the sink #GstPad to link. |
flags | the checks to validate when linking |
Returns
A result code indicating if the connection worked or