Searched refs:GST_PAD_LINKFUNC (Results 1 – 2 of 2) sorted by relevance
980 #define GST_PAD_LINKFUNC(pad) (GST_PAD_CAST(pad)->linkfunc) macro
2065 GST_PAD_LINKFUNC (pad) = link; in gst_pad_set_link_function_full()2546 srcfunc = GST_PAD_LINKFUNC (srcpad); in gst_pad_link_full()2547 sinkfunc = GST_PAD_LINKFUNC (sinkpad); in gst_pad_link_full()