v4l2 compliance expecting settings for out buffer only and the same
values will be propagated to capture buffer setting by h/w encoder .
settings on cpature plane are optional , required only if
offline-encoding supports.
error details : fail: v4l2-test-formats.cpp(1350): !ret
Signed-off-by: Viswanath Boma <quic_vboma@quicinc.com>
Signed-off-by: Vikash Garodia <quic_vgarodia@quicinc.com>
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
        struct v4l2_fract *timeperframe = &out->timeperframe;
        u64 us_per_frame, fps;
 
-       if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
+       if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
            a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
                return -EINVAL;
 
 {
        struct venus_inst *inst = to_inst(file);
 
-       if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
+       if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
            a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
                return -EINVAL;