#491: backout M1452416 for bustage, we'll think of another way to implement this

This commit is contained in:
Cameron Kaiser 2018-04-12 21:01:08 -07:00
parent f3a9ed3bec
commit 94fdf929ef

View File

@ -1497,10 +1497,6 @@ MediaStreamGraphImpl::RunInStableState(bool aSourceIsMSG)
RefPtr<GraphDriver> driver = CurrentDriver();
MonitorAutoUnlock unlock(mMonitor);
driver->Start();
// It's not safe to Shutdown() a thread from StableState, and
// releasing this may shutdown a SystemClockDriver thread.
// Proxy the release to outside of StableState.
NS_ReleaseOnMainThread(driver.forget(), true); // always proxy
}
}