summaryrefslogtreecommitdiff
path: root/gst/gstregistry.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-07-04 18:32:47 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-07-04 18:32:47 +0100
commit36b051f02ec2af1da8f1418e308f7098c4d5e38b (patch)
tree5532424553a05d7c2c239c4c0404c66151338909 /gst/gstregistry.c
parentbcec051a5f4e3157c715cb6fb7c693d1a8bf509a (diff)
registry: remove outdated bits of warning message
I think we can be reasonable sure people are using an up-to-date gst-uninstalled script now.
Diffstat (limited to 'gst/gstregistry.c')
-rw-r--r--gst/gstregistry.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/gst/gstregistry.c b/gst/gstregistry.c
index 109dbbdfaf..b6661e1558 100644
--- a/gst/gstregistry.c
+++ b/gst/gstregistry.c
@@ -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;
}
}