Skip to content

applemedia: Disable 64RGBALE support on older macOS

Nirbheek Chauhan requested to merge nirbheek/gstreamer:fix-64argbale-macos into main

The kCVPixelFormatType_64RGBALE enum is only available on macOS Big Sur (11.3) and newer. We also cannot use that while configuring the encoder or decoder on older macOS.

Define the symbol unconditionally, but only use it when we're running on Big Sur with __builtin_available().

First reported in !1609 (closed).

Merge request reports