libobjc / SGPlayer

A powerful media play framework for iOS, macOS, and tvOS.
MIT License
2.13k stars 415 forks source link

后台切换视频程序崩溃 #106

Closed chaocharleswang closed 5 years ago

chaocharleswang commented 5 years ago

Crash位置 SGVideoRenderer.m

[commandBuffer presentDrawable:drawable];

-[_MTLCommandBuffer presentDrawable:]:400: failed assertion `drawable must not be nil.'

chaocharleswang commented 5 years ago

107

Fixed it by checking the size of CAMetalLayer

libobjc commented 5 years ago

👍