gst_pad_accept_caps 258 gst/gstghostpad.c res = gst_pad_accept_caps (target, caps);
gst_pad_accept_caps 2603 gst/gstpad.c result = gst_pad_accept_caps (peerpad, caps);
gst_pad_accept_caps 2709 gst/gstpad.c if (!gst_pad_accept_caps (pad, caps))
gst_pad_accept_caps 2735 gst/gstpad.c if (!gst_pad_accept_caps (pad, caps))
gst_pad_accept_caps 956 gst/gstpad.h gboolean gst_pad_accept_caps (GstPad * pad, GstCaps *caps);
gst_pad_accept_caps 845 libs/gst/base/gstbasetransform.c if (gst_pad_accept_caps (otherpeer, caps)) {
gst_pad_accept_caps 949 libs/gst/base/gstbasetransform.c if (!peer_checked && otherpeer && !gst_pad_accept_caps (otherpeer, othercaps))