mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-14 08:56:37 -05:00
Fix typos in architecture.md
This commit is contained in:
parent
948255f801
commit
7f3a878dd3
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ features dynamically.
|
||||||
|
|
||||||
## Principles
|
## Principles
|
||||||
|
|
||||||
The PipeWire API is, a object oriented asynchronous protocol.
|
The PipeWire API is an object oriented asynchronous protocol.
|
||||||
All requests and replies are method invocations on some object.
|
All requests and replies are method invocations on some object.
|
||||||
|
|
||||||
Objects are identified with a unique ID. Each object implements an
|
Objects are identified with a unique ID. Each object implements an
|
||||||
|
|
@ -66,7 +66,7 @@ simplicity.
|
||||||
|
|
||||||
## Proxies and resources
|
## Proxies and resources
|
||||||
|
|
||||||
When a client connect to a PipeWire daemon, a new `struct pw_proxy`
|
When a client connects to a PipeWire daemon, a new `struct pw_proxy`
|
||||||
object is created with ID 0. The `struct pw_core` interface is
|
object is created with ID 0. The `struct pw_core` interface is
|
||||||
assigned to the proxy.
|
assigned to the proxy.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue