Searched refs:srcfunc (Results 1 – 1 of 1) sorted by relevance
2506 GstPadLinkFunction srcfunc, sinkfunc; in gst_pad_link_full() local2546 srcfunc = GST_PAD_LINKFUNC (srcpad); in gst_pad_link_full()2549 if (G_UNLIKELY (srcfunc || sinkfunc)) { in gst_pad_link_full()2554 if (srcfunc) { in gst_pad_link_full()2559 result = srcfunc (srcpad, tmpparent, sinkpad); in gst_pad_link_full()