summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-08-30 16:02:55 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-08-30 16:03:38 +0200
commitb0b8fb9b31439d0a4591bb7d347a1f580e369d0c (patch)
tree06958243372d05b895c5eeb324506ef8a63b4ffc
parent8c2481dd57b8245f9596950f238c84610da7c6d1 (diff)
info: Re-instate the default for color usage
This was accidently removed in 7a722091b6d1b5d7f9404fdef4c695a29a65a989
-rw-r--r--gst/gstinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstinfo.c b/gst/gstinfo.c
index 26848d464..e2756f075 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;