doc: fix an obsolete reference to pw_fill_stream_properties

As of f724319e8a this happens automatically and
the function is no longer available.
This commit is contained in:
Peter Hutterer 2021-05-21 08:58:42 +10:00
parent ff7675b142
commit ef6528c513

View file

@ -53,9 +53,8 @@ extern "C" {
* \section sec_create Create * \section sec_create Create
* *
* Make a new stream with \ref pw_stream_new(). You will need to specify * 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 * a name for the stream and extra properties. The basic set of properties
* pw_fill_stream_properties() to get a basic set of properties for the * each stream must provide is filled in automatically.
* stream.
* *
* Once the stream is created, the state_changed event should be used to * Once the stream is created, the state_changed event should be used to
* track the state of the stream. * track the state of the stream.