gstreamer/gst-libs/gst/d3d11
Seungha Yang 0b0bf1b0bf d3d11: Suppress some warning debug messages
* Don't warn for live object, since ID3D11Debug itself seems to be
  holding refcount of ID3D11Device at the moment we called
  ID3D11Debug::ReportLiveDeviceObjects(). It would report live object
  always
* Device might not be able to support some formats (e.g., P010)
  especially in case of WARP device. We don't need to warn about that.
* gst_d3d11_device_new() can be used for device enumeration. Don't warn
  even if we cannot create D3D11 device with given adapter index therefore.
* Don't warn for HLSL compiler warning. It's just noise and
  should not be critical thing at all

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1986>
2021-01-27 04:46:42 +09:00
..
d3d11-prelude.h d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11.h d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11_fwd.h d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11_private.h d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11bufferpool.c d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11bufferpool.h d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11config.h.meson d3d11: Allow building UWP features with Desktop features if possible 2021-01-19 11:23:56 +00:00
gstd3d11device.c d3d11: Suppress some warning debug messages 2021-01-27 04:46:42 +09:00
gstd3d11device.h d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11format.c d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11format.h d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11memory.c d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11memory.h d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11utils.c d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
gstd3d11utils.h d3d11: Move core methods to gst-libs 2021-01-13 15:01:20 +00:00
meson.build d3d11: Allow building UWP features with Desktop features if possible 2021-01-19 11:23:56 +00:00