mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-5930 --resolve
This commit is contained in:
parent
859afe9429
commit
ad8796f581
@ -324,7 +324,7 @@ static void *SWITCH_THREAD_FUNC read_stream_thread(switch_thread_t *thread, void
|
||||
cp->func, cp->file, cp->line, bused, (long)source->samples);
|
||||
switch_buffer_zero(cp->audio_buffer);
|
||||
} else {
|
||||
switch_buffer_write(cp->audio_buffer, dist_buf, bused);
|
||||
switch_buffer_write(cp->audio_buffer, dist_buf, used);
|
||||
}
|
||||
switch_mutex_unlock(cp->audio_mutex);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user