gstreamer/sys/winscreencap
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
..
dxgicapture.c plugins: Use g_win32_error_message for HRESULT to string conversion 2020-07-18 11:05:52 +09:00
dxgicapture.h dxgiscreencapsrc: Load HLSL compiler library using g_module_open 2020-06-22 14:36:16 +00:00
gstdx9screencapsrc.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstdx9screencapsrc.h dx9screencapsrc: add "cursor" option to draw the cursor 2016-11-02 10:38:59 +02:00
gstdxgiscreencapsrc.c plugins: Update for documentation of Windows plugins 2020-07-02 17:21:29 +02:00
gstdxgiscreencapsrc.h dxgiscreencapsrc: Load HLSL compiler library using g_module_open 2020-06-22 14:36:16 +00:00
gstgdiscreencapsrc.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstgdiscreencapsrc.h winscreencap: Properly timestamp buffers with the current clock running time instead of doing magic 2015-08-03 19:42:56 +03:00
gstwinscreencap.c dxgiscreencapsrc: Add missing debug category init 2020-06-30 02:51:14 +09:00
gstwinscreencap.h winscreencap: Initial port to 1.0 2013-06-20 23:00:59 +02:00
meson.build dxgiscreencapsrc: Load HLSL compiler library using g_module_open 2020-06-22 14:36:16 +00:00