mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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 = {
|
||||
.version = 0,
|
||||
SPA_VERSION_AUDIO_AEC_METHODS,
|
||||
.add_listener = NULL,
|
||||
.init = webrtc_init,
|
||||
.run = webrtc_run,
|
||||
|
|
|
|||
|
|
@ -328,7 +328,7 @@ done:
|
|||
error:
|
||||
switch (res) {
|
||||
case -EPIPE:
|
||||
case -ECONNRESET
|
||||
case -ECONNRESET:
|
||||
pw_log_info("server %p: client %p [%s] disconnected",
|
||||
client->server, client, client->name);
|
||||
SPA_FALLTHROUGH;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue