mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: init volume/channelmap correctly in stream-restore
This commit is contained in:
parent
edbec5d4ba
commit
0c66b5677b
4 changed files with 20 additions and 11 deletions
|
|
@ -3101,8 +3101,8 @@ static int do_get_server_info(struct client *client, uint32_t command, uint32_t
|
|||
|
||||
pw_log_info(NAME" %p: [%s] GET_SERVER_INFO tag:%u", impl, client->name, tag);
|
||||
|
||||
ss = SAMPLE_SPEC_INIT;
|
||||
map = CHANNEL_MAP_INIT;
|
||||
ss = SAMPLE_SPEC_DEFAULT;
|
||||
map = CHANNEL_MAP_DEFAULT;
|
||||
|
||||
if (info != NULL) {
|
||||
if (info->props &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue