summaryrefslogtreecommitdiffstats
path: root/win32/common/gstudp-enumtypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/common/gstudp-enumtypes.c')
-rw-r--r--win32/common/gstudp-enumtypes.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/win32/common/gstudp-enumtypes.c b/win32/common/gstudp-enumtypes.c
new file mode 100644
index 00000000..46f19db8
--- /dev/null
+++ b/win32/common/gstudp-enumtypes.c
@@ -0,0 +1,25 @@
+
+/* Generated data (by glib-mkenums) */
+
+#include <gstudp.h>
+
+/* enumerations from "gstudp.h" */
+GType
+gst_udp_control_get_type (void)
+{
+ static GType etype = 0;
+
+ if (etype == 0) {
+ static const GEnumValue values[] = {
+ {CONTROL_ZERO, "CONTROL_ZERO", "zero"},
+ {CONTROL_NONE, "CONTROL_NONE", "none"},
+ {CONTROL_UDP, "CONTROL_UDP", "udp"},
+ {CONTROL_TCP, "CONTROL_TCP", "tcp"},
+ {0, NULL, NULL}
+ };
+ etype = g_enum_register_static ("GstUDPControl", values);
+ }
+ return etype;
+}
+
+/* Generated data ends here */