Searched refs:foundpad (Results 1 – 1 of 1) sorted by relevance
1141 GstPad *foundpad = NULL; in gst_element_get_compatible_pad() local1261 foundpad = gst_element_request_compatible_pad (element, templ); in gst_element_get_compatible_pad()1264 if (foundpad) { in gst_element_get_compatible_pad()1266 "found existing request pad %s:%s", GST_DEBUG_PAD_NAME (foundpad)); in gst_element_get_compatible_pad()1267 return foundpad; in gst_element_get_compatible_pad()