| author | Edward Hervey <bilboed@bilboed.com> | 2010-08-30 14:02:55 (GMT) |
|---|---|---|
| committer | Edward Hervey <bilboed@bilboed.com> | 2010-08-30 14:03:38 (GMT) |
| commit | b0b8fb9b31439d0a4591bb7d347a1f580e369d0c (patch) (side-by-side diff) | |
| tree | 06958243372d05b895c5eeb324506ef8a63b4ffc | |
| parent | 8c2481dd57b8245f9596950f238c84610da7c6d1 (diff) | |
| download | gstreamer-b0b8fb9b31439d0a4591bb7d347a1f580e369d0c.zip gstreamer-b0b8fb9b31439d0a4591bb7d347a1f580e369d0c.tar.gz | |
info: Re-instate the default for color usage
This was accidently removed in 7a722091b6d1b5d7f9404fdef4c695a29a65a989
| -rw-r--r-- | gst/gstinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
