check/: Add a most minimal test for the net client clock. More to come later.
authorAndy Wingo <wingo@pobox.com>
Thu, 17 Nov 2005 17:55:17 +0000 (17:55 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 17 Nov 2005 17:55:17 +0000 (17:55 +0000)
commitd56b83f6621a76090ee5511db4dcb27f8832b8b5
treee2a99c490a8373b6138340d0a591c01cb3348a8a
parent40e4311d9423cae0ba2cebb7a54d37f40b549fcd
check/: Add a most minimal test for the net client clock. More to come later.

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

* check/Makefile.am (check_PROGRAMS):
* check/net/gstnetclientclock.c: Add a most minimal test for the
net client clock. More to come later.

* gst/net/gstnet.h:
* gst/net/Makefile.am: Add netclientclock.

* gst/net/gstnetclientclock.h:
* gst/net/gstnetclientclock.c: New files, implement an untested
GstClock that takes its time from a network time provider.
Implements the algorithm in network-clock.scm.

* tests/network-clock.scm (*window-size*): Rename from
*queue-length*.
* tests/network-clock.scm (network-time):
* tests/network-clock-utils.scm (q-push): Update callers.
19 files changed:
ChangeLog
check/Makefile.am
check/net/gstnetclientclock.c [new file with mode: 0644]
check/net/gstnettimeprovider.c
gst/net/Makefile.am
gst/net/gstnet.h
gst/net/gstnetclientclock.c [new file with mode: 0644]
gst/net/gstnetclientclock.h [new file with mode: 0644]
libs/gst/net/Makefile.am
libs/gst/net/gstnet.h
libs/gst/net/gstnetclientclock.c [new file with mode: 0644]
libs/gst/net/gstnetclientclock.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/libs/gstnetclientclock.c [new file with mode: 0644]
tests/check/libs/gstnettimeprovider.c
tests/misc/network-clock-utils.scm
tests/misc/network-clock.scm
tests/network-clock-utils.scm
tests/network-clock.scm