FS-7500: factor back in video_thread callback and move it to the video_read_frame

This commit is contained in:
Anthony Minessale
2015-01-16 18:15:31 -06:00
committed by Michael Jerris
parent 81887e9bfc
commit a69938c3d5
5 changed files with 37 additions and 1 deletions

View File

@@ -9969,6 +9969,10 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_video_frame(switch_core
done:
if (status == SWITCH_STATUS_SUCCESS) {
switch_core_session_video_read_callback(session, *frame);
}
return status;
}