mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 17:05:52 +00:00
va: libs: Avoid noisy registry when no VA device.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1550>
This commit is contained in:
parent
0b6df00606
commit
ccc4dc2d83
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ gst_va_display_initialize (GstVaDisplay * self)
|
|||
|
||||
status = vaInitialize (priv->display, &major_version, &minor_version);
|
||||
if (status != VA_STATUS_SUCCESS) {
|
||||
GST_ERROR_OBJECT (self, "vaInitialize: %s", vaErrorStr (status));
|
||||
GST_WARNING_OBJECT (self, "vaInitialize: %s", vaErrorStr (status));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue