+2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * tools/gst-register.c: do not spill paths when registries are not
+ writable, until we fix the "user running gst-register" case.
+
2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
* *.c, *.h: commit of gst-indent run on core
* FIXME: we should check if the paths that were loaded from this
registry get removed from the path_list so we only try to
spill paths that could not be registered */
- path_spill = g_list_concat (path_spill,
- gst_registry_get_path_list (registry));
+ /* Until that is done, don't spill paths when registry is not writable
+ (e.g. case of user running gst-register and sysreg not writable) */
+ /*
+ path_spill = g_list_concat (path_spill,
+ gst_registry_get_path_list (registry));
+ */
}
dir_list = gst_registry_get_path_list (registry);