FS-7502: set video flag on record session

This commit is contained in:
Anthony Minessale
2015-03-27 15:59:51 -05:00
committed by Michael Jerris
parent c5ef904f1d
commit 4c11339bc3
4 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -2680,7 +2680,7 @@ SWITCH_DECLARE(void) switch_core_session_video_reset(switch_core_session_t *sess
{
switch_channel_clear_flag(session->channel, CF_VIDEO_ECHO);
switch_channel_clear_flag(session->channel, CF_VIDEO_PASSIVE);
switch_channel_clear_flag(session->channel, CF_VIDEO_DECODED_READ);
//switch_channel_clear_flag(session->channel, CF_VIDEO_DECODED_READ);
switch_channel_clear_flag(session->channel, CF_VIDEO_DEBUG_READ);
switch_channel_clear_flag(session->channel, CF_VIDEO_DEBUG_WRITE);
switch_core_session_request_video_refresh(session);