Clock.addObservationUnapplied

Add a clock observation to the internal slaving algorithm the same as Clock.addObservation, and return the result of the master clock estimation, without updating the internal calibration.

The caller can then take the results and call Clock.setCalibration with the values, or some modified version of them.

Parameters

slave GstClockTime

a time on the slave

master GstClockTime

a time on the master

rSquared double

a pointer to hold the result

internal GstClockTime

a location to store the internal time

external GstClockTime

a location to store the external time

rateNum GstClockTime

a location to store the rate numerator

rateDenom GstClockTime

a location to store the rate denominator

Meta