info: Re-instate the default for color usage
authorEdward Hervey <bilboed@bilboed.com>
Mon, 30 Aug 2010 14:02:55 +0000 (16:02 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 30 Aug 2010 14:03:38 +0000 (16:03 +0200)
This was accidently removed in 7a722091b6d1b5d7f9404fdef4c695a29a65a989

gst/gstinfo.c

index 26848d4..e2756f0 100644 (file)
@@ -264,7 +264,7 @@ static GSList *__log_functions = NULL;
 static gboolean pretty_tags = PRETTY_TAGS_DEFAULT;
 
 static volatile gint G_GNUC_MAY_ALIAS __default_level = GST_LEVEL_DEFAULT;
-static volatile gint G_GNUC_MAY_ALIAS __use_color;
+static volatile gint G_GNUC_MAY_ALIAS __use_color = 1;
 
 static FILE *log_file;