mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 805771. Don't call NotifyPull after a stream has finished. r=jesup
This commit is contained in:
parent
7453c1c485
commit
c14b6532cb
@ -585,7 +585,7 @@ MediaStreamGraphImpl::ExtractPendingInput(SourceMediaStream* aStream,
|
||||
bool finished;
|
||||
{
|
||||
MutexAutoLock lock(aStream->mMutex);
|
||||
if (aStream->mPullEnabled) {
|
||||
if (aStream->mPullEnabled && !aStream->mFinished) {
|
||||
for (uint32_t j = 0; j < aStream->mListeners.Length(); ++j) {
|
||||
MediaStreamListener* l = aStream->mListeners[j];
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user