applemedia: fix missing definition

Fix missing kCVPixelFormatType_64RGBALE definition
on Catalina for example

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4478>
This commit is contained in:
Stéphane Cerveau 2023-04-24 15:20:45 +02:00 committed by GStreamer Marge Bot
parent 791a068c58
commit cc81e961a0

View file

@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
#include "helpers.h"
#include <CoreVideo/CVPixelBuffer.h>
#include "helpers.h"
GstVideoFormat
gst_video_format_from_cvpixelformat (int fmt)