mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-27 07:58:16 -04:00
Fixed two small typoes in documentation: conneced -> connected.
This commit is contained in:
parent
1d9a00a66f
commit
45758ecb68
2 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ enum pw_filter_port_flags {
|
||||||
* data of the buffer should be set */
|
* data of the buffer should be set */
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Create a new unconneced \ref pw_filter
|
/** Create a new unconnected \ref pw_filter
|
||||||
* \return a newly allocated \ref pw_filter */
|
* \return a newly allocated \ref pw_filter */
|
||||||
struct pw_filter *
|
struct pw_filter *
|
||||||
pw_filter_new(struct pw_core *core, /**< a \ref pw_core */
|
pw_filter_new(struct pw_core *core, /**< a \ref pw_core */
|
||||||
|
|
|
||||||
|
|
@ -439,7 +439,7 @@ enum pw_stream_flags {
|
||||||
* in the trigger_done callback. Since 1.1.0 */
|
* in the trigger_done callback. Since 1.1.0 */
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Create a new unconneced \ref pw_stream
|
/** Create a new unconnected \ref pw_stream
|
||||||
* \return a newly allocated \ref pw_stream */
|
* \return a newly allocated \ref pw_stream */
|
||||||
struct pw_stream *
|
struct pw_stream *
|
||||||
pw_stream_new(struct pw_core *core, /**< a \ref pw_core */
|
pw_stream_new(struct pw_core *core, /**< a \ref pw_core */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue