Pipeline.autoFlushBus

Set autoFlushBus property.

  1. bool autoFlushBus [@property getter]
  2. bool autoFlushBus [@property setter]
    class Pipeline
    @property
    void
    autoFlushBus
    (
    bool propval
    )

Parameters

propval bool

Whether or not to automatically flush all messages on the pipeline's bus when going from READY to NULL state. Please see gst.pipeline.Pipeline.setAutoFlushBus for more information on this option.