mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-26 06:07:53 +00: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
@ -1567,12 +1567,11 @@ static int transport_start(struct impl *this)
|
||||
this->codec->description);
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
this->transport->iso_io->debug_mono = this->iso_debug_mono;
|
||||
} else {
|
||||
this->own_codec_data = false;
|
||||
this->codec_data = this->transport->iso_io->codec_data;
|
||||
this->codec_props_changed = true;
|
||||
this->transport->iso_io->debug_mono = this->iso_debug_mono;
|
||||
}
|
||||
|
||||
this->encoder_delay = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user