mediafoundation: Fix GUID_NULL related MinGW build error

Include cguid.h for GUID_NULL

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8406>
This commit is contained in:
Seungha Yang 2025-02-04 04:14:40 +09:00 committed by GStreamer Marge Bot
parent 66b92465cd
commit f57162deeb

View file

@ -36,6 +36,7 @@
#include <mferror.h>
#include <mfobjects.h>
#include <strmif.h>
#include <cguid.h>
G_BEGIN_DECLS