Lines Matching refs:otherpad
359 GstPad *otherpad; in gst_play_sink_convert_bin_acceptcaps() local
363 otherpad = self->sinkpad; in gst_play_sink_convert_bin_acceptcaps()
365 otherpad = self->srcpad; in gst_play_sink_convert_bin_acceptcaps()
368 otherpad = NULL; in gst_play_sink_convert_bin_acceptcaps()
371 if (otherpad) { in gst_play_sink_convert_bin_acceptcaps()
372 ret = gst_pad_peer_query_accept_caps (otherpad, caps); in gst_play_sink_convert_bin_acceptcaps()
395 GstPad *otherpad, *peer; in gst_play_sink_convert_bin_getcaps() local
399 otherpad = self->sinkpad; in gst_play_sink_convert_bin_getcaps()
401 otherpad = self->srcpad; in gst_play_sink_convert_bin_getcaps()
404 otherpad = NULL; in gst_play_sink_convert_bin_getcaps()
407 if (otherpad) { in gst_play_sink_convert_bin_getcaps()
408 peer = gst_pad_get_peer (otherpad); in gst_play_sink_convert_bin_getcaps()