mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 19:47:38 +02:00
reset sent time gap stats on reset
This commit is contained in:
parent
7e51ebea49
commit
fa5a2b9a4d
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,6 @@ void Audio::init(QGLWidget *parent) {
|
|||
|
||||
void Audio::reset() {
|
||||
_receivedAudioStream.reset();
|
||||
|
||||
resetStats();
|
||||
}
|
||||
|
||||
|
@ -146,6 +145,7 @@ void Audio::resetStats() {
|
|||
_inputRingBufferMsecsAvailableStats.reset();
|
||||
|
||||
_audioOutputMsecsUnplayedStats.reset();
|
||||
_packetSentTimeGaps.reset();
|
||||
}
|
||||
|
||||
void Audio::audioMixerKilled() {
|
||||
|
|
Loading…
Reference in a new issue