Searched refs:GstWebRTCBinFunc (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.h | 149 typedef GstStructure *(*GstWebRTCBinFunc) (GstWebRTCBin * webrtc, gpointer data); typedef 154 GstWebRTCBinFunc op; 161 GstWebRTCBinFunc func,
|
D | webrtcsctptransport.c | 96 (GstWebRTCBinFunc) _execute_task, task, (GDestroyNotify) _free_task, in _sctp_enqueue_task()
|
D | gstwebrtcbin.c | 973 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()
|
D | webrtcdatachannel.c | 255 (GstWebRTCBinFunc) _execute_task, task, (GDestroyNotify) _free_task, in _channel_enqueue_task()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 10221 GstWebRTCBinFunc expects a GstStructure* return type.
|