From 2a4fca230fedb1636cf1ab32de2480e216d4b912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 3 Nov 2011 22:51:57 +0000 Subject: [PATCH] collectpads2: use flags enum instead of guint in structure --- libs/gst/base/gstcollectpads2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/base/gstcollectpads2.h b/libs/gst/base/gstcollectpads2.h index 3003ef4831..208b547dc8 100644 --- a/libs/gst/base/gstcollectpads2.h +++ b/libs/gst/base/gstcollectpads2.h @@ -137,7 +137,7 @@ struct _GstCollectData2 /*< private >*/ /* state: bitfield for easier extension; * eos, flushing, new_segment, waiting */ - guint state; + GstCollectPads2StateFlags state; /* refcounting for struct, and destroy callback */ GstCollectData2DestroyNotify destroy_notify;