gst-inspect: Re-add DEFAULT_LESS_OPTS with initial value
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 24 Jan 2019 18:52:46 +0000 (13:52 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 25 Jan 2019 03:47:23 +0000 (22:47 -0500)
commit35300f8299210205c0f64654d6196b68eb696d78
tree2844fb4c96634bcdfd2f2ff056b05ad839f88a05
parent5688773b91c3ea1094996a573f119230727a0978
gst-inspect: Re-add DEFAULT_LESS_OPTS with initial value

Commit 56b4fbef5e6760adc927d0e1c7c8d6a0db9b785c refactored the pipe code
to use GLib utility, but the patch was hading some other changed. LESS
env was now hardcoded in the middle instead of from a define and was
changed from FXR to -RX. The "-" is not even valid for LESS env, and
with the lost of F, we would still use a pager when the content fits the
terminal.
tools/gst-inspect.c