From 126088c31164870e84f426e1397fa115783e73cf Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 15 Mar 2006 20:17:40 +0000 Subject: [PATCH] gst/gstclock.c: Fix docs. Original commit message from CVS: * gst/gstclock.c: (gst_clock_class_init): Fix docs. --- ChangeLog | 5 +++++ gst/gstclock.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index df1904935c..f60badd4bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-15 Wim Taymans + + * gst/gstclock.c: (gst_clock_class_init): + Fix docs. + 2006-03-15 Jan Schmidt * gst/gstbuffer.h: diff --git a/gst/gstclock.c b/gst/gstclock.c index a3ac921862..96302868e7 100644 --- a/gst/gstclock.c +++ b/gst/gstclock.c @@ -1132,9 +1132,9 @@ invalid: * are available, a linear regression algorithm is run on the * observations and @clock is recalibrated. * - * If this functions returns %TRUE, @r_squared will contain the sum - * of squared distances from the interpolated values. Lower values - * means the regression yielded a more accurate result. This value can + * If this functions returns %TRUE, @r_squared will contain the + * correlation coefficient of the interpollation. A value of 1.0 + * means a perfect regression was performed. This value can * be used to control the sampling frequency of the master and slave * clocks. *