collectpads2: use flags enum instead of guint in structure

This commit is contained in:
Tim-Philipp Müller 2011-11-03 22:51:57 +00:00
parent cc279e6bdd
commit 2a4fca230f

View 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;