intel / intel/libva-utils

vaCreateBuffer with VASurfaceAttribExternalBufferDescriptor should follow with a valid pointer

Open
#112 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
241
Forks
172
PR merge metrics
No merged PRs in 30d

Description

./test_va_api --gtest_filter=CreateSurfaces/VAAPICreateSurfaces.CreateSurfacesNoConfigAttrib/152
call vaCreateSurface with attribute VASurfaceAttribExternalBufferDescriptor
attribute value type is VAGenericValueTypePointer, so driver will check whether the pointer is valid.
but in our case, it is 0. so driver should return false, right?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.