Home
last modified time | relevance | path

Searched refs:GST_WEBRTC_DATA_CHANNEL_LOCK (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcdatachannel.c262 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in _channel_store_error()
286 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in _transport_closed()
335 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in _close_procedure()
348 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in _close_procedure()
367 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in _on_sctp_stream_reset()
476 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in _parse_control_packet()
704 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in webrtc_data_channel_start_negotiation()
788 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in webrtc_data_channel_send_data()
851 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in webrtc_data_channel_send_string()
884 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in _on_sctp_notify_state()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Ddatachannel.c85 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in gst_webrtc_data_channel_set_property()
129 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in gst_webrtc_data_channel_get_property()
383 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in gst_webrtc_data_channel_on_open()
419 GST_WEBRTC_DATA_CHANNEL_LOCK (channel); in gst_webrtc_data_channel_on_close()
Dwebrtc-priv.h228 #define GST_WEBRTC_DATA_CHANNEL_LOCK(channel) g_mutex_lock(&((GstWebRTCDataChannel *)(channel))->lo… macro