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:
parent
ad877941f5
commit
c9f2ed4f20
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user