From 169e5ecd4bd4bbd12dec7751e32d9a23a37aced4 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 28 May 2024 11:47:17 +0300 Subject: [PATCH] stream: Fix reference to pw_time.now in pw_stream_get_nsec() docs --- 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 0ac0014ad..5be5f74f8 100644 --- a/src/pipewire/stream.h +++ b/src/pipewire/stream.h @@ -533,7 +533,7 @@ int pw_stream_set_control(struct pw_stream *stream, uint32_t id, uint32_t n_valu int pw_stream_get_time_n(struct pw_stream *stream, struct pw_time *time, size_t size); /** Get the current time in nanoseconds. This value can be compared with - * the pw_time_now value. Since 1.1.0 */ + * the \ref pw_time.now value. Since 1.1.0 */ uint64_t pw_stream_get_nsec(struct pw_stream *stream); /** Get the data loop that is doing the processing of this stream. This loop