Vidvox / hap-in-avfoundation

A framework that allows AVFoundation to play back and record Hap video
Other
109 stars 19 forks source link

Fix : AVPlayerItemHapDXTOutput thread-safety (missing LOCK/UNLOCK) #15

Closed anome closed 7 years ago

anome commented 7 years ago

It is causing a crash in a multithreaded situation. But only if using "allocFrameClosestToTime" to grab HAP frames ("allocFrameForTime" is thread-safe).

mrRay commented 7 years ago

thanks very much, great find!