mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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:
parent
791a068c58
commit
cc81e961a0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue