hotdoc: Let the the registry inspect in forks
authorThibault Saunier <tsaunier@igalia.com>
Thu, 16 May 2019 01:15:35 +0000 (21:15 -0400)
committerThibault Saunier <tsaunier@gnome.org>
Thu, 16 May 2019 18:22:20 +0000 (18:22 +0000)
So that the whole process doesn't segfault if something bad happens while inspecting

docs/gst-hotdoc-plugins-scanner.c

index e892628..97b9690 100644 (file)
@@ -703,7 +703,6 @@ main (int argc, char *argv[])
   textdomain (GETTEXT_PACKAGE);
 #endif
 
-  g_setenv ("GST_REGISTRY_FORK", "no", TRUE);
   gst_init (NULL, NULL);
 
   json = g_string_new ("{");