The amount of checking to be done when linking pads. GST_PAD_LINK_CHECK_CAPS
and GST_PAD_LINK_CHECK_TEMPLATE_CAPS are mutually exclusive. If both are
specified, expensive but safe GST_PAD_LINK_CHECK_CAPS are performed.
Only disable some of the checks if you are 100% certain you know the link
will not fail because of hierarchy/caps compatibility failures. If uncertain,
use the default checks (%GST_PAD_LINK_CHECK_DEFAULT) or the regular methods
for linking the pads.
The amount of checking to be done when linking pads.
Only disable some of the checks if you are 100% certain you know the link
will not fail because of hierarchy/caps compatibility failures. If uncertain,
use the default checks (%GST_PAD_LINK_CHECK_DEFAULT) or the regular methods
for linking the pads.
GST_PAD_LINK_CHECK_CAPS
andGST_PAD_LINK_CHECK_TEMPLATE_CAPS
are mutually exclusive. If both are specified, expensive but safeGST_PAD_LINK_CHECK_CAPS
are performed.