Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

您好,我也遇到了这个问题,是在ios14下播放的时候闪烁,ios13下没有问题,请问一下,ios14下面如何单独处理 #350

Open
g562631649 opened this issue Dec 25, 2020 · 3 comments

Comments

@g562631649
Copy link

您好,我也遇到了这个问题,是在ios14下播放的时候闪烁,ios13下没有问题,请问一下,ios14下面如何单独处理
老铁你这个问题解决了么

@lichaoqun
Copy link

添加 glFinish(); 完美解决
`
if (self.frameProcessingCompletionBlock != NULL)
{
glFinish(); // - 新增的代码
self.frameProcessingCompletionBlock(self, frameTime);
}

`

@noho501
Copy link

noho501 commented Mar 8, 2021

@lichaoqun 哪个文件需要修改?

@rayn0r126
Copy link

添加 glFinish(); 完美解决
`
if (self.frameProcessingCompletionBlock != NULL)
{
glFinish(); // - 新增的代码
self.frameProcessingCompletionBlock(self, frameTime);
}

`

非常感谢,根据你的方式终于把这个问题解决了。想问一下,你是怎样找到这个问题的?我之前找了好久也没有头绪。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants