Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpad.c2506 GstPadLinkFunction srcfunc, sinkfunc; in gst_pad_link_full() local
2546 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()