gst-inspect: Don't page if output fits the screen
authorZeeshan Ali <zeenix@collabora.co.uk>
Tue, 30 Oct 2018 14:30:38 +0000 (15:30 +0100)
committerZeeshan Ali <zeenix@collabora.co.uk>
Tue, 30 Oct 2018 14:30:38 +0000 (15:30 +0100)
tools/gst-inspect.c

index 154d0a0..e3e3c38 100644 (file)
@@ -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 <gst/gst_private.h>    /* for internal Factories */