mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05:00
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:
parent
ff7675b142
commit
ef6528c513
1 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue