mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
info: GstDebugColorFlags are flags, not an enum
Annotate as such.
This commit is contained in:
parent
2cc5c539a3
commit
870a387e5d
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ typedef enum {
|
|||
* These are some terminal style flags you can use when creating your
|
||||
* debugging categories to make them stand out in debugging output.
|
||||
*/
|
||||
typedef enum {
|
||||
typedef enum { /*< flags >*/
|
||||
/* colors */
|
||||
GST_DEBUG_FG_BLACK = 0x0000,
|
||||
GST_DEBUG_FG_RED = 0x0001,
|
||||
|
|
Loading…
Reference in a new issue