FS-7500: SQUASH ME WITH THE LAST ONE

This commit is contained in:
Anthony Minessale
2014-11-20 16:40:49 -06:00
parent 1aa8ae0110
commit 509a0260af
4 changed files with 7 additions and 2 deletions
+1
View File
@@ -2681,6 +2681,7 @@ SWITCH_DECLARE(void) switch_core_session_video_reset(switch_core_session_t *sess
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_DEBUG_READ);
switch_channel_clear_flag(session->channel, CF_VIDEO_DEBUG_WRITE);
switch_core_session_refresh_video(session);
session->image_write_callback = NULL;
session->image_write_callback_user_data = NULL;