Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry pick PR #3061: [android] Fix VideoDecoderTest.MultipleInputs failures on av1 format #3158

Merged
merged 1 commit into from
May 4, 2024

Conversation

cobalt-github-releaser-bot
Copy link
Collaborator

Refer to the original PR: #3061

When calling fixture_.DrainOutputs(), the fixture doesn't release the video frames via |media_codec_bridge_->ReleaseOutputBuffer()|, causing android MediaCodec doesn't release output buffer and timeout. Note this failure exists on other video formats if decoding speed is slow on testing devices.

b/333744229

…3061)

When calling fixture_.DrainOutputs(), the fixture doesn't release the
video frames via |media_codec_bridge_->ReleaseOutputBuffer()|, causing
android MediaCodec doesn't release output buffer and timeout. Note this
failure exists on other video formats if decoding speed is slow on
testing devices.

b/333744229

(cherry picked from commit aa2188e)
@borongc borongc force-pushed the cherry-pick-25.lts.1+-3061 branch from 26cbde1 to 71feee4 Compare May 3, 2024 21:37
@borongc borongc merged commit 5bdaedc into 25.lts.1+ May 4, 2024
329 of 342 checks passed
@borongc borongc deleted the cherry-pick-25.lts.1+-3061 branch May 4, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants