Skip to content

VLCCVOpenGLProvider: synchronization and buffer count fixes

Before tvOS 15.x, the synchronization was not necessary, but now it would create artifacts on screen, as if the frames are not in the correct order. Also, the module is stuck on waiting for a buffer so increase the buffer count.

Merge request reports