When applying a filter to a CALayer which only has image content, the whole layer is just turning black. This works as expected on OSX 10.10.
This is failing on 10.11 Beta 2
When applying a filter to a CALayer which only has image content, the whole layer is just turning black. This works as expected on OSX 10.10.
This is failing on 10.11 Beta 2
I am also having CALayer w/filter issues in 10.11 beta 2. Specifically with AVPlayerLayer I am getting a cryptic error log message and terrible video framerate unless I trigger the view's setNeedsLayout:YES in which it updates immediately. It doesn't crash the app though! Have you filed a radar?
-[CIContext initWithCGLContext:pixelFormat:colorSpace:options:] was called with a non-nil pixelFormat that is ignored.
[12:38:01.202] <<<< IQ-CA >>>> piqca_setUsePreQueue: (0x10296d200) rejecting report of layer being serviced - IQ has not yet begun to update
[12:38:01.203] <<<< IQ-CA >>>> piqca_setUsePreQueue: (0x10296da00) rejecting report of layer being serviced - IQ has not yet begun to update
[12:38:01.205] CMSampleBufferGetImageBuffer signalled err=-12744 (kCMSampleBufferError_Invalidated) (sbuf invalidated) at /Library/Caches/com.apple.xbs/Sources/CoreMedia_frameworks/CoreMedia-1693/Sources/Core/FigSampleBuffer/FigSampleBuffer.c line 2395
0 CoreMedia 0x00007fff86dd0be3 CMSampleBufferGetImageBuffer + 138
1 MediaToolbox 0x00007fff8b02a4e4 FigSampleGeneratorCreateForFormatReaderProducingByteReferenceSampleBuffers + 17094
2 CoreMedia 0x00007fff86dff5f5 FigScheduledFileIOThread + 4316
3 CoreMedia 0x00007fff86e08a2d figThreadMain + 616
4 libsystem_pthread.dylib 0x00007fff85092cc3 _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff85092c40 _pthread_body + 0
6 libsystem_pthread.dylib 0x00007fff8508fda5 thread_start + 13