registry: remove outdated bits of warning message
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 4 Jul 2012 17:32:47 +0000 (18:32 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 4 Jul 2012 17:32:47 +0000 (18:32 +0100)
I think we can be reasonable sure people are using an up-to-date
gst-uninstalled script now.

gst/gstregistry.c

index 109dbbd..b6661e1 100644 (file)
@@ -1121,11 +1121,9 @@ gst_registry_scan_plugin_file (GstRegistryScanContext * context,
             filename, file_size, file_mtime)) {
       g_warning ("External plugin loader failed. This most likely means that "
           "the plugin loader helper binary was not found or could not be run. "
-          "%s",
-          (g_getenv ("GST_PLUGIN_PATH") || g_getenv ("GST_PLUGIN_PATH_1_0")) ?
-          "If you are running an uninstalled GStreamer setup, you might need "
-          "to update your gst-uninstalled script so that the "
-          "GST_PLUGIN_SCANNER environment variable gets set." : "");
+          "You might need to set the GST_PLUGIN_SCANNER environment variable "
+          "if your setup is unusual. This should normally not be required "
+          "though.");
       context->helper_state = REGISTRY_SCAN_HELPER_DISABLED;
     }
   }