LJaraCastillo / native_video_view

A video player widget displayed using the platform native player (VideoView in Android and AVPlayer in iOS).
MIT License
37 stars 30 forks source link

E/BufferQueueProducer( 5359): [SurfaceTexture-0-5359-7] dequeueBuffer: BufferQueue has been abandoned #30

Open kaganzdmr58 opened 1 year ago

kaganzdmr58 commented 1 year ago

E/BufferQueueProducer( 5359): [SurfaceTexture-0-5359-7] dequeueBuffer: BufferQueue has been abandoned When I close the video player page, this error is recorded in the log records. The dispose, pause and stop methods did not work, but it still crashes. It disappears when I close the application completely and does not appear when I do not run the video page. I did not receive such an error while running the video.