Merge "Add primitive SFU support to bridge_softmix."

This commit is contained in:
Jenkins2
2017-06-06 06:57:24 -05:00
committed by Gerrit Code Review
9 changed files with 757 additions and 14 deletions

View File

@@ -249,7 +249,7 @@ static struct ast_stream_topology *stream_echo_topology_alloc(
}
do {
stream = ast_stream_clone(stream);
stream = ast_stream_clone(stream, NULL);
if (!stream || ast_stream_topology_append_stream(res, stream) < 0) {
ast_stream_free(stream);