mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
fix compilation
This commit is contained in:
parent
b50efe0188
commit
ae14ef7a49
2 changed files with 2 additions and 2 deletions
|
|
@ -161,7 +161,7 @@ static int webrtc_run(void *data, const float *rec[], const float *play[], float
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct spa_audio_aec_methods impl_aec = {
|
static struct spa_audio_aec_methods impl_aec = {
|
||||||
.version = 0,
|
SPA_VERSION_AUDIO_AEC_METHODS,
|
||||||
.add_listener = NULL,
|
.add_listener = NULL,
|
||||||
.init = webrtc_init,
|
.init = webrtc_init,
|
||||||
.run = webrtc_run,
|
.run = webrtc_run,
|
||||||
|
|
|
||||||
|
|
@ -328,7 +328,7 @@ done:
|
||||||
error:
|
error:
|
||||||
switch (res) {
|
switch (res) {
|
||||||
case -EPIPE:
|
case -EPIPE:
|
||||||
case -ECONNRESET
|
case -ECONNRESET:
|
||||||
pw_log_info("server %p: client %p [%s] disconnected",
|
pw_log_info("server %p: client %p [%s] disconnected",
|
||||||
client->server, client, client->name);
|
client->server, client, client->name);
|
||||||
SPA_FALLTHROUGH;
|
SPA_FALLTHROUGH;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue