MainContext.check

Passes the results of polling back to the main loop.

You must have successfully acquired the context with MainContext.acquire before you may call this function.

class MainContext
bool
check

Parameters

maxPriority int

the maximum numerical priority of sources to check

fds GPollFD[]

array of gstreamer.PollFD's that was passed to the last call to MainContext.query

Return Value

Type: bool

TRUE if some sources are ready to be dispatched.