-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting VA_STATUS_ERROR_UNSUPPORTED_RT_FORMAT #298
Comments
@shakeeb80 could you print the parameter when you call vaCreateSurfaces()? |
following is the code , it is taken from gstreamer media sdk which is actually failing ( https://github.com/intel/gstreamer-media-SDK/blob/0c25a4c6b724a03676cdf3dc14d85ca74f22ba5c/gst-libs/mfx/gstmfxtask.c ) VASurfaceAttrib attrib; attrib.type = VASurfaceAttribPixelFormat; GST_MFX_DISPLAY_LOCK(task->display); GST_MFX_DISPLAY_UNLOCK(task->display); |
it is interesting, could some one provide help on this issue? |
with "statically linked" do you mean libva? That error comes up from the driver, which cannot be statically linked. You should debug the callback in the driver. Regarding gstreamer-media-SDK neither @sreerenjb nor myself were the maintainers :) |
Can you provide the reproduce step for me? I will check on it. |
Does any one know what this error message means. I am getting this error after calling vaCreateSurfaces(). I am using libva 2.4.0 and iHD driver. The function is trying to allocate NV12
The text was updated successfully, but these errors were encountered: