mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ _gst_plugin_initialize (void)
|
||||||
if (!doc || strcmp (doc->xmlRootNode->name, "GST-PluginRegistry") ||
|
if (!doc || strcmp (doc->xmlRootNode->name, "GST-PluginRegistry") ||
|
||||||
!plugin_times_older_than(get_time(GST_CONFIG_DIR"/reg.xml"))) {
|
!plugin_times_older_than(get_time(GST_CONFIG_DIR"/reg.xml"))) {
|
||||||
if (_gst_warn_old_registry)
|
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 ();
|
gst_plugin_load_all ();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue