Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c305 static GSList *__categories = NULL; variable
1797 g_slist_foreach (__categories, gst_debug_reset_threshold, NULL); in gst_debug_reset_all_thresholds()
1834 g_slist_foreach (__categories, for_each_threshold_by_entry, entry); in gst_debug_set_threshold_for_name()
1902 __categories = g_slist_prepend (__categories, cat); in _gst_debug_category_new()
2039 ret = g_slist_copy (__categories); in gst_debug_get_all_categories()
2051 for (node = __categories; node; node = g_slist_next (node)) { in _gst_debug_get_category_locked()
2266 while (__categories) { in _priv_gst_debug_cleanup()
2267 GstDebugCategory *cat = __categories->data; in _priv_gst_debug_cleanup()
2271 __categories = g_slist_delete_link (__categories, __categories); in _priv_gst_debug_cleanup()
/third_party/gstreamer/gstreamer/
DChangeLog38608 info: Protect __categories list in get_category with lock too