Value | Meaning |
---|---|
BLOCKED(GstObjectFlags.FLAG_LAST << 0) | |
FLUSHING(GstObjectFlags.FLAG_LAST << 1) | |
IN_GETCAPS(GstObjectFlags.FLAG_LAST << 2) | |
IN_SETCAPS(GstObjectFlags.FLAG_LAST << 3) | |
BLOCKING(GstObjectFlags.FLAG_LAST << 4) | |
FLAG_LAST(GstObjectFlags.FLAG_LAST << 8) |
Page generated by adrdox
Pad state flags GST_PAD_BLOCKED is dataflow on a pad blocked GST_PAD_FLUSHING is pad refusing buffers GST_PAD_IN_GETCAPS GstPadGetCapsFunction() is running now GST_PAD_IN_SETCAPS GstPadSetCapsFunction() is running now GST_PAD_BLOCKING is pad currently blocking on a buffer or event GST_PAD_FLAG_LAST offset to define more flags