gst_pad_acceptcaps_default  119 gst/gstpad.c   static gboolean gst_pad_acceptcaps_default (GstPad * pad, GstCaps * caps);
gst_pad_acceptcaps_default  345 gst/gstpad.c     GST_DEBUG_REGISTER_FUNCPTR (gst_pad_acceptcaps_default);
gst_pad_acceptcaps_default  374 gst/gstpad.c     GST_PAD_ACCEPTCAPSFUNC (pad) = gst_pad_acceptcaps_default;
gst_pad_acceptcaps_default 2560 gst/gstpad.c       result = gst_pad_acceptcaps_default (pad, caps);