mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -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
|
||||
*
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue