mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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:
parent
2c14a7253b
commit
78f4777a82
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ gst_msdk_context_use_vaapi (GstMsdkContext * context)
|
||||||
|
|
||||||
fd = get_device_id ();
|
fd = get_device_id ();
|
||||||
if (fd < 0) {
|
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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue