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

Commit 429b4f7f authored by Wei Jia's avatar Wei Jia Committed by Android Git Automerger
Browse files

am 5bc5b4fb: Merge "NuPlayer: set controlledByApp to true when creating Surface." into lmp-dev

* commit '5bc5b4fb':
  NuPlayer: set controlledByApp to true when creating Surface.
parents faf71460 5bc5b4fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ void NuPlayer::setVideoSurfaceTextureAsync(
        msg->setObject(
                "native-window",
                new NativeWindowWrapper(
                    new Surface(bufferProducer)));
                    new Surface(bufferProducer, true /* controlledByApp */)));
    }

    msg->post();