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

Skip to content
Commit 7e00fd51 authored by Surajit Podder's avatar Surajit Podder Committed by Linux Build Service Account
Browse files

libstagefright: Fix crash due to race condition

Crash occurs due to race condition between ACodec
and MediaCodec updating buffer metadata, as ACodec
overrides "omxFlags" field updated by MediaCodec,
which asserts that the "omxFields" field be present
while processing the buffer.

Added change to serialize the metadata update by
ACodedc and MediaCodec

Change-Id: Ib555490233c2bb227d2ff604ed6b01c80717d2ce
CRs-Fixed: 717809
CRs-Fixed: 714606
parent 3456dafd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment