Home
last modified time | relevance | path

Searched refs:GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Dwebrtc_fwd.h369 GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING, enumerator
Dwebrtc-enumtypes.c290 …{ C_ENUM(GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING), "GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING", "closing… in gst_webrtc_data_channel_state_get_type()
Ddatachannel.c384 if (channel->ready_state == GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING || in gst_webrtc_data_channel_on_open()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcdatachannel.c340 GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING) { in _close_procedure()
344 channel->parent.ready_state = GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING; in _close_procedure()
927 if (channel->parent.ready_state == GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING in on_appsrc_data()