Home
last modified time | relevance | path

Searched refs:GstWebRTCBinFunc (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.h149 typedef GstStructure *(*GstWebRTCBinFunc) (GstWebRTCBin * webrtc, gpointer data); typedef
154 GstWebRTCBinFunc op;
161 GstWebRTCBinFunc func,
Dwebrtcsctptransport.c96 (GstWebRTCBinFunc) _execute_task, task, (GDestroyNotify) _free_task, in _sctp_enqueue_task()
Dgstwebrtcbin.c973 gst_webrtc_bin_enqueue_task (GstWebRTCBin * webrtc, GstWebRTCBinFunc func, in gst_webrtc_bin_enqueue_task()
2477 (GstWebRTCBinFunc) _sctp_check_dtls_state_task, NULL, NULL, NULL); in _on_sctp_notify_dtls_state()
2567 (GstWebRTCBinFunc) _sctp_check_dtls_state_task, NULL, NULL, NULL); in _get_or_create_data_channel_transports()
4307 if (!gst_webrtc_bin_enqueue_task (webrtc, (GstWebRTCBinFunc) _create_sdp_task, in gst_webrtc_bin_create_offer()
4331 if (!gst_webrtc_bin_enqueue_task (webrtc, (GstWebRTCBinFunc) _create_sdp_task, in gst_webrtc_bin_create_answer()
5945 (GstWebRTCBinFunc) _set_description_task, sd, in gst_webrtc_bin_set_remote_description()
5983 (GstWebRTCBinFunc) _set_description_task, sd, in gst_webrtc_bin_set_local_description()
6045 (GstWebRTCBinFunc) _add_ice_candidate_task, item, in gst_webrtc_bin_add_ice_candidate()
6132 (GstWebRTCBinFunc) _on_local_ice_candidate_task, NULL, NULL, NULL); in _on_local_ice_candidate_cb()
6178 if (!gst_webrtc_bin_enqueue_task (webrtc, (GstWebRTCBinFunc) _get_stats_task, in gst_webrtc_bin_get_stats()
Dwebrtcdatachannel.c255 (GstWebRTCBinFunc) _execute_task, task, (GDestroyNotify) _free_task, in _channel_enqueue_task()
/third_party/gstreamer/gstplugins_bad/
DChangeLog10221 GstWebRTCBinFunc expects a GstStructure* return type.