Home
last modified time | relevance | path

Searched refs:GST_PAD_LINKFUNC (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h980 #define GST_PAD_LINKFUNC(pad) (GST_PAD_CAST(pad)->linkfunc) macro
Dgstpad.c2065 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()