提问人:Abdullah Nasim 提问时间:9/4/2019 最后编辑:Manoj PerumarathAbdullah Nasim 更新时间:9/4/2019 访问量:6255
BufferQueueProducer 问题,特别是在 Android Q Pixel 3 和 3 XL 设备上。模拟器工作正常
BufferQueueProducer problem specifically on Android Q Pixel 3 and 3 XL devices. Emulator works fine
问:
我正在使用表面纹理视图来显示视频。视频显示在轮播中,轮播本质上是一个视图寻呼机。
我已经尝试过在表面上释放表面视图被破坏,但没有帮助。
覆盖乐趣 onSurfaceTextureDestroyed(surface: SurfaceTexture) : Boolean { release(真)
if (mSurface != null) {
mSurface!!.release()
mSurface = null
}
return true
}
2019-09-04 11:38:47.387 15825-16264/app.android.idealz.com.debug E/BufferQueueProducer:[SurfaceTexture-0-15825-35] detachBuffer:插槽 0 不归生产者所有(状态 = FREE)
答: 暂无答案
评论