From: Edward Hervey Date: Mon, 30 Aug 2010 14:02:55 +0000 (+0200) Subject: info: Re-instate the default for color usage X-Git-Tag: RELEASE-0.10.31~161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0b8fb9b31439d0a4591bb7d347a1f580e369d0c;p=platform%2Fupstream%2Fgstreamer.git info: Re-instate the default for color usage This was accidently removed in 7a722091b6d1b5d7f9404fdef4c695a29a65a989 --- diff --git a/gst/gstinfo.c b/gst/gstinfo.c index 26848d4..e2756f0 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;