Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c2191 static GHashTable *__gst_function_pointers; /* NULL */ variable
2208 if (G_LIKELY (__gst_function_pointers)) { in _gst_debug_nameof_funcptr()
2209 ptrname = g_hash_table_lookup (__gst_function_pointers, (gpointer) func); in _gst_debug_nameof_funcptr()
2244 if (!__gst_function_pointers) in _gst_debug_register_funcptr()
2245 __gst_function_pointers = g_hash_table_new (g_direct_hash, g_direct_equal); in _gst_debug_register_funcptr()
2246 if (!g_hash_table_lookup (__gst_function_pointers, ptr)) { in _gst_debug_register_funcptr()
2247 g_hash_table_insert (__gst_function_pointers, ptr, (gpointer) ptrname); in _gst_debug_register_funcptr()
2258 if (__gst_function_pointers) { in _priv_gst_debug_cleanup()
2259 g_hash_table_unref (__gst_function_pointers); in _priv_gst_debug_cleanup()
2260 __gst_function_pointers = NULL; in _priv_gst_debug_cleanup()