perchco / perchrtc

An iOS WebRTC demo using XirSys servers
MIT License
135 stars 34 forks source link

Bug - CGImage & CVPixelBuffer lock safety #11

Closed ceaglest closed 8 years ago

ceaglest commented 9 years ago

This corrects a bug where shallow copied CVPixelBuffers were not locked for the duration of their CGImageRef's lifetime. Note that shallow copies are only used with the Quartz renderer, not the default Sample Buffer renderer.

Thanks for the tip @ikonst

ikonst commented 9 years ago

Thanks :)

samsymons commented 8 years ago

These changes look good to me. :+1: