debug: Make PADS debug background blue
authorThibault Saunier <tsaunier@igalia.com>
Tue, 17 Apr 2018 12:33:02 +0000 (09:33 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Tue, 17 Apr 2018 16:36:26 +0000 (13:36 -0300)
Red on red was... suboptimal!

https://bugzilla.gnome.org/show_bug.cgi?id=795330

gst/gstinfo.c

index 2f6a630..2dcf04d 100644 (file)
@@ -406,7 +406,7 @@ _priv_gst_debug_init (void)
   GST_CAT_ELEMENT_PADS = _gst_debug_category_new ("GST_ELEMENT_PADS",
       GST_DEBUG_BOLD | GST_DEBUG_FG_WHITE | GST_DEBUG_BG_RED, NULL);
   GST_CAT_PADS = _gst_debug_category_new ("GST_PADS",
-      GST_DEBUG_BOLD | GST_DEBUG_FG_RED | GST_DEBUG_BG_RED, NULL);
+      GST_DEBUG_BOLD | GST_DEBUG_FG_RED | GST_DEBUG_BG_BLUE, NULL);
   GST_CAT_PERFORMANCE = _gst_debug_category_new ("GST_PERFORMANCE",
       GST_DEBUG_BOLD | GST_DEBUG_FG_WHITE | GST_DEBUG_BG_RED, NULL);
   GST_CAT_PIPELINE = _gst_debug_category_new ("GST_PIPELINE",