Searched refs:GstWebRTCICE (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcice.h | 35 …GST_WEBRTC_ICE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_WEBRTC_ICE,GstWebRTCICE)) 64 GstWebRTCICE * gst_webrtc_ice_new (const gchar * name); 65 GstWebRTCICEStream * gst_webrtc_ice_add_stream (GstWebRTCICE * ice, 67 GstWebRTCICETransport * gst_webrtc_ice_find_transport (GstWebRTCICE * ice, 71 gboolean gst_webrtc_ice_gather_candidates (GstWebRTCICE * ice, 74 void gst_webrtc_ice_add_candidate (GstWebRTCICE * ice, 77 gboolean gst_webrtc_ice_set_local_credentials (GstWebRTCICE * ice, 81 gboolean gst_webrtc_ice_set_remote_credentials (GstWebRTCICE * ice, 85 gboolean gst_webrtc_ice_add_turn_server (GstWebRTCICE * ice, 88 void gst_webrtc_ice_set_is_controller (GstWebRTCICE * ice, [all …]
|
D | gstwebrtcice.c | 35 static GstUri *_validate_turn_server (GstWebRTCICE * ice, const gchar * s); 83 G_DEFINE_TYPE_WITH_CODE (GstWebRTCICE, gst_webrtc_ice, 84 GST_TYPE_OBJECT, G_ADD_PRIVATE (GstWebRTCICE) 96 _gst_nice_thread (GstWebRTCICE * ice) in _gst_nice_thread() 120 _start_thread (GstWebRTCICE * ice) in _start_thread() 132 _stop_thread (GstWebRTCICE * ice) in _stop_thread() 155 _nice_stream_item_foreach (GstWebRTCICE * ice, NiceStreamItemForeachFunc func, in _nice_stream_item_foreach() 194 _nice_stream_item_find (GstWebRTCICE * ice, NiceStreamItemFindFunc func, in _nice_stream_item_find() 224 _find_item (GstWebRTCICE * ice, guint session_id, guint nice_stream_id, in _find_item() 237 _create_nice_stream_item (GstWebRTCICE * ice, guint session_id) in _create_nice_stream_item() [all …]
|
D | icestream.h | 43 GstWebRTCICE *ice; 55 GstWebRTCICEStream * gst_webrtc_ice_stream_new (GstWebRTCICE * ice,
|
D | fwd.h | 32 typedef struct _GstWebRTCICE GstWebRTCICE; typedef
|
D | gstwebrtcbin.h | 115 GstWebRTCICE *ice;
|
D | icestream.c | 256 gst_webrtc_ice_stream_new (GstWebRTCICE * ice, guint stream_id) in gst_webrtc_ice_stream_new()
|
D | gstwebrtcbin.c | 6111 _on_local_ice_candidate_cb (GstWebRTCICE * ice, guint session_id, in _on_local_ice_candidate_cb()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 24363 doc: Fix spelling of GstWebRTCICE
|