summaryrefslogtreecommitdiff
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 b10187f0e5..d9eea4a443 100644
--- a/win32/common/gstenumtypes.h
+++ b/win32/common/gstenumtypes.h
@@ -207,6 +207,8 @@ GType gst_toc_scope_get_type (void);
#define GST_TYPE_TOC_SCOPE (gst_toc_scope_get_type())
GType gst_toc_entry_type_get_type (void);
#define GST_TYPE_TOC_ENTRY_TYPE (gst_toc_entry_type_get_type())
+GType gst_toc_loop_type_get_type (void);
+#define GST_TYPE_TOC_LOOP_TYPE (gst_toc_loop_type_get_type())
/* enumerations from "gsttypefind.h" */
GType gst_type_find_probability_get_type (void);