From: Tim-Philipp Müller Date: Thu, 3 Nov 2011 22:51:57 +0000 (+0000) Subject: collectpads2: use flags enum instead of guint in structure X-Git-Tag: RELEASE-0.10.36~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a4fca230fedb1636cf1ab32de2480e216d4b912;p=platform%2Fupstream%2Fgstreamer.git collectpads2: use flags enum instead of guint in structure --- diff --git a/libs/gst/base/gstcollectpads2.h b/libs/gst/base/gstcollectpads2.h index 3003ef4..208b547 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;