Skip to content

va: decode: fix display type

Instead of a pointer to GstVaDisplay it was used a VADisplay type, which in certain platforms is the same, and the compiler didn't complain.

Merge request reports