From 932adc18f8f101fd40ebf78a73592be0c3752eab Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 7 Oct 2020 12:00:53 +0200 Subject: [PATCH] stream: clarify that timestamp is in nanoseconds --- src/pipewire/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipewire/stream.h b/src/pipewire/stream.h index 6ecfed8ad..6e959864f 100644 --- a/src/pipewire/stream.h +++ b/src/pipewire/stream.h @@ -181,7 +181,7 @@ struct pw_stream_control { /** A time structure \memberof pw_stream */ struct pw_time { - int64_t now; /**< the monotonic time */ + int64_t now; /**< the monotonic time in nanoseconds */ struct spa_fraction rate; /**< the rate of \a ticks and delay */ uint64_t ticks; /**< the ticks at \a now. This is the current time that * the remote end is reading/writing. */