gst-inspect: Don't page if output fits the screen

This commit is contained in:
Zeeshan Ali 2018-10-30 15:30:38 +01:00
parent 4fbd3baf1e
commit 8abe052590

View 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 */