Home
last modified time | relevance | path

Searched refs:pending_data_channels (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.h105 GPtrArray *pending_data_channels; member
Dgstwebrtcbin.c2311 found = g_ptr_array_remove (webrtc->priv->pending_data_channels, channel); in _on_data_channel_ready_state()
2329 found = g_ptr_array_remove (webrtc->priv->pending_data_channels, channel) in _on_data_channel_ready_state()
2365 g_ptr_array_add (webrtc->priv->pending_data_channels, channel); in _on_sctpdec_pad_added()
7413 if (webrtc->priv->pending_data_channels) in gst_webrtc_bin_finalize()
7414 g_ptr_array_free (webrtc->priv->pending_data_channels, TRUE); in gst_webrtc_bin_finalize()
7415 webrtc->priv->pending_data_channels = NULL; in gst_webrtc_bin_finalize()
7966 webrtc->priv->pending_data_channels = in gst_webrtc_bin_init()