mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: filter out redundant subscribe messages
This commit is contained in:
parent
935851a6a6
commit
4cc466ad64
2 changed files with 32 additions and 1 deletions
|
|
@ -117,6 +117,7 @@ enum {
|
|||
|
||||
struct message {
|
||||
struct spa_list link;
|
||||
uint32_t extra[4];
|
||||
uint32_t channel;
|
||||
uint32_t allocated;
|
||||
uint32_t length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue