gstreamer/sys/wasapi
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
..
gstaudioclient3.h wasapi: Fix build with Windows 8.1 SDK 2018-08-08 01:03:53 +05:30
gstwasapi.c wasapi: Increase rank to prefer over directsoundsrc 2018-03-01 15:33:18 +05:30
gstwasapidevice.c wasapi: Don't cast GstDeviceProvider to GstElement 2019-10-14 14:43:59 +00:00
gstwasapidevice.h wasapi: Fix indentation issues missed by the commit hook 2018-02-08 11:46:01 +05:30
gstwasapisink.c wasapi: added missing lock release in case of error in gst_wasapi_xxx_reset 2020-07-15 20:11:48 +00:00
gstwasapisink.h wasapi: Fix possible deadlock while downwards state change 2020-06-11 11:40:26 +00:00
gstwasapisrc.c wasapi: added missing lock release in case of error in gst_wasapi_xxx_reset 2020-07-15 20:11:48 +00:00
gstwasapisrc.h wasapi: Fix possible deadlock while downwards state change 2020-06-11 11:40:26 +00:00
gstwasapiutil.c plugins: Use g_win32_error_message for HRESULT to string conversion 2020-07-18 11:05:52 +09:00
gstwasapiutil.h wasapi: Don't cast GstDeviceProvider to GstElement 2019-10-14 14:43:59 +00:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00