DescriptionRemove calls to MediaCodec#stop from AVDA
Previously there were cases where MediaCodec#stop would be called while
the MediaCodec was in a broken state, which results in hitting a CHECK.
In AVDA we don't actually need to call stop() because it's always called
right before deleting the MediaCodec. This replaces those calls with
explicit deletion.
BUG=582275
TEST=Trying to play videos with unsupported profiles; no crashes
Committed: https://crrev.com/1315ac0838d78f1fcc1dcc9836bf8795857d9a8e
Cr-Commit-Position: refs/heads/master@{#374754}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|