Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c212 GDestroyNotify accept_certificate_destroy_notify; member
801 if (conn->accept_certificate_destroy_notify) in gst_rtsp_connection_set_accept_certificate_func()
803 accept_certificate_destroy_notify (conn->accept_certificate_user_data); in gst_rtsp_connection_set_accept_certificate_func()
806 conn->accept_certificate_destroy_notify = destroy_notify; in gst_rtsp_connection_set_accept_certificate_func()
2939 if (conn->accept_certificate_destroy_notify) in gst_rtsp_connection_free()
2941 accept_certificate_destroy_notify (conn->accept_certificate_user_data); in gst_rtsp_connection_free()