Searched refs:GstWebRTCICEStream (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | icestream.c | 53 G_DEFINE_TYPE_WITH_CODE (GstWebRTCICEStream, gst_webrtc_ice_stream, 54 GST_TYPE_OBJECT, G_ADD_PRIVATE (GstWebRTCICEStream) 62 GstWebRTCICEStream *stream = GST_WEBRTC_ICE_STREAM (object); in gst_webrtc_ice_stream_set_property() 82 GstWebRTCICEStream *stream = GST_WEBRTC_ICE_STREAM (object); in gst_webrtc_ice_stream_get_property() 100 GstWebRTCICEStream *stream = GST_WEBRTC_ICE_STREAM (object); in gst_webrtc_ice_stream_finalize() 110 GstWebRTCICEStream * ice) in _on_candidate_gathering_done() 130 gst_webrtc_ice_stream_find_transport (GstWebRTCICEStream * stream, in gst_webrtc_ice_stream_find_transport() 158 GstWebRTCICEStream *stream = GST_WEBRTC_ICE_STREAM (object); in gst_webrtc_ice_stream_constructed() 171 gst_webrtc_ice_stream_gather_candidates (GstWebRTCICEStream * stream) in gst_webrtc_ice_stream_gather_candidates() 250 gst_webrtc_ice_stream_init (GstWebRTCICEStream * ice) in gst_webrtc_ice_stream_init() [all …]
|
D | gstwebrtcice.h | 65 GstWebRTCICEStream * gst_webrtc_ice_add_stream (GstWebRTCICE * ice, 68 GstWebRTCICEStream * stream, 72 GstWebRTCICEStream * stream); 75 GstWebRTCICEStream * stream, 78 GstWebRTCICEStream * stream, 82 GstWebRTCICEStream * stream, 108 GstWebRTCICEStream * stream,
|
D | icestream.h | 33 …M(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_WEBRTC_ICE_STREAM,GstWebRTCICEStream)) 55 GstWebRTCICEStream * gst_webrtc_ice_stream_new (GstWebRTCICE * ice, 57 GstWebRTCICETransport * gst_webrtc_ice_stream_find_transport (GstWebRTCICEStream * strea… 59 gboolean gst_webrtc_ice_stream_gather_candidates (GstWebRTCICEStream * ice);
|
D | nicetransport.h | 45 GstWebRTCICEStream *stream; 55 GstWebRTCNiceTransport * gst_webrtc_nice_transport_new (GstWebRTCICEStream * stream,
|
D | utils.h | 39 GstWebRTCICEStream * _find_ice_stream_for_session (GstWebRTCBin * webrtc, 43 GstWebRTCICEStream * stream);
|
D | gstwebrtcice.c | 147 GstWebRTCICEStream *stream; 225 GstWebRTCICEStream * stream) in _find_item() 416 GstWebRTCICEStream * 493 gst_webrtc_ice_find_transport (GstWebRTCICE * ice, GstWebRTCICEStream * stream, in gst_webrtc_ice_find_transport() 620 gst_webrtc_ice_add_candidate (GstWebRTCICE * ice, GstWebRTCICEStream * stream, in gst_webrtc_ice_add_candidate() 711 GstWebRTCICEStream * stream, gchar * ufrag, gchar * pwd) in gst_webrtc_ice_set_remote_credentials() 770 GstWebRTCICEStream * stream, gchar * ufrag, gchar * pwd) in gst_webrtc_ice_set_local_credentials() 790 GstWebRTCICEStream * stream) in gst_webrtc_ice_gather_candidates() 840 gst_webrtc_ice_set_tos (GstWebRTCICE * ice, GstWebRTCICEStream * stream, in gst_webrtc_ice_set_tos()
|
D | fwd.h | 36 typedef struct _GstWebRTCICEStream GstWebRTCICEStream; typedef
|
D | transportstream.h | 60 GstWebRTCICEStream *stream;
|
D | nicetransport.c | 350 gst_webrtc_nice_transport_new (GstWebRTCICEStream * stream, in gst_webrtc_nice_transport_new()
|
D | gstwebrtcbin.c | 556 GstWebRTCICEStream *stream; 560 GstWebRTCICEStream * 583 GstWebRTCICEStream * stream) in _add_ice_stream_item() 2052 GstWebRTCICEStream *stream = _find_ice_stream_for_session (webrtc, in _nicesink_pad_probe() 4645 GstWebRTCICEStream *stream; in _add_ice_candidate() 4676 GstWebRTCICEStream *stream = NULL; in _add_ice_candidates_from_sdp()
|