Home
last modified time | relevance | path

Searched refs:GstWebRTCICEGatheringState (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Dwebrtc-priv.h167 GstWebRTCICEGatheringState gathering_state;
190GstWebRTCICEGatheringState new_state);
Dwebrtc_fwd.h128 } GstWebRTCICEGatheringState; /*< underscore_name=gst_webrtc_ice_gathering_state >*/ typedef
Dicetransport.c79 GstWebRTCICEGatheringState new_state) in gst_webrtc_ice_transport_gathering_state_change()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcice.h45 GstWebRTCICEGatheringState ice_gathering_state;
Dgstwebrtcbin.h75 GstWebRTCICEGatheringState ice_gathering_state;
Dgstwebrtcbin.c1100 static GstWebRTCICEGatheringState
1104 GstWebRTCICEGatheringState any_state = 0; in _collate_ice_gathering_states()
1105 GstWebRTCICEGatheringState ice_state; in _collate_ice_gathering_states()
1348 GstWebRTCICEGatheringState old_state = webrtc->ice_gathering_state; in _update_ice_gathering_state_task()
1349 GstWebRTCICEGatheringState new_state; in _update_ice_gathering_state_task()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c718 GstWebRTCICEGatheringState ice_state1, ice_state2; in test_webrtc_wait_for_ice_gathering_complete()