Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/
Dwebrtcbidirectional.c146 _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()
Dwebrtc.c139 _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()
Dwebrtctransceiver.c139 _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()
Dwebrtcswap.c159 _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()
Dwebrtcrenego.c193 _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/
Dgstwebrtcbin.c628 _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/
Dwebrtcbin.c87 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