Home
last modified time | relevance | path

Searched refs:rtcp_srcpad (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpcollision.c174 GstPad *rtcp_srcpad = NULL; in GST_START_TEST() local
233 rtcp_srcpad = gst_element_request_pad_simple (rtpsession, "send_rtcp_src"); in GST_START_TEST()
234 fail_unless (gst_pad_link (rtcp_srcpad, fake_udp_sinkpad) == GST_PAD_LINK_OK, in GST_START_TEST()
236 gst_object_unref (rtcp_srcpad); in GST_START_TEST()
345 GstPad *rtcp_srcpad = NULL; in GST_START_TEST() local
409 rtcp_srcpad = gst_element_request_pad_simple (rtpsession, "send_rtcp_src"); in GST_START_TEST()
410 fail_unless (gst_pad_link (rtcp_srcpad, fake_udp_sinkpad) == GST_PAD_LINK_OK, in GST_START_TEST()
412 gst_object_unref (rtcp_srcpad); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtpdec.c410 filter->rtcp_srcpad = in gst_srtp_dec_init()
412 gst_pad_set_iterate_internal_links_function (filter->rtcp_srcpad, in gst_srtp_dec_init()
415 gst_pad_set_element_private (filter->rtcp_sinkpad, filter->rtcp_srcpad); in gst_srtp_dec_init()
416 gst_pad_set_element_private (filter->rtcp_srcpad, filter->rtcp_sinkpad); in gst_srtp_dec_init()
419 gst_element_add_pad (GST_ELEMENT (filter), filter->rtcp_srcpad); in gst_srtp_dec_init()
1104 if (!gst_pad_has_current_caps (filter->rtcp_srcpad)) { in gst_srtp_dec_sink_event_rtcp()
1107 gst_pad_set_caps (filter->rtcp_srcpad, caps); in gst_srtp_dec_sink_event_rtcp()
1489 otherpad = filter->rtcp_srcpad; in gst_srtp_dec_chain()
1491 gst_srtp_dec_push_early_events (filter, filter->rtcp_srcpad, in gst_srtp_dec_chain()
1497 filter->rtcp_srcpad, FALSE); in gst_srtp_dec_chain()
Dgstsrtpdec.h76 GstPad *rtcp_sinkpad, *rtcp_srcpad; member