BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.25k stars 4.61k forks source link

The framebuffer bug #2050

Open ghost opened 9 years ago

ghost commented 9 years ago

I saw that a framebuffer will been created on rendering of video blending filter each time, and when it was been releasing, the framebufferReferenceCount is 1. So, the framebuffer will been droped into the autorelease loop, but didn't unlock once again. I made the following changes: image

wlinshicong commented 7 years ago

No visible @interface for GPUImageFramebuffer declares the selector "referenceCount"