Home
last modified time | relevance | path

Searched refs:pending_remote_ice_candidates (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.h118 GArray *pending_remote_ice_candidates; member
Dgstwebrtcbin.c4659 g_array_append_val (webrtc->priv->pending_remote_ice_candidates, new); in _add_ice_candidate()
5863 for (i = 0; i < webrtc->priv->pending_remote_ice_candidates->len; i++) { in _set_description_task()
5865 &g_array_index (webrtc->priv->pending_remote_ice_candidates, in _set_description_task()
5870 g_array_set_size (webrtc->priv->pending_remote_ice_candidates, 0); in _set_description_task()
6014 g_array_append_val (webrtc->priv->pending_remote_ice_candidates, new); in _add_ice_candidate_task()
7417 if (webrtc->priv->pending_remote_ice_candidates) in gst_webrtc_bin_finalize()
7418 g_array_free (webrtc->priv->pending_remote_ice_candidates, TRUE); in gst_webrtc_bin_finalize()
7419 webrtc->priv->pending_remote_ice_candidates = NULL; in gst_webrtc_bin_finalize()
7971 webrtc->priv->pending_remote_ice_candidates = in gst_webrtc_bin_init()
7973 g_array_set_clear_func (webrtc->priv->pending_remote_ice_candidates, in gst_webrtc_bin_init()