Searched refs:system_plugindir (Results 1 – 1 of 1) sorted by relevance
1736 char *home_plugins, *relocated_libgstreamer, *system_plugindir; in scan_and_update_registry() local1755 system_plugindir = g_build_filename (relocated_libgstreamer, in scan_and_update_registry()1758 system_plugindir = g_strdup (PLUGINDIR); in scan_and_update_registry()1761 GST_DEBUG ("using plugin dir %s", system_plugindir); in scan_and_update_registry()1762 changed |= gst_registry_scan_path_internal (&context, system_plugindir); in scan_and_update_registry()1764 g_clear_pointer (&system_plugindir, g_free); in scan_and_update_registry()