Skip to content

va: Delete the display lock/unlock when we call VA-API.

He Junyan requested to merge He_Junyan/gstreamer:delete_display_lock into main

According to the VA-API's description, they are MT-safe, we do not need to care about that in our middleware layer. The lock/unlock operations have overhead and make the performance lower.

https://github.com/intel/libva/blob/master/va/va.h#L136

Merge request reports