- make better AQuA parameters' set + fix odd logging line
This commit is contained in:
@@ -147,7 +147,7 @@ void AudioStream::addData(const void* buffer, int bytes)
|
||||
Lock l(mMutex);
|
||||
codec = mTransmittingCodec.get();
|
||||
if (nullptr == codec) {
|
||||
ICELogDebug(<< "No transmitting codec selected.");
|
||||
// ICELogDebug(<< "No transmitting codec selected.");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user