Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7a1f6c8 authored by Hassan Shojania's avatar Hassan Shojania
Browse files

Modular DRM for MediaPlayer

Bug:  34559906
Test: Manual through the test app
Change-Id: Iac811acbd8078c1f7549730f2fdb5ebfa8937c9f
parent 22fd9de3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1916,7 +1916,7 @@ status_t NuPlayer::GenericSource::onPrepareDrm(const sp<AMessage> &msg)
status_t NuPlayer::GenericSource::checkDrmInfo()
{
    if (mFileMeta == NULL) {
        ALOGE("checkDrmInfo: No metadata");
        ALOGI("checkDrmInfo: No metadata");
        return OK; // letting the caller responds accordingly
    }