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.
This commit is contained in:
Richard Boulton 2001-03-02 16:50:46 +00:00
parent ad877941f5
commit c9f2ed4f20

View 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;
}