]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7500: mark places to fix later
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 15 Nov 2014 16:34:26 +0000 (10:34 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:46:44 +0000 (12:46 -0500)
src/switch_core_media.c
src/switch_rtp.c

index 99a9620c34e1291c40246c5fb317e063c2b01caa..cc69a9a3dbdb13debe884255506620d319c777c4 100644 (file)
@@ -7268,7 +7268,8 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
                                        pli++;
                                        nack++;
                                }
-                               
+
+                               /* DFF nack pli etc */
                                nack = v_engine->nack = 0;//pli = v_engine->pli = 0;
                                
                                if (vp8) {
index a4db12ae5955f15d6c3a9c5437511fbf4d326bc8..19cd8564288133bff537ea12471726a895fa056d 100644 (file)
@@ -6518,8 +6518,8 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
                }
        }
 
-
-       if (switch_rtp_test_flag(rtp_session, SWITCH_RTP_FLAG_VIDEO)) {
+       /* TMP DISABLE DFF  */
+       if (0 && switch_rtp_test_flag(rtp_session, SWITCH_RTP_FLAG_VIDEO)) {
                /* Normalize the timestamps to our own base by generating a made up starting point then adding the measured deltas to that base 
                   so if the timestamps and ssrc of the source change, it will not break the other end's jitter bufffer / decoder etc *cough* CHROME *cough*
                 */