-
Notifications
You must be signed in to change notification settings - Fork 364
Description
Config:
- CML-S Ubuntu 18.04, Kerenl5.4
- Intel Media Driver Q4'19 Release which includes:
iHD Media driver: intel-media-19.4.0r
gmmlib: intel-gmmlib-19.4.1
Libva: libva 2.6.0 (commit 5f693d9e60, v2.6-branch)
Command Line:
./sample_decode h264 -i ~/Downloads/AUD_MW_E.264 -r -vaapi -f 20 -d
pretending that stream is 30fps one
pretending that aspect ratio is 1:1
libva info: VA-API version 1.6.0
libva info: User environment variable requested driver 'iHD'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_6
libva info: va_openDriver() returns 0
Decoding Sample Version 8.4.27.
Input video AVC
Output format NV12
Input:
Resolution 176x144
Crop X,Y,W,H 0,0,176,144
Output:
Resolution 176x144
Frame rate 30.00
Memory type vaapi
MediaSDK impl hw
MediaSDK version 1.31
Decoding started
Segmentation fault (core dumped)fread_fps: 0.000, fwrite_fps: 0.000
Issue is not seen when I upgrade to Libva master branch. The difference seems to be commit 7eec6f8f.
This may just require updating Libva version (libva 2.6.0) mentioned in https://github.com/intel/media-driver/releases.
Please let me know if my observation is right or am I missing something. Thx.