Potential cause of that buzzsaw when resetting

This commit is contained in:
David Kelly 2016-07-20 10:41:16 -07:00
parent 1dd7d108d8
commit 7b2d5e7fab

View file

@ -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() {