Searched refs:connection_state (Results 1 – 2 of 2) sorted by relevance
91 GstDtlsConnectionState connection_state; member316 g_value_set_enum (value, priv->connection_state); in gst_dtls_connection_get_property()355 priv->connection_state = GST_DTLS_CONNECTION_STATE_CONNECTING; in gst_dtls_connection_start()359 if (priv->connection_state != GST_DTLS_CONNECTION_STATE_NEW) { in gst_dtls_connection_start()360 priv->connection_state = GST_DTLS_CONNECTION_STATE_NEW; in gst_dtls_connection_start()522 if (self->priv->connection_state != GST_DTLS_CONNECTION_STATE_FAILED in gst_dtls_connection_stop()523 && self->priv->connection_state != GST_DTLS_CONNECTION_STATE_CLOSED) { in gst_dtls_connection_stop()524 self->priv->connection_state = GST_DTLS_CONNECTION_STATE_CLOSED; in gst_dtls_connection_stop()562 if (self->priv->connection_state != GST_DTLS_CONNECTION_STATE_FAILED in gst_dtls_connection_close()563 && self->priv->connection_state != GST_DTLS_CONNECTION_STATE_CLOSED) { in gst_dtls_connection_close()[all …]
117 , void *connection_state167 , void *connection_state