Skip to content

Optimize OpenGL/TextureView android video rendering by using a single thread...

Simon Morlat requested to merge fix/android-opengl-optims into master

Optimize OpenGL/TextureView android video rendering by using a single thread for all TextureViews. For that purpose the MSWorkerThread has been enriched with new features: ability to wait for tasks, and repeatable tasks.

Merge request reports