yqritc / Android-ScalableVideoView

Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more
Apache License 2.0
1.09k stars 223 forks source link

Issue memory leak with ViewPager #47

Open andrechr opened 6 years ago

andrechr commented 6 years ago

I got my VIewPager adapter for scalableVideoView on play than I everytime I go to homescreen or switch app I got error like: A/OpenGLRenderer: Leaked 2 GPU objects! A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 19002 (RenderThread)

(I assumed that the onDetachedFromWindow is not called when ViewPager is not focus on the played video, I cannot test it )

Morteza-Rastgoo commented 5 years ago

Same issue here