Searched refs:__log_functions (Results 1 – 1 of 1) sorted by relevance
319 static GSList *__log_functions = NULL; variable570 handler = __log_functions; in gst_debug_log_valist()620 handler = __log_functions; in gst_debug_log_literal()1486 list = g_slist_copy (__log_functions); in gst_debug_add_log_function()1487 __log_functions = g_slist_prepend (list, entry); in gst_debug_add_log_function()1519 new = __log_functions; in gst_debug_remove_with_compare_func()1522 if (new == __log_functions) { in gst_debug_remove_with_compare_func()1533 __log_functions = new; in gst_debug_remove_with_compare_func()2285 while (__log_functions) { in _priv_gst_debug_cleanup()2286 LogFuncEntry *log_func_entry = __log_functions->data; in _priv_gst_debug_cleanup()[all …]