Skip to content

vaapi: Do not disable the whole vpp when some va operations not available.

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

We find that if some filter is reported in vaQueryVideoProcFilters() but vaQueryVideoProcFilterCaps() fails to query its caps, the whole VPP is disabled.

We should continue just as the va vpp does.

Merge request reports