va: allocator: Add missing header file.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 5 Oct 2021 04:54:25 +0000 (06:54 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sun, 10 Oct 2021 17:03:29 +0000 (17:03 +0000)
Added stdint.h because uintptr_t is used.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1023>

subprojects/gst-plugins-bad/sys/va/gstvaallocator.h

index de97fd6..6a3019b 100644 (file)
@@ -23,6 +23,7 @@
 #include <gst/allocators/allocators.h>
 #include <gst/va/gstvadisplay.h>
 #include <gst/video/video.h>
+#include <stdint.h>
 #include <va/va.h>
 
 G_BEGIN_DECLS