mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-04 07:15:35 -04:00
bluez5: fix crash due to debug_mono
Enabling bluez5.debug-iso-mono was in non-ISO branch and crashes. Fix that.
This commit is contained in:
parent
f21c44751e
commit
c1f7963c2a
1 changed files with 1 additions and 2 deletions
|
|
@ -1567,12 +1567,11 @@ static int transport_start(struct impl *this)
|
||||||
this->codec->description);
|
this->codec->description);
|
||||||
return -EIO;
|
return -EIO;
|
||||||
}
|
}
|
||||||
|
|
||||||
this->transport->iso_io->debug_mono = this->iso_debug_mono;
|
|
||||||
} else {
|
} else {
|
||||||
this->own_codec_data = false;
|
this->own_codec_data = false;
|
||||||
this->codec_data = this->transport->iso_io->codec_data;
|
this->codec_data = this->transport->iso_io->codec_data;
|
||||||
this->codec_props_changed = true;
|
this->codec_props_changed = true;
|
||||||
|
this->transport->iso_io->debug_mono = this->iso_debug_mono;
|
||||||
}
|
}
|
||||||
|
|
||||||
this->encoder_delay = 0;
|
this->encoder_delay = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue