GPUImage2 icon indicating copy to clipboard operation
GPUImage2 copied to clipboard

SimpleMovieFilter when run demo crash how to do

Open jsonwang opened this issue 3 years ago • 3 comments

Main Thread Checker: UI API called on a background thread: -[UIView layer] PID: 626, TID: 80844, Thread name: (none), Queue name: com.sunsetlakesoftware.GPUImage.processingQueue, QoS: 0 Backtrace:

.......... Fatal error: View had a zero size: file /Users/ak/Desktop/akbranches/音视频相关 Demo/GPUImage2-master/framework/Source/Apple/RenderView-UIKit.swift, line 73

jsonwang avatar Aug 10 '20 09:08 jsonwang

Same issue here

basilmariano avatar Dec 11 '20 07:12 basilmariano

https://github.com/BradLarson/GPUImage2/issues/226

jifang avatar Dec 22 '20 09:12 jifang

That is because the render view in SimpleMovieFilter project doesn't have top and bottom constraints. Adding the constraint in the main storyboard can solve this.

jinzhedu avatar May 11 '22 08:05 jinzhedu