Module: Gst::DebugColorMode

Defined in:
(unknown)

Constant Summary collapse

OFF =

Do not use colors in logs.

0 or :off
ON =

Paint logs in a platform-specific way.

1 or :on
UNIX =

Paint logs with UNIX terminal color codes no matter what platform GStreamer is running on.

2 or :unix