don't set INFO categories before running gst_init

Original commit message from CVS:
don't set INFO categories before running gst_init
This commit is contained in:
Thomas Vander Stichele 2002-02-13 16:15:40 +00:00
parent c3558a0543
commit 72276c6522

View file

@ -203,7 +203,7 @@ int main(int argc,char *argv[])
/* Init gst */
_gst_plugin_spew = TRUE;
_gst_warn_old_registry = FALSE;
gst_info_enable_category(GST_CAT_PLUGIN_LOADING);
//gst_info_enable_category(GST_CAT_PLUGIN_LOADING);
gst_init(&argc,&argv);
/* Check args */