gst/gstclock.c: Fix docs.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 15 Mar 2006 20:17:40 +0000 (20:17 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 15 Mar 2006 20:17:40 +0000 (20:17 +0000)
Original commit message from CVS:
* gst/gstclock.c: (gst_clock_class_init):
Fix docs.

ChangeLog
gst/gstclock.c

index df19049..f60badd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * gst/gstbuffer.h:
index a3ac921..9630286 100644 (file)
@@ -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.
  *