зеркало из https://github.com/mozilla/gecko-dev.git
bug 1205540 make source stream available during RemoveInput r=padenot
--HG-- extra : rebase_source : f9b4e488e52eb3717808c0efbaf5c0815627c8f0
This commit is contained in:
Родитель
ee25bfb081
Коммит
d7b9ada3a0
|
@ -2365,8 +2365,8 @@ MediaInputPort::Disconnect()
|
|||
return;
|
||||
|
||||
mSource->RemoveConsumer(this);
|
||||
mSource = nullptr;
|
||||
mDest->RemoveInput(this);
|
||||
mSource = nullptr;
|
||||
mDest = nullptr;
|
||||
|
||||
GraphImpl()->SetStreamOrderDirty();
|
||||
|
|
Загрузка…
Ссылка в новой задаче