Skip to content

v4l2codecs: filter unsupported controls

The decoders can send requests with controls that not be supported by all the drivers. Before sending the request make sure filter the unsupported controls to avoid getting errors when trying to set them.

Merge request reports