is_ready


Description:

public Bool is_ready ()

Returns whether the pipeline is ready and so get_pipeline and setup_pipeline can be called without causing error.

Note: Normally an application will wait until the pipeline_ready signal is emitted instead of polling the ready status with this api, but sometimes when a sink is passed between components that didn't have an opportunity to connect a signal handler this can be useful.

Parameters:

this

The VideoSink

Returns:

true if the sink is ready, else false