Gst.Pipeline.prototype.use_clock
function use_clock(clock:Gst.Clock):void { // Gjs wrapper for gst_pipeline_use_clock() }
Force pipeline to use the given clock. The pipeline will always use the given clock even if new clock providers are added to this pipeline.
If clock is NULL all clocking will be disabled which will make the pipeline run as fast as possible.
MT safe.
- clock
the clock to use