Searched refs:scan_paths (Results 1 – 1 of 1) sorted by relevance
1794 GQueue scan_paths = G_QUEUE_INIT; in gst_plugin_ext_dep_get_stat_hash() local1805 gst_plugin_ext_dep_extract_env_vars_paths (plugin, dep, &scan_paths); in gst_plugin_ext_dep_get_stat_hash()1807 if (g_queue_is_empty (&scan_paths) || !paths_are_default_only) { in gst_plugin_ext_dep_get_stat_hash()1830 if (!g_queue_find_custom (&scan_paths, full_path, (GCompareFunc) strcmp)) { in gst_plugin_ext_dep_get_stat_hash()1832 g_queue_push_tail (&scan_paths, full_path); in gst_plugin_ext_dep_get_stat_hash()1840 while ((path = g_queue_pop_head (&scan_paths))) { in gst_plugin_ext_dep_get_stat_hash()