vaCreateBuffer with VASurfaceAttribExternalBufferDescriptor should follow with a valid pointer
Open
- 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
Assessment
This issue has not been assessed yet.