summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc279e6)
raw | patch | inline | side by side (parent: cc279e6)
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Thu, 3 Nov 2011 22:51:57 +0000 (22:51 +0000) | ||
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Thu, 3 Nov 2011 22:51:57 +0000 (22:51 +0000) |
libs/gst/base/gstcollectpads2.h | patch | blob | history |
index 3003ef4831f1b91f99082a451804a2b58bea7a86..208b547dc8fb2b7d1d5a38da22a7374809be29cf 100644 (file)
/*< private >*/
/* state: bitfield for easier extension;
* eos, flushing, new_segment, waiting */
- guint state;
+ GstCollectPads2StateFlags state;
/* refcounting for struct, and destroy callback */
GstCollectData2DestroyNotify destroy_notify;