GPUVideo-android icon indicating copy to clipboard operation
GPUVideo-android copied to clipboard

Issue occuered after upgrade Exoplayer to 2.13.3

Open bhavin1994 opened this issue 3 years ago • 1 comments

java.lang.IllegalStateException: Player is accessed on the wrong thread. See https://exoplayer.dev/issues/player-accessed-on-wrong-thread at com.google.android.exoplayer2.SimpleExoPlayer.verifyApplicationThread(SimpleExoPlayer.java:1953) at com.google.android.exoplayer2.SimpleExoPlayer.setVideoSurface(SimpleExoPlayer.java:791) at com.daasuu.gpuv.player.GPUPlayerRenderer.onSurfaceCreated(GPUPlayerRenderer.java:94) at com.daasuu.gpuv.egl.GlFrameBufferObjectRenderer.onSurfaceCreated(GlFrameBufferObjectRenderer.java:38) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1541) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1272)

bhavin1994 avatar May 07 '21 12:05 bhavin1994

Maybe this is the same issue: https://github.com/MasayukiSuda/ExoPlayerFilter/issues/53

alpha2048 avatar Jul 20 '21 13:07 alpha2048