/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/ |
D | webrtcbidirectional.c | 146 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() argument 149 g_signal_emit_by_name (other, "add-ice-candidate", mlineindex, candidate); in _on_ice_candidate()
|
D | webrtc.c | 139 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() argument 142 g_signal_emit_by_name (other, "add-ice-candidate", mlineindex, candidate); in _on_ice_candidate()
|
D | webrtctransceiver.c | 139 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() argument 142 g_signal_emit_by_name (other, "add-ice-candidate", mlineindex, candidate); in _on_ice_candidate()
|
D | webrtcswap.c | 159 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() argument 162 g_signal_emit_by_name (other, "add-ice-candidate", mlineindex, candidate); in _on_ice_candidate()
|
D | webrtcrenego.c | 193 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() argument 196 g_signal_emit_by_name (other, "add-ice-candidate", mlineindex, candidate); in _on_ice_candidate()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.c | 628 _find_transceiver_for_mline (GstWebRTCBin * webrtc, guint mlineindex) in _find_transceiver_for_mline() argument 632 trans = _find_transceiver (webrtc, &mlineindex, in _find_transceiver_for_mline() 637 mlineindex); in _find_transceiver_for_mline() 4631 guint mlineindex; member 4647 stream = _find_ice_stream_for_session (webrtc, item->mlineindex); in _add_ice_candidate() 4651 item->mlineindex); in _add_ice_candidate() 4654 new.mlineindex = item->mlineindex; in _add_ice_candidate() 4656 GST_INFO_OBJECT (webrtc, "Unknown mline %u, deferring", item->mlineindex); in _add_ice_candidate() 4666 item->mlineindex, item->candidate); in _add_ice_candidate() 4672 _add_ice_candidates_from_sdp (GstWebRTCBin * webrtc, gint mlineindex, in _add_ice_candidates_from_sdp() argument [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 87 guint mlineindex, 397 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() argument 406 t->on_ice_candidate (t, webrtc, mlineindex, candidate, other, in _on_ice_candidate() 409 g_signal_emit_by_name (other, "add-ice-candidate", mlineindex, candidate); in _on_ice_candidate() 441 guint mlineindex, gchar * candidate, GstElement * other, gpointer user_data) in _ice_candidate_not_reached() argument 1054 guint mlineindex, gchar * candidate, GstElement * other, gpointer user_data) in _check_ice_port_restriction() argument
|