зеркало из https://github.com/mozilla/gecko-dev.git
6d2df84e41
PDMFactory::CreateDecoder is changed to return a MozPromise that will contain the MediaDataDecoder once created. This will allow to later make RemoteDecoderManager fully asynchronous and no longer require an IPC sync call to start the RDD process. We also modify the WebrtcMediaDataDecoderCodec to never create a decoder on the main thread, which could cause deadlocks under some circumstances. Differential Revision: https://phabricator.services.mozilla.com/D96364 |
||
---|---|---|
.. | ||
OmxCoreLibLinker.cpp | ||
OmxCoreLibLinker.h | ||
OmxDataDecoder.cpp | ||
OmxDataDecoder.h | ||
OmxDecoderModule.cpp | ||
OmxDecoderModule.h | ||
OmxFunctionList.h | ||
OmxPlatformLayer.cpp | ||
OmxPlatformLayer.h | ||
OmxPromiseLayer.cpp | ||
OmxPromiseLayer.h | ||
PureOmxPlatformLayer.cpp | ||
PureOmxPlatformLayer.h | ||
moz.build |