From ef6528c513016b04871f035b6c36504a2a137d13 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 21 May 2021 08:58:42 +1000 Subject: [PATCH] doc: fix an obsolete reference to pw_fill_stream_properties As of f724319e8aac5edacd94edcdc40f68c2cde23f1c this happens automatically and the function is no longer available. --- src/pipewire/stream.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pipewire/stream.h b/src/pipewire/stream.h index 205531a24..502a0dfd0 100644 --- a/src/pipewire/stream.h +++ b/src/pipewire/stream.h @@ -53,9 +53,8 @@ extern "C" { * \section sec_create Create * * Make a new stream with \ref pw_stream_new(). You will need to specify - * a name for the stream and extra properties. You can use \ref - * pw_fill_stream_properties() to get a basic set of properties for the - * stream. + * a name for the stream and extra properties. The basic set of properties + * each stream must provide is filled in automatically. * * Once the stream is created, the state_changed event should be used to * track the state of the stream.