aboutsummaryrefslogtreecommitdiff
path: root/win32/common/gstenumtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/common/gstenumtypes.h')
-rw-r--r--win32/common/gstenumtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/common/gstenumtypes.h b/win32/common/gstenumtypes.h
index d015fa0..b10187f 100644
--- a/win32/common/gstenumtypes.h
+++ b/win32/common/gstenumtypes.h
@@ -93,6 +93,8 @@ GType gst_debug_level_get_type (void);
#define GST_TYPE_DEBUG_LEVEL (gst_debug_level_get_type())
GType gst_debug_color_flags_get_type (void);
#define GST_TYPE_DEBUG_COLOR_FLAGS (gst_debug_color_flags_get_type())
+GType gst_debug_color_mode_get_type (void);
+#define GST_TYPE_DEBUG_COLOR_MODE (gst_debug_color_mode_get_type())
/* enumerations from "gstiterator.h" */
GType gst_iterator_result_get_type (void);