Skip to content

gstinfo: Optimize color escape code creation

Edward Hervey requested to merge bilboed/gstreamer:debug_color_optim into main

When coloring is in use, those escape codes are going to be created many times for almost all debug lines.

Don't create plenty of temporary allocations, and instead build the escape code ourselves statically

Merge request reports