google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.7k stars 6.02k forks source link

The exoplayer is in a paused state, the surface has been released. At this time, dequeue graphic buffer from surface failed, causing mediacodec to report 0x80000000 Error #11305

Closed captain81 closed 12 months ago

captain81 commented 1 year ago

Bug

The exoplayer is in a paused state, and the surface has been released at this time. ExoPlayer will still dequeue input buffer and output buffer from modiacodec. At this time, dequeue graphic buffer from surface failed, causing mediacodec to report 0x80000000 Error. Please tell me how to solve this problem

marcbaechinger commented 12 months ago

The com.google.android.exoplayer2 project is now deprecated. We are not accepting any new issues in this project. Please file your issue in the androidx.media3 GitHub project instead: https://github.com/androidx/media/issues.