Lines Matching refs:otherpad
416 GstPad *otherpad; in gst_selector_pad_iterate_linked_pads() local
422 otherpad = gst_input_selector_get_linked_pad (sel, pad, TRUE); in gst_selector_pad_iterate_linked_pads()
423 if (otherpad) { in gst_selector_pad_iterate_linked_pads()
425 g_value_set_object (&val, otherpad); in gst_selector_pad_iterate_linked_pads()
428 gst_object_unref (otherpad); in gst_selector_pad_iterate_linked_pads()
1436 GstPad *otherpad = NULL; in gst_input_selector_get_linked_pad() local
1440 otherpad = sel->active_sinkpad; in gst_input_selector_get_linked_pad()
1442 otherpad = sel->srcpad; in gst_input_selector_get_linked_pad()
1443 if (otherpad) in gst_input_selector_get_linked_pad()
1444 gst_object_ref (otherpad); in gst_input_selector_get_linked_pad()
1447 return otherpad; in gst_input_selector_get_linked_pad()