Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.h80 GstWebRTCSessionDescription *pending_local_description; member
Dgstwebrtcbin.c5592 if (webrtc->pending_local_description) in _set_description_task()
5594 (webrtc->pending_local_description); in _set_description_task()
5595 webrtc->pending_local_description = in _set_description_task()
5631 webrtc->current_local_description = webrtc->pending_local_description; in _set_description_task()
5632 webrtc->pending_local_description = NULL; in _set_description_task()
5635 if (webrtc->pending_local_description) in _set_description_task()
5636 gst_webrtc_session_description_free (webrtc->pending_local_description); in _set_description_task()
5637 webrtc->pending_local_description = NULL; in _set_description_task()
5650 if (webrtc->pending_local_description) in _set_description_task()
5652 (webrtc->pending_local_description); in _set_description_task()
[all …]