mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
ptp: Fix debug output to print the difference instead of absolute values
This commit is contained in:
parent
e11568c5b8
commit
d2da80e4e7
1 changed files with 2 additions and 1 deletions
|
@ -1329,7 +1329,8 @@ update_mean_path_delay (PtpDomainData * domain, PtpPendingSync * sync)
|
|||
sync->sync_recv_time_local + 2 * domain->mean_path_delay) {
|
||||
GST_WARNING ("Sync-follow-up delay for domain %u too big: %" GST_TIME_FORMAT
|
||||
" > 2 * %" GST_TIME_FORMAT, domain->domain,
|
||||
GST_TIME_ARGS (sync->follow_up_recv_time_local),
|
||||
GST_TIME_ARGS (sync->follow_up_recv_time_local -
|
||||
sync->sync_recv_time_local),
|
||||
GST_TIME_ARGS (domain->mean_path_delay));
|
||||
ret = FALSE;
|
||||
goto out;
|
||||
|
|
Loading…
Reference in a new issue