mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
added empty string for category 31, lest the coloration break
Original commit message from CVS: added empty string for category 31, lest the coloration break
This commit is contained in:
parent
e5b6d0c8aa
commit
de48822104
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ const gchar *_gst_category_colors[32] = {
|
|||
[GST_CAT_PARAMS] = "00;30;43", // !!
|
||||
|
||||
[GST_CAT_CALL_TRACE] = "",
|
||||
[31] = "",
|
||||
};
|
||||
|
||||
/* colorization hash - DEPRACATED in favor of above */
|
||||
|
|
Loading…
Reference in a new issue