GPUImage3
GPUImage3 copied to clipboard
AVSampleBufferDisplayLayer() is not returning after kill an GPUImage3 application
I have an application which is displaying video stream. in the application AVSampleBufferDisplayLayer() is using to display separate video I found AVSampleBufferDisplayLayer() is not return for 10 minutes at least when I kill the application after start capturing with following code
phoneCamera = try Camera(sessionPreset: .vga640x480)
phoneCamera.runBenchmark = false
phoneCamera --> renderView
phoneCamera.startCapture()
I took the code from the sample code it happens iOS iPhone 13.x only the problem is not happened on iOS 12.x or iOS iPad 13.x
Thanks!