Searched refs:sctp_transport (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcdatachannel.c | 548 g_return_val_if_fail (channel->sctp_transport != NULL, GST_FLOW_ERROR); in _data_channel_have_sample() 695 g_return_if_fail (channel->sctp_transport != NULL); in webrtc_data_channel_start_negotiation() 742 return size <= channel->sctp_transport->max_message_size; in _is_within_max_message_size() 817 g_return_if_fail (channel->sctp_transport != NULL); in webrtc_data_channel_send_string() 868 _on_sctp_notify_state_unlocked (GObject * sctp_transport, in _on_sctp_notify_state_unlocked() argument 873 g_object_get (sctp_transport, "state", &state, NULL); in _on_sctp_notify_state_unlocked() 881 _on_sctp_notify_state (GObject * sctp_transport, GParamSpec * pspec, in _on_sctp_notify_state() argument 885 _on_sctp_notify_state_unlocked (sctp_transport, channel); in _on_sctp_notify_state() 978 if (channel->sctp_transport) in gst_webrtc_data_channel_finalize() 979 g_signal_handlers_disconnect_by_data (channel->sctp_transport, channel); in gst_webrtc_data_channel_finalize() [all …]
|
D | webrtcdatachannel.h | 48 WebRTCSCTPTransport *sctp_transport; member 71 WebRTCSCTPTransport *sctp_transport);
|
D | gstwebrtcbin.c | 2137 if (!webrtc->priv->sctp_transport) in gst_webrtc_bin_update_sctp_priority() 2161 webrtc_sctp_transport_set_priority (webrtc->priv->sctp_transport, in gst_webrtc_bin_update_sctp_priority() 2363 webrtc_data_channel_link_to_sctp (channel, webrtc->priv->sctp_transport); in _on_sctpdec_pad_added() 2398 webrtc_data_channel_link_to_sctp (channel, webrtc->priv->sctp_transport); in _on_sctp_state_notify() 2417 WebRTCSCTPTransport *sctp_transport; in _sctp_check_dtls_state_task() local 2431 sctp_transport = webrtc->priv->sctp_transport; in _sctp_check_dtls_state_task() 2434 if (!gst_element_is_locked_state (sctp_transport->sctpdec)) in _sctp_check_dtls_state_task() 2438 gst_element_set_locked_state (sctp_transport->sctpdec, FALSE); in _sctp_check_dtls_state_task() 2439 gst_element_set_locked_state (sctp_transport->sctpenc, FALSE); in _sctp_check_dtls_state_task() 2441 gst_element_sync_state_with_parent (GST_ELEMENT (sctp_transport->sctpdec)); in _sctp_check_dtls_state_task() [all …]
|
D | gstwebrtcbin.h | 112 WebRTCSCTPTransport *sctp_transport; member
|