зеркало из https://github.com/mozilla/gecko-dev.git
Bug 852410 - Mark Web Audio streams as blocking on their input, not on their output; r=roc
This commit is contained in:
Родитель
581e88631c
Коммит
71ee060750
|
@ -171,7 +171,7 @@ AudioNode::Connect(AudioNode& aDestination, uint32_t aOutput,
|
||||||
ProcessedMediaStream* ps =
|
ProcessedMediaStream* ps =
|
||||||
static_cast<ProcessedMediaStream*>(aDestination.mStream.get());
|
static_cast<ProcessedMediaStream*>(aDestination.mStream.get());
|
||||||
input->mStreamPort =
|
input->mStreamPort =
|
||||||
ps->AllocateInputPort(mStream, MediaInputPort::FLAG_BLOCK_OUTPUT);
|
ps->AllocateInputPort(mStream, MediaInputPort::FLAG_BLOCK_INPUT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче