mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
forgot to update starveHistoryWindowSeconds when window A changes
This commit is contained in:
parent
3338102513
commit
8183fd3199
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ void InboundAudioStream::setStaticDesiredJitterBufferFrames(int staticDesiredJit
|
|||
|
||||
void InboundAudioStream::setWindowSecondsForDesiredCalcOnTooManyStarves(int windowSecondsForDesiredCalcOnTooManyStarves) {
|
||||
_timeGapStatsForDesiredCalcOnTooManyStarves.setWindowIntervals(windowSecondsForDesiredCalcOnTooManyStarves);
|
||||
_starveHistoryWindowSeconds = windowSecondsForDesiredCalcOnTooManyStarves;
|
||||
}
|
||||
|
||||
void InboundAudioStream::setWindowSecondsForDesiredReduction(int windowSecondsForDesiredReduction) {
|
||||
|
|
Loading…
Reference in a new issue