Poll.setFlushing
void setFlushing(bool flushing)When flushing is true, this function ensures that current and future calls to [gst.poll.Poll.wait] will return -1, with errno set to EBUSY.
Unsetting the flushing state will restore normal operation of set.
This function only works for non-timer #GstPoll objects created with [gst.poll.Poll.new_].
Parameters
flushing | new flushing state. |