msdk: Demote error log message to warning.

It is not an error that the available hardware doesn't support VA-API/MSDK. Just
none plugin features will be registered.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2336>
This commit is contained in:
Víctor Manuel Jáquez Leal 2021-06-17 11:25:11 +02:00 committed by GStreamer Marge Bot
parent 2c14a7253b
commit 78f4777a82

View file

@ -162,7 +162,7 @@ gst_msdk_context_use_vaapi (GstMsdkContext * context)
fd = get_device_id ();
if (fd < 0) {
GST_ERROR ("Couldn't find a drm device node to open");
GST_WARNING ("Couldn't find a valid drm device node");
return FALSE;
}