Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c287 GTlsCertificateFlags errors, GstRTSPConnection * rtspconn) in tls_accept_certificate() argument
292 if (rtspconn->tls_database) { in tls_accept_certificate()
303 g_tls_database_verify_chain (rtspconn->tls_database, peer_cert, in tls_accept_certificate()
311 validation_flags = gst_rtsp_connection_get_tls_validation_flags (rtspconn); in tls_accept_certificate()
320 if (!accept && rtspconn->accept_certificate_func) { in tls_accept_certificate()
322 rtspconn->accept_certificate_func (conn, peer_cert, errors, in tls_accept_certificate()
323 rtspconn->accept_certificate_user_data); in tls_accept_certificate()
343 GstRTSPConnection * rtspconn) in socket_client_event() argument
349 (GCallback) tls_accept_certificate, rtspconn); in socket_client_event()
351 g_tls_connection_set_interaction (connection, rtspconn->tls_interaction); in socket_client_event()