]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7500: clock in 15fps for now
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 30 Apr 2015 17:37:10 +0000 (12:37 -0500)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:27 +0000 (12:47 -0500)
src/switch_core_media.c

index d889a52f90f709f36b5d5a5c23e74ae92805d632..a64a0916e5afab9d228ed7549d445f0fc98ad682 100644 (file)
@@ -1947,9 +1947,9 @@ static void check_jb_sync(switch_core_session_t *session)
                        jb_sync_msec = tmp;
                }
        }
-
-       fps = switch_core_media_get_video_fps(session);
-               
+       // TBD IMPROVE get_fps func
+       fps = 15; //switch_core_media_get_video_fps(session);
+       
        if (!fps) return;
 
        if (jb_sync_msec < 0) {