gstreamer/libs/gst/net
Andy Wingo fa09daa3d2 gst/net/gstnetclientclock.c (do_linear_regression): Use all integer arithmetic. Return the minimum of the domain, whi...
Original commit message from CVS:
2005-11-18  Andy Wingo  <wingo@pobox.com>

* gst/net/gstnetclientclock.c (do_linear_regression): Use all
integer arithmetic. Return the minimum of the domain, which can be
set as "internal" for gst_clock_set_calibration.
(gst_net_client_clock_observe_times): Call _set_calibration.
(gst_net_client_clock_new): Call _set_calibration instead of
rate_offset.

* check/net/gstnetclientclock.c (test_functioning): Use the right
adjustment api.

* gst/gstclock.h:
* gst/gstclock.c (gst_clock_get_calibration)
(gst_clock_set_calibration): New functions, obsolete the ones I
added yesterday. Doh. Precision issues mean we have to extrapolate
from a point in the more recent past than 1970.
(gst_clock_get_rate_offset, gst_clock_set_rate_offset): Mark as
obsolete.
(gst_clock_adjust_unlocked): Use the right calibration data.
2005-11-18 15:30:18 +00:00
..
gstnet.h check/: Add a most minimal test for the net client clock. More to come later. 2005-11-17 17:55:17 +00:00
gstnetclientclock.c gst/net/gstnetclientclock.c (do_linear_regression): Use all integer arithmetic. Return the minimum of the domain, whi... 2005-11-18 15:30:18 +00:00
gstnetclientclock.h check/: Add a most minimal test for the net client clock. More to come later. 2005-11-17 17:55:17 +00:00
gstnettimepacket.c gst/net/gstnettimepacket.c (gst_net_time_packet_send): Free buffer. 2005-11-16 18:37:57 +00:00
gstnettimepacket.h gst/net/: Use the timepacket stuff in the provider, include it from gstnet.h, and add it to the build. 2005-11-16 17:52:04 +00:00
gstnettimeprovider.c gst/net/gstnetclientclock.c (gst_net_client_clock_class_init): Port goes all the way to MAXUINT16. 2005-11-18 11:57:30 +00:00
gstnettimeprovider.h gst/net/: New part of core to hold network elements and objects. Put in core because it exposes API that applications... 2005-11-16 16:49:49 +00:00
Makefile.am check/: Add a most minimal test for the net client clock. More to come later. 2005-11-17 17:55:17 +00:00