mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-23 06:59:58 -05:00
stream: generate PeerCapbility for old servers
Automatically make an empty PeerCapability param when we receive a Latency event without a PeerCapability. This makes new client always receive a PeerCapability param, even when the other side did not provide anything or when the server is too old to collect them.
This commit is contained in:
parent
941fc5f51c
commit
3f292e3ce3
3 changed files with 26 additions and 1 deletions
|
|
@ -1130,6 +1130,8 @@ follows:
|
|||
|<----------------------------------------|
|
||||
| ClientNode::PortSetMixInfo | mixer inputs for each linked port
|
||||
|<----------------------------------------|
|
||||
| ClientNode::PortSetParam | PeerCapability of the ports
|
||||
|<----------------------------------------|
|
||||
| ClientNode::PortSetParam | Latency of the ports
|
||||
|<----------------------------------------|
|
||||
| ClientNode::SetActivation | activation of port peers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue