зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1201393. Remove usage of FLAG_BLOCK_INPUT from MediaRecorder. r=jwwang
FLAG_BLOCK_INPUT is not needed on mPipeStream because nothing should cause mPipeStream to block. --HG-- extra : commitid : 660ZZiOdNCM extra : rebase_source : 065351c8f7233072afa623d4e8ec0fb1dc2ceb47
This commit is contained in:
Родитель
4f744b98c0
Коммит
2da19b0669
|
@ -792,7 +792,7 @@ MediaRecorder::MediaRecorder(AudioNode& aSrcAudioNode,
|
|||
AudioNodeStream* ns = aSrcAudioNode.GetStream();
|
||||
if (ns) {
|
||||
mInputPort = mPipeStream->AllocateInputPort(aSrcAudioNode.GetStream(),
|
||||
MediaInputPort::FLAG_BLOCK_INPUT,
|
||||
0,
|
||||
0,
|
||||
aSrcOutput);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче