qsv: Include single gstva.h

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2206>
This commit is contained in:
Seungha Yang 2022-04-17 02:18:37 +09:00
parent fba44e8a01
commit d136c98770
3 changed files with 3 additions and 4 deletions

View 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);

View 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;

View 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);