gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/d3d11
Nirbheek Chauhan a5ef7cb041 d3d11: Fix debug build on UWP
GstDXGIGetDebugInterface() is unused when targeting UWP. We directly
call DXGIGetDebugInterface1() in that case.

Fixes build failure:

../gst-libs/gst/d3d11/gstd3d11device.cpp(271): error C2440: '=': cannot convert from 'HRESULT (__cdecl *)(UINT,const IID &,void **)' to 'DXGIGetDebugInterface_t'
../gst-libs/gst/d3d11/gstd3d11device.cpp(271): note: This conversion requires a reinterpret_cast, a C-style cast or function-style cast

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3118>
2022-10-05 18:29:01 +00:00
..
d3d11-prelude.h d3d11: Install library headers 2022-06-27 19:33:57 +00:00
gstd3d11-private.h d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11.h d3d11: Move GstD3D11Converter to gst-libs 2022-07-22 00:08:51 +09:00
gstd3d11_fwd.h d3d11: Implement fence abstraction 2022-07-23 16:53:14 +00:00
gstd3d11bufferpool.cpp d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11bufferpool.h d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11compile.cpp d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11compile.h d3d11: Move HLSL compiler to gst-libs 2022-07-15 06:31:51 +09:00
gstd3d11config.h.meson d3d11: Install library headers 2022-06-27 19:33:57 +00:00
gstd3d11converter.cpp d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11converter.h d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11device.cpp d3d11: Fix debug build on UWP 2022-10-05 18:29:01 +00:00
gstd3d11device.h d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11format.cpp d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11format.h d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11memory.cpp d3d11memory: Fix GstAllocator::mem_copy() implementation 2022-08-30 19:58:29 +00:00
gstd3d11memory.h d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11utils.cpp d3d11: Update library doc 2022-08-27 22:40:34 +09:00
gstd3d11utils.h d3d11: Add a helper method for GstContext creation 2022-06-27 19:33:57 +00:00
meson.build meson: Namespace the plugins_doc_dep/libraries variables 2022-09-01 21:17:35 +00:00