Home
last modified time | relevance | path

Searched refs:GST_WEBRTC_DATA_CHANNEL_STATE_OPEN (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Dwebrtc_fwd.h368 GST_WEBRTC_DATA_CHANNEL_STATE_OPEN, enumerator
Ddatachannel.c390 if (channel->ready_state != GST_WEBRTC_DATA_CHANNEL_STATE_OPEN) { in gst_webrtc_data_channel_on_open()
391 channel->ready_state = GST_WEBRTC_DATA_CHANNEL_STATE_OPEN; in gst_webrtc_data_channel_on_open()
Dwebrtc-enumtypes.c289 { C_ENUM(GST_WEBRTC_DATA_CHANNEL_STATE_OPEN), "GST_WEBRTC_DATA_CHANNEL_STATE_OPEN", "open" }, in gst_webrtc_data_channel_state_get_type()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c1874 fail_unless_equals_int (GST_WEBRTC_DATA_CHANNEL_STATE_OPEN, state); in on_message_string()
1891 fail_unless_equals_int (GST_WEBRTC_DATA_CHANNEL_STATE_OPEN, state); in have_data_channel_transfer_string()
1953 fail_unless_equals_int (GST_WEBRTC_DATA_CHANNEL_STATE_OPEN, state); in on_message_data()
1971 fail_unless_equals_int (GST_WEBRTC_DATA_CHANNEL_STATE_OPEN, state); in have_data_channel_transfer_data()
2102 return ready_state == GST_WEBRTC_DATA_CHANNEL_STATE_OPEN; in is_data_channel_open()
2380 if (ready_state == GST_WEBRTC_DATA_CHANNEL_STATE_OPEN) { in _on_ready_state_notify()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcdatachannel.c343 } else if (channel->parent.ready_state == GST_WEBRTC_DATA_CHANNEL_STATE_OPEN) { in _close_procedure()
Dgstwebrtcbin.c2307 if (ready_state == GST_WEBRTC_DATA_CHANNEL_STATE_OPEN) { in _on_data_channel_ready_state()