mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
qsv: Include single gstva.h
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2206>
This commit is contained in:
parent
fba44e8a01
commit
d136c98770
3 changed files with 3 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
#include <gst/d3d11/gstd3d11.h>
|
#include <gst/d3d11/gstd3d11.h>
|
||||||
#else
|
#else
|
||||||
#include <gst/va/gstvadisplay_drm.h>
|
#include <gst/va/gstva.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_qsv_h264_dec_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_qsv_h264_dec_debug);
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
using namespace Microsoft::WRL;
|
using namespace Microsoft::WRL;
|
||||||
/* *INDENT-ON* */
|
/* *INDENT-ON* */
|
||||||
#else
|
#else
|
||||||
#include <gst/va/gstvadisplay_drm.h>
|
#include <gst/va/gstva.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static mfxLoader _loader = nullptr;
|
static mfxLoader _loader = nullptr;
|
||||||
|
|
|
@ -37,8 +37,7 @@
|
||||||
#include <versionhelpers.h>
|
#include <versionhelpers.h>
|
||||||
#include <gst/d3d11/gstd3d11.h>
|
#include <gst/d3d11/gstd3d11.h>
|
||||||
#else
|
#else
|
||||||
#include <gst/va/gstvadisplay.h>
|
#include <gst/va/gstva.h>
|
||||||
#include <gst/va/gstvadisplay_drm.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY (gst_qsv_debug);
|
GST_DEBUG_CATEGORY (gst_qsv_debug);
|
||||||
|
|
Loading…
Reference in a new issue