mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 08:22:30 +02:00
Potential cause of that buzzsaw when resetting
This commit is contained in:
parent
1dd7d108d8
commit
7b2d5e7fab
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ void InboundAudioStream::reset() {
|
|||
_isStarved = true;
|
||||
_hasStarted = false;
|
||||
resetStats();
|
||||
cleanupCodec();
|
||||
// FIXME: calling cleanupCodec() seems to be the cause of the buzzsaw -- we get an assert
|
||||
// after this is called in AudioClient. Ponder and fix...
|
||||
// cleanupCodec();
|
||||
}
|
||||
|
||||
void InboundAudioStream::resetStats() {
|
||||
|
|
Loading…
Reference in a new issue