Home
last modified time | relevance | path

Searched refs:send_rtp_sink (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpsession.c375 GstPad *send_rtp_sink; in on_ssrc_collision() local
381 if ((send_rtp_sink = sess->send_rtp_sink)) in on_ssrc_collision()
382 gst_object_ref (send_rtp_sink); in on_ssrc_collision()
385 if (send_rtp_sink) { in on_ssrc_collision()
405 gst_pad_push_event (send_rtp_sink, event); in on_ssrc_collision()
406 gst_object_unref (send_rtp_sink); in on_ssrc_collision()
1521 if (all_sources_bye && rtpsession->send_rtp_sink && in gst_rtp_session_send_rtcp()
1522 GST_PAD_IS_EOS (rtpsession->send_rtp_sink)) { in gst_rtp_session_send_rtcp()
1946 otherpad = gst_object_ref (rtpsession->send_rtp_sink); in gst_rtp_session_iterate_internal_links()
1947 } else if (pad == rtpsession->send_rtp_sink) { in gst_rtp_session_iterate_internal_links()
[all …]
Dgstrtpbin.c524 GstPad *send_rtp_sink; member
4683 } else if (newsess->send_rtp_sink != NULL) in setup_aux_sender_fold()
4687 newsess->send_rtp_sink = in setup_aux_sender_fold()
4689 if (newsess->send_rtp_sink == NULL) in setup_aux_sender_fold()
4692 ret = gst_pad_link (pad, newsess->send_rtp_sink); in setup_aux_sender_fold()
4841 GstPad *send_rtp_sink; in create_send_rtp() local
4865 if (session->send_rtp_sink != NULL) in create_send_rtp()
4873 send_rtp_sink = gst_element_get_static_pad (encoder, "sink"); in create_send_rtp()
4875 if (!send_rtp_sink) in create_send_rtp()
4897 send_rtp_sink = sinkpad; in create_send_rtp()
[all …]
Dgstrtpsession.h48 GstPad *send_rtp_sink; member
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpbin.c722 GstPad *send_rtp_sink; in GST_START_TEST() local
740 send_rtp_sink = gst_element_request_pad_simple (rtpsession, "send_rtp_sink"); in GST_START_TEST()
758 fail_unless (gst_pad_send_event (send_rtp_sink, in GST_START_TEST()
760 fail_unless (gst_pad_send_event (send_rtp_sink, in GST_START_TEST()
770 caps = gst_pad_query_caps (send_rtp_sink, NULL); in GST_START_TEST()
783 fail_unless (gst_pad_chain (send_rtp_sink, rtp_buffer) == GST_FLOW_OK); in GST_START_TEST()
801 fail_unless (gst_pad_chain (send_rtp_sink, rtp_buffer) == GST_FLOW_OK); in GST_START_TEST()
856 fail_unless (gst_pad_send_event (send_rtp_sink, gst_event_new_eos ())); in GST_START_TEST()
893 gst_element_release_request_pad (rtpsession, send_rtp_sink); in GST_START_TEST()
894 gst_object_unref (send_rtp_sink); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsink.c376 GstPad *send_rtp_sink; in on_app_rtcp() local
384 send_rtp_sink = gst_element_get_static_pad (gstsession, "send_rtp_sink"); in on_app_rtcp()
385 if (send_rtp_sink) { in on_app_rtcp()
402 gst_pad_push_event (send_rtp_sink, event); in on_app_rtcp()
407 gst_object_unref (send_rtp_sink); in on_app_rtcp()
/third_party/gstreamer/gstplugins_good/
DChangeLog15860 So now we limit the EOS forwarding to when there is a send_rtp_sink pad
53517 send_rtp_sink: allow proxying of caps and allocation. This allows us to
56244 gstrtpsession: send custom upstream event "GstRTPCollision" on send_rtp_sink pad