BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.87k stars 609 forks source link

change AVMediaTypeVideo to AVMediaType.video #256

Closed ollie-hpcnt closed 6 years ago

ollie-hpcnt commented 6 years ago

Hi, Brad. I found out that there is some minor error in the latest commit 33db0e9435e75cc31cd684aaadd6098ed2297fb1 In camera class, there is AVMediaTypeVideo which renamed AVMediaType.video. In some environment, there is build error. Could you fix ASAP? Thanks.

BradLarson commented 6 years ago

This was handled in a slightly more thorough way in PR #260, so I used that one over this. Thanks for pointing it out, though.