mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: pending-sample: rename ready to replied
Rename `pending_sample::ready` to `pending_sample::replied` because it is set when a reply is sent, not when the ready signal comes.
This commit is contained in:
parent
e37da42632
commit
dd7c47bb3d
2 changed files with 3 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ struct pending_sample {
|
|||
struct sample_play *play;
|
||||
struct spa_hook listener;
|
||||
uint32_t tag;
|
||||
unsigned ready:1;
|
||||
unsigned replied:1;
|
||||
unsigned done:1;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue