mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: update volume and mute for record streams
This commit is contained in:
parent
680f8bc645
commit
13dfa9d64b
1 changed files with 4 additions and 0 deletions
|
|
@ -1360,6 +1360,10 @@ static int do_create_record_stream(struct client *client, uint32_t command, uint
|
||||||
stream->create_tag = tag;
|
stream->create_tag = tag;
|
||||||
stream->ss = ss;
|
stream->ss = ss;
|
||||||
stream->map = map;
|
stream->map = map;
|
||||||
|
stream->volume = volume;
|
||||||
|
stream->volume_set = volume_set;
|
||||||
|
stream->muted = muted;
|
||||||
|
stream->muted_set = muted_set;
|
||||||
|
|
||||||
stream->frame_size = sample_spec_frame_size(&stream->ss);
|
stream->frame_size = sample_spec_frame_size(&stream->ss);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue