Add advice to run gstreamer-register when warning that registry needs rebuild.
authorRichard Boulton <richard@tartarus.org>
Fri, 2 Mar 2001 16:50:46 +0000 (16:50 +0000)
committerRichard Boulton <richard@tartarus.org>
Fri, 2 Mar 2001 16:50:46 +0000 (16:50 +0000)
Original commit message from CVS:
Add advice to run gstreamer-register when warning that registry needs
rebuild.

gst/gstplugin.c

index a16479d..bea40e7 100644 (file)
@@ -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;
   }