match new api

This commit is contained in:
Anthony Minessale 2013-01-20 12:02:32 -06:00
parent 3fe0b471c1
commit 83e5a6b81f
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ SWITCH_STANDARD_APP(bcast_function)
mcast_port, mcast_port,
0, 0,
8000, 8000,
20, (switch_rtp_flag_t) flags, "soft", &err, switch_core_session_get_pool(session)); 20, flags, "soft", &err, switch_core_session_get_pool(session));
if (!switch_rtp_ready(rtp_session)) { if (!switch_rtp_ready(rtp_session)) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "RTP Error\n"); switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "RTP Error\n");