gst_pad_link_full 1239 gst/gstghostpad.c gst_pad_link_full (internal, newtarget, GST_PAD_LINK_CHECK_NOTHING); gst_pad_link_full 1242 gst/gstghostpad.c gst_pad_link_full (newtarget, internal, GST_PAD_LINK_CHECK_NOTHING); gst_pad_link_full 2127 gst/gstpad.c return gst_pad_link_full (srcpad, sinkpad, GST_PAD_LINK_CHECK_DEFAULT); gst_pad_link_full 938 gst/gstpad.h GstPadLinkReturn gst_pad_link_full (GstPad *srcpad, GstPad *sinkpad, GstPadLinkCheck flags); gst_pad_link_full 1543 gst/gstutils.c ret = (gst_pad_link_full (src, sink, flags) == GST_PAD_LINK_OK);