From 8abe052590cd09dbafa98b7de3d5947544e73d7d Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Tue, 30 Oct 2018 15:30:38 +0100 Subject: [PATCH] gst-inspect: Don't page if output fits the screen --- tools/gst-inspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 154d0a0552..e3e3c38f91 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -29,7 +29,7 @@ * with newer GLib versions (>= 2.31.0) */ #define GLIB_DISABLE_DEPRECATION_WARNINGS -#define DEFAULT_PAGER "less" +#define DEFAULT_PAGER "less -F" #include "tools.h" #include /* for internal Factories */