diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 1277bea8e9..1921fe4574 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -2031,6 +2031,8 @@ main (int argc, char *argv[]) #ifdef G_OS_UNIX if (isatty (STDOUT_FILENO)) { redirect_stdout (); + } else { + colored_output = FALSE; } #endif