gst/net/gstnetclientclock.c (gst_net_client_clock_thread): Whoops, check the right...
authorAndy Wingo <wingo@pobox.com>
Fri, 18 Nov 2005 14:13:28 +0000 (14:13 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 18 Nov 2005 14:13:28 +0000 (14:13 +0000)
commit24fc208196de9588189b1c5f963523ec17f94427
treef4a0295798c1a8c7ff4e338ee10b20133b31bf72
parentd72c6e95ed019d65141cf9605285d6a5f318ea94
gst/net/gstnetclientclock.c (gst_net_client_clock_thread): Whoops, check the right fd. Also add some debugging.

Original commit message from CVS:
2005-11-18  Andy Wingo  <wingo@pobox.com>

* gst/net/gstnetclientclock.c (gst_net_client_clock_thread):
Whoops, check the right fd. Also add some debugging.
(gst_net_client_clock_observe_times): Adjust for int64 offset.
(do_linear_regression): Add a crapload of debugging. Subtract off
the minimum values from the input series to discard unneeded bits.
Use only int arithmetic. There is still double arithmetic when
calculating the intercept that needs fixing. Return boolean to
indicate success; FALSE would mean the domain or range is too
great. Still needs fixes.
ChangeLog
check/net/gstnetclientclock.c
gst/net/gstnetclientclock.c
libs/gst/net/gstnetclientclock.c
tests/check/libs/gstnetclientclock.c