don't set INFO categories before running gst_init
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 13 Feb 2002 16:15:40 +0000 (16:15 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 13 Feb 2002 16:15:40 +0000 (16:15 +0000)
Original commit message from CVS:
don't set INFO categories before running gst_init

tools/gst-register.c

index 56bb937..aa5c5ef 100644 (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 */