mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse-server: debug the fixed format/rate/channel
This commit is contained in:
parent
0e823d8a0f
commit
91ac3acf3d
1 changed files with 4 additions and 4 deletions
|
|
@ -1736,8 +1736,8 @@ static int do_create_playback_stream(struct client *client, uint32_t command, ui
|
|||
n_valid_formats++;
|
||||
} else {
|
||||
pw_log_warn("%p: unsupported format:%s rate:%d channels:%u",
|
||||
impl, format_id2name(ss.format), ss.rate,
|
||||
ss.channels);
|
||||
impl, format_id2name(sfix.format), sfix.rate,
|
||||
sfix.channels);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2001,8 +2001,8 @@ static int do_create_record_stream(struct client *client, uint32_t command, uint
|
|||
n_valid_formats++;
|
||||
} else {
|
||||
pw_log_warn("%p: unsupported format:%s rate:%d channels:%u",
|
||||
impl, format_id2name(ss.format), ss.rate,
|
||||
ss.channels);
|
||||
impl, format_id2name(sfix.format), sfix.rate,
|
||||
sfix.channels);
|
||||
}
|
||||
}
|
||||
if (m->offset != m->length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue