gstreamer/sys/d3d11
Seungha Yang c1093e3481 plugins: Use g_win32_error_message for HRESULT to string conversion
We don't need to duplicate a method for HRESULT error code to string
conversion. This patch is intended to
* Remove duplicated code
* Ensure FormatMessageW (Unicode version) and avoid FormatMessageA
  (ANSI version), as the ANSI format is not portable at all.
  Note that if "UNICODE" is not defined, FormatMessageA will be aliased
  as FormatMessage by default.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1442>
2020-07-18 11:05:52 +09:00
..
gstd3d11_fwd.h
gstd3d11basefilter.c
gstd3d11basefilter.h
gstd3d11bufferpool.c
gstd3d11bufferpool.h
gstd3d11colorconvert.c
gstd3d11colorconvert.h
gstd3d11colorconverter.c
gstd3d11colorconverter.h
gstd3d11decoder.c
gstd3d11decoder.h
gstd3d11device.c
gstd3d11device.h
gstd3d11download.c
gstd3d11download.h
gstd3d11format.c
gstd3d11format.h
gstd3d11h264dec.c
gstd3d11h264dec.h
gstd3d11h265dec.c
gstd3d11h265dec.h
gstd3d11memory.c
gstd3d11memory.h
gstd3d11overlaycompositor.c
gstd3d11overlaycompositor.h
gstd3d11shader.c
gstd3d11shader.h
gstd3d11upload.c
gstd3d11upload.h
gstd3d11utils.c
gstd3d11utils.h
gstd3d11videoprocessor.c
gstd3d11videoprocessor.h
gstd3d11videosink.c
gstd3d11videosink.h
gstd3d11videosinkbin.c
gstd3d11videosinkbin.h
gstd3d11vp8dec.c
gstd3d11vp8dec.h
gstd3d11vp9dec.c
gstd3d11vp9dec.h
gstd3d11window.cpp
gstd3d11window.h
gstd3d11window_corewindow.cpp
gstd3d11window_corewindow.h
gstd3d11window_swapchainpanel.cpp
gstd3d11window_swapchainpanel.h
gstd3d11window_win32.cpp
gstd3d11window_win32.h
meson.build
plugin.c