qsv: Include single gstva.h
authorSeungha Yang <seungha@centricular.com>
Sat, 16 Apr 2022 17:18:37 +0000 (02:18 +0900)
committerSeungha Yang <seungha@centricular.com>
Sun, 17 Apr 2022 11:57:31 +0000 (20:57 +0900)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2206>

subprojects/gst-plugins-bad/sys/qsv/gstqsvh264dec.cpp
subprojects/gst-plugins-bad/sys/qsv/gstqsvutils.cpp
subprojects/gst-plugins-bad/sys/qsv/plugin.cpp

index 39baecc..3b60276 100644 (file)
@@ -29,7 +29,7 @@
 #ifdef G_OS_WIN32
 #include <gst/d3d11/gstd3d11.h>
 #else
-#include <gst/va/gstvadisplay_drm.h>
+#include <gst/va/gstva.h>
 #endif
 
 GST_DEBUG_CATEGORY_STATIC (gst_qsv_h264_dec_debug);
index d4fd62f..e41a25d 100644 (file)
@@ -31,7 +31,7 @@
 using namespace Microsoft::WRL;
 /* *INDENT-ON* */
 #else
-#include <gst/va/gstvadisplay_drm.h>
+#include <gst/va/gstva.h>
 #endif
 
 static mfxLoader _loader = nullptr;
index 068626f..b9d87a8 100644 (file)
@@ -37,8 +37,7 @@
 #include <versionhelpers.h>
 #include <gst/d3d11/gstd3d11.h>
 #else
-#include <gst/va/gstvadisplay.h>
-#include <gst/va/gstvadisplay_drm.h>
+#include <gst/va/gstva.h>
 #endif
 
 GST_DEBUG_CATEGORY (gst_qsv_debug);