d3d11: Suppress some warning logs
authorSeungha Yang <seungha@centricular.com>
Fri, 28 May 2021 14:21:19 +0000 (23:21 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 29 May 2021 10:30:28 +0000 (10:30 +0000)
commitb1541a7470d4e20c04a14606de652a32c6ca0a4e
tree6189e56894c25f3704f1f9b165899bd942632238
parent0b551382c45d4f0b33e154cc7dae6606da1f07a8
d3d11: Suppress some warning logs

We uses gst_d3d11_device_new() for enumerating device which can
fail for some reason. Don't print warning log for the case.
And decoding capability check is the same case as well.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2286>
gst-libs/gst/d3d11/gstd3d11device.c
sys/d3d11/gstd3d11decoder.cpp