collectpads2: use flags enum instead of guint in structure
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 3 Nov 2011 22:51:57 +0000 (22:51 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 3 Nov 2011 22:51:57 +0000 (22:51 +0000)
libs/gst/base/gstcollectpads2.h

index 3003ef4..208b547 100644 (file)
@@ -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;