forked from Mirrors/freeswitch
FS-7500: clock in 15fps for now
This commit is contained in:
parent
62f3feca98
commit
d1e466e76d
@ -1947,9 +1947,9 @@ static void check_jb_sync(switch_core_session_t *session)
|
|||||||
jb_sync_msec = tmp;
|
jb_sync_msec = tmp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// TBD IMPROVE get_fps func
|
||||||
fps = switch_core_media_get_video_fps(session);
|
fps = 15; //switch_core_media_get_video_fps(session);
|
||||||
|
|
||||||
if (!fps) return;
|
if (!fps) return;
|
||||||
|
|
||||||
if (jb_sync_msec < 0) {
|
if (jb_sync_msec < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user