mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
dsp: use format in the port.dsp property
This commit is contained in:
parent
d3cc45c611
commit
20e0d8b4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -785,7 +785,7 @@ static struct pw_node *make_node(struct impl *impl, const struct pw_properties *
|
|||
p = make_port(n, direction, i,
|
||||
PORT_FLAG_DSP | PORT_FLAG_RAW_F32,
|
||||
pw_properties_new(
|
||||
"port.dsp", "1",
|
||||
"port.dsp", "32 bit float mono audio",
|
||||
"port.name", port_name,
|
||||
"port.alias1", alias_name,
|
||||
NULL));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue