mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
debug: Make PADS debug background blue
Red on red was... suboptimal! https://bugzilla.gnome.org/show_bug.cgi?id=795330
This commit is contained in:
parent
8a7b52c53a
commit
588e054e6d
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue