Lines Matching refs:otherpad
853 GstPad *otherpad = NULL; in gst_srtp_enc_sink_setcaps() local
902 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_sink_setcaps()
904 ret = gst_pad_set_caps (otherpad, caps); in gst_srtp_enc_sink_setcaps()
920 GstPad *otherpad; in gst_srtp_enc_sink_query() local
926 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_sink_query()
941 other_caps = gst_pad_peer_query_caps (otherpad, other_filter); in gst_srtp_enc_sink_query()
949 template_caps = gst_pad_get_pad_template_caps (otherpad); in gst_srtp_enc_sink_query()
1001 GstPad *otherpad = NULL; in gst_srtp_enc_iterate_internal_links() local
1004 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_iterate_internal_links()
1006 if (otherpad) { in gst_srtp_enc_iterate_internal_links()
1010 g_value_set_object (&val, otherpad); in gst_srtp_enc_iterate_internal_links()
1185 GstPad *otherpad; in gst_srtp_enc_chain() local
1196 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_chain()
1197 return gst_pad_push (otherpad, buf); in gst_srtp_enc_chain()
1207 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_chain()
1208 ret = gst_pad_push (otherpad, bufout); in gst_srtp_enc_chain()
1256 GstPad *otherpad; in gst_srtp_enc_chain_list() local
1273 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_chain_list()
1274 return gst_pad_push_list (otherpad, buf_list); in gst_srtp_enc_chain_list()
1299 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_chain_list()
1302 ret = gst_pad_push_list (otherpad, out_list); in gst_srtp_enc_chain_list()
1428 GstPad *otherpad; in gst_srtp_enc_sink_event() local
1430 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_sink_event()
1437 ret = gst_pad_push_event (otherpad, event); in gst_srtp_enc_sink_event()