• Home
  • Raw
  • Download

Lines Matching refs:agent

174   NiceAgent *agent = NULL;  in gst_webrtc_nice_transport_update_buffer_size()  local
178 g_object_get (nice->stream->ice, "agent", &agent, NULL); in gst_webrtc_nice_transport_update_buffer_size()
179 g_assert (agent != NULL); in gst_webrtc_nice_transport_update_buffer_size()
181 sockets = nice_agent_get_sockets (agent, nice->stream->stream_id, 1); in gst_webrtc_nice_transport_update_buffer_size()
183 g_object_unref (agent); in gst_webrtc_nice_transport_update_buffer_size()
211 g_object_unref (agent); in gst_webrtc_nice_transport_update_buffer_size()
216 _on_new_selected_pair (NiceAgent * agent, guint stream_id, in _on_new_selected_pair() argument
235 _on_component_state_changed (NiceAgent * agent, guint stream_id, in _on_component_state_changed() argument
265 NiceAgent *agent; in gst_webrtc_nice_transport_constructed() local
268 g_object_get (nice->stream->ice, "agent", &agent, NULL); in gst_webrtc_nice_transport_constructed()
270 g_object_get (agent, "controlling-mode", &controlling_mode, NULL); in gst_webrtc_nice_transport_constructed()
275 g_signal_connect (agent, "component-state-changed", in gst_webrtc_nice_transport_constructed()
277 g_signal_connect (agent, "new-selected-pair-full", in gst_webrtc_nice_transport_constructed()
282 g_object_set (ice->src, "agent", agent, "stream", our_stream_id, in gst_webrtc_nice_transport_constructed()
287 g_object_set (ice->sink, "agent", agent, "stream", our_stream_id, in gst_webrtc_nice_transport_constructed()
292 g_object_unref (agent); in gst_webrtc_nice_transport_constructed()