top | item 38074646

(no title)

DaleCurtis | 2 years ago

Please file an issue at https://crbug.com/new with the details and we can take a look. Are you rendering frames in order?

Android may have some quirks due to legacy MediaCodec restrictions around how we more commonly need frames for video elements, frames only work in sequential order since they must be released to an output texture to access them (and releasing invalidates prior frames to speed up very old MediaCodecs).

discuss

order

hokkos|2 years ago

It will try to do a simple reproduction, and yes the frame are decoded in order.