mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
gst-inspect: Don't page if output fits the screen
This commit is contained in:
parent
4fbd3baf1e
commit
8abe052590
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue