提交 36e623a1 authored 作者: Michael Jerris's avatar Michael Jerris

fix build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16874 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 f129bc4a
...@@ -298,7 +298,7 @@ SWITCH_STANDARD_APP(soundtouch_start_function) ...@@ -298,7 +298,7 @@ SWITCH_STANDARD_APP(soundtouch_start_function)
sth->session = session; sth->session = session;
if ((status = switch_core_media_bug_add(session, soundtouch_callback, sth, 0, if ((status = switch_core_media_bug_add(session, "soundtouch", NULL, soundtouch_callback, sth, 0,
sth->send_not_recv ? SMBF_WRITE_REPLACE : SMBF_READ_REPLACE, &bug)) != SWITCH_STATUS_SUCCESS) { sth->send_not_recv ? SMBF_WRITE_REPLACE : SMBF_READ_REPLACE, &bug)) != SWITCH_STATUS_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Failure!\n"); switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Failure!\n");
return; return;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论