jitterbuffer: fix typo
This commit is contained in:
parent
f3c658cbe6
commit
b983cf675b
@ -1353,7 +1353,7 @@ reschedule_timer (GstRtpJitterBuffer * jitterbuffer, TimerData * timer,
|
|||||||
seqchange = timer->seqnum != seqnum;
|
seqchange = timer->seqnum != seqnum;
|
||||||
timechange = timer->timeout != timeout;
|
timechange = timer->timeout != timeout;
|
||||||
|
|
||||||
if (!seqchange && timechange)
|
if (!seqchange && !timechange)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
oldseq = timer->seqnum;
|
oldseq = timer->seqnum;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user