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

Commit 55311e8d authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "ISurfaceTexture does not have a method getIdentity()"

parents 1aebc471 a93f84e0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -317,8 +317,7 @@ static void setVideoSurfaceOrSurfaceTexture(
        if (surfaceTexture != NULL) {
            sp<ISurfaceTexture> native_surfaceTexture(
                    getSurfaceTexture(env, surfaceTexture));
            LOGV("%s: texture=%p (id=%d)", prefix,
                 native_surfaceTexture.get(), native_surfaceTexture->getIdentity());
            LOGV("%s: texture=%p", prefix, native_surfaceTexture.get());
            mp->setVideoSurfaceTexture(native_surfaceTexture);
        }
    }