Searched refs:log_state (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 121 static void log_state (GstDtlsConnection *, const gchar * str); 299 log_state (self, "connection created"); in gst_dtls_connection_set_property() 365 log_state (self, "initial state set"); in gst_dtls_connection_start() 374 log_state (self, "first poll done"); in gst_dtls_connection_start() 408 log_state (self, "handling timeout before poll"); in handle_timeout() 410 log_state (self, "handling timeout after poll"); in handle_timeout() 654 log_state (self, "process start"); in gst_dtls_connection_process() 658 log_state (self, "process want write, after poll"); in gst_dtls_connection_process() 711 log_state (self, "process after read"); in gst_dtls_connection_process() 715 log_state (self, "process after poll"); in gst_dtls_connection_process() [all …]
|