vaQueryImageFormats missing packed RGB24 format in postproc
Open
- Dominant language
- C
- Stars
- 784
- Forks
- 314
- PR merge metrics
- No merged PRs in 30d
Description
Gstreamer
gst-launch-1.0 videotestsrc ! capsfilter caps=video/x-raw,format=RGB,width=800,height=600 ! vaapipostproc ! video/x-raw,format=NV12 ! filesink location=ppp.yuv
can not work, because the FOURCC of VA_FOURCC_R8G8B8 can not be found in current driver.
While, I checked, at least the version:
commit d17f3fcf7e5238ae82b50c54c9591cde919ae3fe
Author: Huang_LiH
Date: Wed May 22 08:34:58 2019 +0800
[CM] surface dump enhance
Enhance surface dump
Change-Id: I18fa07fd2714efe30518cf75e287245382ca49aa
still have this support
Contributor guide
Assessment
This issue has not been assessed yet.