Home
last modified time | relevance | path

Searched refs:rtcp_from (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c360 if (src->rtcp_from) in rtp_source_finalize()
361 g_object_unref (src->rtcp_from); in rtp_source_finalize()
409 if (src->rtcp_from) { in rtp_source_create_stats()
410 address_str = __g_socket_address_to_string (src->rtcp_from); in rtp_source_create_stats()
895 if (src->rtcp_from) in rtp_source_set_rtcp_from()
896 g_object_unref (src->rtcp_from); in rtp_source_set_rtcp_from()
897 src->rtcp_from = G_SOCKET_ADDRESS (g_object_ref (address)); in rtp_source_set_rtcp_from()
Drtpsource.h158 GSocketAddress *rtcp_from; member
Drtpsession.c1655 from = source->rtcp_from; in check_collision()
1774 if (!source->internal && !source->closing && source->rtcp_from) { in compare_rtcp_source_addr()
1777 data->new_addr = source->rtcp_from; in compare_rtcp_source_addr()
1780 data->is_doing_ptp &= ip_addr_equal (data->new_addr, source->rtcp_from); in compare_rtcp_source_addr()
3232 from = source->rtcp_from; in rtp_session_send_rtp()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsrc.c728 const gchar *rtp_from = NULL, *rtcp_from = NULL; in gst_rist_src_create_stats() local
747 rtcp_from = gst_structure_get_string (sstats, "rtcp-from"); in gst_rist_src_create_stats()
753 "rtcp-from", G_TYPE_STRING, rtcp_from ? rtcp_from : "", in gst_rist_src_create_stats()