mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
recommenting out line I had mistakedly uncommented
Original commit message from CVS: recommenting out line I had mistakedly uncommented
This commit is contained in:
parent
c4f7b26289
commit
d36e28ce89
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ _gst_plugin_initialize (void)
|
||||||
if (_gst_warn_old_registry)
|
if (_gst_warn_old_registry)
|
||||||
g_error ("gstplugin: registry needs rebuild: run gstreamer-register\n");
|
g_error ("gstplugin: registry needs rebuild: run gstreamer-register\n");
|
||||||
gst_plugin_load_all ();
|
gst_plugin_load_all ();
|
||||||
gst_plugin_unload_all ();
|
/* gst_plugin_unload_all (); */
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
gst_plugin_load_thyself (doc->xmlRootNode);
|
gst_plugin_load_thyself (doc->xmlRootNode);
|
||||||
|
|
Loading…
Reference in a new issue