gstinfo: Add new maximum level debugging
authorEdward Hervey <bilboed@bilboed.com>
Fri, 19 Dec 2014 10:35:24 +0000 (11:35 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 19 Dec 2014 10:35:24 +0000 (11:35 +0100)
commitd92e18b722122d794a30e250cddf86cac814f748
tree54c8d1daa752842e6ed21b6968f788af94649fc1
parent896b3bfeedca74d2e6035e898745c1d5cdd625b0
gstinfo: Add new maximum level debugging

API: GST_LEVEL_MAX

By compiling gstreamer (or plugins) with GST_LEVEL_MAX defined, only
the debugging statements at or below that level will be compiled in.

This allows compiling in some debugging (like errors and warnings) which
helps in debugging, but without the full cpu/memory overhead of all debugging
enabled.
gst/gstinfo.h