gstreamer/gst/net
Andy Wingo 24fc208196 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.
2005-11-18 14:13:28 +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 (gst_net_client_clock_thread): Whoops, check the right fd. Also add some debugging. 2005-11-18 14:13:28 +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