• Home
  • Raw
  • Download

Lines Matching refs:nice

110   GstWebRTCNiceTransport *nice = GST_WEBRTC_NICE_TRANSPORT (object);  in gst_webrtc_nice_transport_set_property()  local
114 if (nice->stream) in gst_webrtc_nice_transport_set_property()
115 gst_object_unref (nice->stream); in gst_webrtc_nice_transport_set_property()
116 nice->stream = g_value_dup_object (value); in gst_webrtc_nice_transport_set_property()
128 GstWebRTCNiceTransport *nice = GST_WEBRTC_NICE_TRANSPORT (object); in gst_webrtc_nice_transport_get_property() local
132 g_value_set_object (value, nice->stream); in gst_webrtc_nice_transport_get_property()
143 GstWebRTCNiceTransport *nice = GST_WEBRTC_NICE_TRANSPORT (object); in gst_webrtc_nice_transport_finalize() local
145 gst_object_unref (nice->stream); in gst_webrtc_nice_transport_finalize()
153 NiceCandidate * rcandidate, GstWebRTCNiceTransport * nice) in _on_new_selected_pair() argument
155 GstWebRTCICETransport *ice = GST_WEBRTC_ICE_TRANSPORT (nice); in _on_new_selected_pair()
159 g_object_get (nice->stream, "stream-id", &our_stream_id, NULL); in _on_new_selected_pair()
172 GstWebRTCNiceTransport * nice) in _on_component_state_changed() argument
174 GstWebRTCICETransport *ice = GST_WEBRTC_ICE_TRANSPORT (nice); in _on_component_state_changed()
178 g_object_get (nice->stream, "stream-id", &our_stream_id, NULL); in _on_component_state_changed()
195 GstWebRTCNiceTransport *nice = GST_WEBRTC_NICE_TRANSPORT (object); in gst_webrtc_nice_transport_constructed() local
202 g_object_get (nice->stream, "stream-id", &our_stream_id, NULL); in gst_webrtc_nice_transport_constructed()
203 g_object_get (nice->stream->ice, "agent", &agent, NULL); in gst_webrtc_nice_transport_constructed()
211 G_CALLBACK (_on_component_state_changed), nice); in gst_webrtc_nice_transport_constructed()
213 G_CALLBACK (_on_new_selected_pair), nice); in gst_webrtc_nice_transport_constructed()
253 gst_webrtc_nice_transport_init (GstWebRTCNiceTransport * nice) in gst_webrtc_nice_transport_init() argument
255 nice->priv = gst_webrtc_nice_transport_get_instance_private (nice); in gst_webrtc_nice_transport_init()