зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1818632
- part4 : use EME log for CDM related classes. r=jolin
Differential Revision: https://phabricator.services.mozilla.com/D170833
This commit is contained in:
Родитель
0a326a35dc
Коммит
493301010f
|
@ -7,6 +7,7 @@
|
|||
#include <winerror.h>
|
||||
|
||||
#include "MFMediaEngineUtils.h"
|
||||
#include "mozilla/EMEUtils.h"
|
||||
#include "mozilla/dom/MediaKeyMessageEventBinding.h"
|
||||
#include "mozilla/dom/MediaKeyStatusMapBinding.h"
|
||||
#include "nsThreadUtils.h"
|
||||
|
@ -16,9 +17,7 @@ namespace mozilla {
|
|||
using Microsoft::WRL::ComPtr;
|
||||
using Microsoft::WRL::MakeAndInitialize;
|
||||
|
||||
#define LOG(msg, ...) \
|
||||
MOZ_LOG(gMFMediaEngineLog, LogLevel::Debug, \
|
||||
("MFCDMSession=%p, " msg, this, ##__VA_ARGS__))
|
||||
#define LOG(msg, ...) EME_LOG("MFCDMSession=%p, " msg, this, ##__VA_ARGS__)
|
||||
|
||||
static inline MF_MEDIAKEYSESSION_TYPE ConvertSessionType(
|
||||
KeySystemConfig::SessionType aType) {
|
||||
|
|
|
@ -6,14 +6,13 @@
|
|||
|
||||
#include "MFMediaEngineUtils.h"
|
||||
#include "WMF.h"
|
||||
#include "mozilla/EMEUtils.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
using Microsoft::WRL::ComPtr;
|
||||
|
||||
#define LOG(msg, ...) \
|
||||
MOZ_LOG(gMFMediaEngineLog, LogLevel::Debug, \
|
||||
("MFPMPHostWrapper=%p, " msg, this, ##__VA_ARGS__))
|
||||
#define LOG(msg, ...) EME_LOG("MFPMPHostWrapper=%p, " msg, this, ##__VA_ARGS__)
|
||||
|
||||
HRESULT MFPMPHostWrapper::RuntimeClassInitialize(
|
||||
Microsoft::WRL::ComPtr<IMFPMPHost>& aHost) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче