Skip to content

v4l2: object: take stride length from GET_FMT

Randy Li requested to merge ayaka/gstreamer:fix_v4l2_stride into main

We should not expand the visual width from the bytesperline, it could be a format that takes more bytes to store a pixel.

Besides what we could beyond the visual zone may not be the valid pixel.

Merge request reports