intel / media-driver

Intel Graphics Media Driver to support hardware decode, encode and video processing.
https://github.com/intel/media-driver/wiki
Other
983 stars 345 forks source link

[Regression] VP9 10bit decode still have some failed cases #922

Closed FocusLuo closed 4 years ago

FocusLuo commented 4 years ago

After applied the patch of "[VP] Add condition to use VP in GetImage #920", the test for VP9 10bit decode still have some 341 failed cases since commit 1478047 ref cmd line: gst-launch-1.0 -vf filesrc location=./vp9_10bit_fastfood_64x64.ivf ! ivfparse ! vaapivp9dec ! videoconvert dither=0 ! video/x-raw,format=P010_10LE ! checksumsink2 file-checksum=false qos=false frame-checksum=false plane-checksum=false dump-output=true dump-location=test.yuv

Jister commented 4 years ago

I updated the PR#920, please have a try again. Thanks

FocusLuo commented 4 years ago

it works now, thanks quick fixing