mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +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.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "helpers.h"
|
|
||||||
#include <CoreVideo/CVPixelBuffer.h>
|
#include <CoreVideo/CVPixelBuffer.h>
|
||||||
|
#include "helpers.h"
|
||||||
|
|
||||||
GstVideoFormat
|
GstVideoFormat
|
||||||
gst_video_format_from_cvpixelformat (int fmt)
|
gst_video_format_from_cvpixelformat (int fmt)
|
||||||
|
|
Loading…
Reference in a new issue