Searched refs:max_rtp_port (Results 1 – 3 of 3) sorted by relevance
193 if (stream->ice->min_rtp_port != 0 || stream->ice->max_rtp_port != 65535) { in gst_webrtc_ice_stream_gather_candidates()194 if (stream->ice->min_rtp_port > stream->ice->max_rtp_port) { in gst_webrtc_ice_stream_gather_candidates()197 stream->ice->min_rtp_port, stream->ice->max_rtp_port); in gst_webrtc_ice_stream_gather_candidates()203 stream->ice->max_rtp_port); in gst_webrtc_ice_stream_gather_candidates()
1005 if (ice->min_rtp_port > ice->max_rtp_port) in gst_webrtc_ice_set_property()1007 " max-rtp-port %u", ice->min_rtp_port, ice->max_rtp_port); in gst_webrtc_ice_set_property()1011 ice->max_rtp_port = g_value_get_uint (value); in gst_webrtc_ice_set_property()1012 if (ice->min_rtp_port > ice->max_rtp_port) in gst_webrtc_ice_set_property()1014 " min-rtp-port %u", ice->max_rtp_port, ice->min_rtp_port); in gst_webrtc_ice_set_property()1047 g_value_set_uint (value, ice->max_rtp_port); in gst_webrtc_ice_get_property()
56 guint max_rtp_port; member