mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
impl-link: don't set io in mix
Let the implementation handle this when needed. The main problem is that we can set this to NULL before calling the port function and that might crash things.
This commit is contained in:
parent
81fd6d5275
commit
2919b55f7f
1 changed files with 0 additions and 1 deletions
|
|
@ -482,7 +482,6 @@ static int port_set_io(struct pw_impl_link *this, struct pw_impl_port *port, uin
|
|||
{
|
||||
int res = 0;
|
||||
|
||||
mix->io = data;
|
||||
pw_log_debug("%p: %s port %p %d.%d set io: %d %p %zd", this,
|
||||
pw_direction_as_string(port->direction),
|
||||
port, port->port_id, mix->port.port_id, id, data, size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue