[core] Handling RTCP MUX resulting in gaps
(fix proposed by Leon de Rooij)
This commit is contained in:
parent
36f2e77beb
commit
ae272359f4
|
@ -7809,7 +7809,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_
|
||||||
switch_core_timer_sync(&rtp_session->timer);
|
switch_core_timer_sync(&rtp_session->timer);
|
||||||
reset_jitter_seq(rtp_session);
|
reset_jitter_seq(rtp_session);
|
||||||
}
|
}
|
||||||
goto recvfrom;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue