mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez5: support Google's Opus A2DP vendor codec
This commit is contained in:
parent
ff0305dada
commit
61c585c8e6
7 changed files with 570 additions and 1 deletions
|
|
@ -1228,8 +1228,11 @@ static int transport_start(struct impl *this)
|
|||
&port->current_format,
|
||||
this->codec_props,
|
||||
this->transport->write_mtu);
|
||||
if (this->codec_data == NULL)
|
||||
if (this->codec_data == NULL) {
|
||||
spa_log_error(this->log, "%p: codec %s initialization failed", this,
|
||||
this->codec->description);
|
||||
return -EIO;
|
||||
}
|
||||
} else {
|
||||
this->own_codec_data = false;
|
||||
this->codec_data = this->transport->iso_io->codec_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue