gtkgstsink: Include gdkdmabuffourccprivate.h

It includes a fallback list of fourccs. Otherwise we might miss some
DRM_FORMAT definition.
This commit is contained in:
Alessandro Bono
2024-02-13 12:39:18 +01:00
parent d957e40a63
commit 4e680cae48

View File

@@ -53,7 +53,7 @@
#include <gst/gl/gstglfuncs.h>
#ifdef HAVE_GSTREAMER_DRM
#include <drm_fourcc.h>
#include <gdk/gdkdmabuffourccprivate.h>
#include <gst/allocators/gstdmabuf.h>
#endif