From c9f2ed4f20dba38da59e147d528bd835cfc42a75 Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Fri, 2 Mar 2001 16:50:46 +0000 Subject: [PATCH] Add advice to run gstreamer-register when warning that registry needs rebuild. Original commit message from CVS: Add advice to run gstreamer-register when warning that registry needs rebuild. --- gst/gstplugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstplugin.c b/gst/gstplugin.c index a16479dcc7..bea40e7cb0 100644 --- a/gst/gstplugin.c +++ b/gst/gstplugin.c @@ -89,7 +89,7 @@ _gst_plugin_initialize (void) if (!doc || strcmp (doc->xmlRootNode->name, "GST-PluginRegistry") || !plugin_times_older_than(get_time(GST_CONFIG_DIR"/reg.xml"))) { if (_gst_warn_old_registry) - g_warning ("gstplugin: registry needs rebuild\n"); + g_warning ("gstplugin: registry needs rebuild: run gstreamer-register\n"); gst_plugin_load_all (); return; }