ptpclock: Use a system clock for the time observations instead of gst_util_get_timest...
authorSebastian Dröge <sebastian@centricular.com>
Sat, 6 Jun 2015 12:19:21 +0000 (14:19 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 6 Jun 2015 12:19:21 +0000 (14:19 +0200)
commit42b16c9e3c4cf5752ed011684c5c040f2a225d54
tree4c370b25f1baa9ec418971bcb382f323e76a8075
parentbf62a96549b31cb5d048568cf8fd1a76de487733
ptpclock: Use a system clock for the time observations instead of gst_util_get_timestamp()

They don't necessarily use the same underlying clocks (e.g. on Windows), or
might be configured to a different clock type (monotonic vs. real time clock).

We need the values a clean system clock returns, as those are the values used
by the internal clocks.
libs/gst/net/gstptpclock.c