GST_PAD_LINKFUNC 653 gst/gstghostpad.c if (GST_PAD_LINKFUNC (peer)) {
GST_PAD_LINKFUNC 654 gst/gstghostpad.c ret = GST_PAD_LINKFUNC (peer) (peer, pad);
GST_PAD_LINKFUNC 360 gst/gstpad.c GST_PAD_LINKFUNC (pad) = NULL;
GST_PAD_LINKFUNC 1519 gst/gstpad.c GST_PAD_LINKFUNC (pad) = link;
GST_PAD_LINKFUNC 2065 gst/gstpad.c if (GST_PAD_LINKFUNC (srcpad)) {
GST_PAD_LINKFUNC 2067 gst/gstpad.c result = GST_PAD_LINKFUNC (srcpad) (srcpad, sinkpad);
GST_PAD_LINKFUNC 2068 gst/gstpad.c } else if (GST_PAD_LINKFUNC (sinkpad)) {
GST_PAD_LINKFUNC 2071 gst/gstpad.c result = GST_PAD_LINKFUNC (sinkpad) (sinkpad, srcpad);
GST_PAD_LINKFUNC 493 plugins/elements/gstqueue.c if (GST_PAD_LINKFUNC (peer)) {
GST_PAD_LINKFUNC 494 plugins/elements/gstqueue.c result = GST_PAD_LINKFUNC (peer) (peer, pad);