FS-7514: don't auto answer in decode_video

This commit is contained in:
Anthony Minessale 2014-12-10 13:27:12 -06:00 committed by Michael Jerris
parent 753f49fe32
commit 1d844f150b
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ SWITCH_STANDARD_APP(play_video_function)
switch_buffer_create_dynamic(&(context->audio_buffer), VLC_BUFFER_SIZE, VLC_BUFFER_SIZE * 8, 0);
switch_channel_answer(channel);
switch_channel_pre_answer(channel);
switch_core_session_get_read_impl(session, &read_impl);
switch_core_session_receive_message(session, &msg);