Lines Matching refs:otherpad
1010 GstPad *otherpad; in gst_srtp_dec_sink_setcaps() local
1044 otherpad = gst_pad_get_element_private (pad); in gst_srtp_dec_sink_setcaps()
1046 ret = gst_pad_set_caps (otherpad, caps); in gst_srtp_dec_sink_setcaps()
1132 GstPad *otherpad; in gst_srtp_dec_sink_query() local
1139 otherpad = (GstPad *) gst_pad_get_element_private (pad); in gst_srtp_dec_sink_query()
1156 other_caps = gst_pad_peer_query_caps (otherpad, other_filter); in gst_srtp_dec_sink_query()
1163 template_caps = gst_pad_get_pad_template_caps (otherpad); in gst_srtp_dec_sink_query()
1221 GstPad *otherpad = NULL; in gst_srtp_dec_iterate_internal_links() local
1224 otherpad = (GstPad *) gst_pad_get_element_private (pad); in gst_srtp_dec_iterate_internal_links()
1226 if (otherpad) { in gst_srtp_dec_iterate_internal_links()
1230 g_value_set_object (&val, otherpad); in gst_srtp_dec_iterate_internal_links()
1255 GstPad * otherpad, gboolean is_rtcp) in gst_srtp_dec_push_early_events() argument
1265 otherev = gst_pad_get_sticky_event (otherpad, GST_EVENT_STREAM_START, 0); in gst_srtp_dec_push_early_events()
1305 ev = gst_pad_get_sticky_event (otherpad, GST_EVENT_SEGMENT, 0); in gst_srtp_dec_push_early_events()
1455 GstPad *otherpad; in gst_srtp_dec_chain() local
1489 otherpad = filter->rtcp_srcpad; in gst_srtp_dec_chain()
1494 otherpad = filter->rtp_srcpad; in gst_srtp_dec_chain()
1499 ret = gst_pad_push (otherpad, buf); in gst_srtp_dec_chain()