mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
info: Re-instate the default for color usage
This was accidently removed in 7a722091b6
This commit is contained in:
parent
8c2481dd57
commit
b0b8fb9b31
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ static GSList *__log_functions = NULL;
|
||||||
static gboolean pretty_tags = PRETTY_TAGS_DEFAULT;
|
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 __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;
|
static FILE *log_file;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue