From b0b8fb9b31439d0a4591bb7d347a1f580e369d0c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 30 Aug 2010 16:02:55 +0200 Subject: info: Re-instate the default for color usage This was accidently removed in 7a722091b6d1b5d7f9404fdef4c695a29a65a989 --- gst/gstinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstinfo.c b/gst/gstinfo.c index 26848d464f..e2756f0752 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -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; -- cgit v1.2.3