mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
gst/gstclock.c: Fix docs.
Original commit message from CVS: * gst/gstclock.c: (gst_clock_class_init): Fix docs.
This commit is contained in:
parent
30643217ba
commit
126088c311
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-03-15 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst/gstclock.c: (gst_clock_class_init):
|
||||||
|
Fix docs.
|
||||||
|
|
||||||
2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
|
2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* gst/gstbuffer.h:
|
* gst/gstbuffer.h:
|
||||||
|
|
|
@ -1132,9 +1132,9 @@ invalid:
|
||||||
* are available, a linear regression algorithm is run on the
|
* are available, a linear regression algorithm is run on the
|
||||||
* observations and @clock is recalibrated.
|
* observations and @clock is recalibrated.
|
||||||
*
|
*
|
||||||
* If this functions returns %TRUE, @r_squared will contain the sum
|
* If this functions returns %TRUE, @r_squared will contain the
|
||||||
* of squared distances from the interpolated values. Lower values
|
* correlation coefficient of the interpollation. A value of 1.0
|
||||||
* means the regression yielded a more accurate result. This value can
|
* means a perfect regression was performed. This value can
|
||||||
* be used to control the sampling frequency of the master and slave
|
* be used to control the sampling frequency of the master and slave
|
||||||
* clocks.
|
* clocks.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue