Re: [PATCH] v4l2-compliance: Verify metadata formats

2019-09-24 Thread Hans Verkuil
On 9/24/19 11:25 AM, Vandana BN wrote: > changes to testEnumFormats() and testGetFormats() to verify METADATA type. > G_FMT sets node->valid_buftypes, so TRY/S_FMT does not get called for > other input types, hence did not modify them. This is a very confusing commit log. The core problem is that

[PATCH] v4l2-compliance: Verify metadata formats

2019-09-24 Thread Vandana BN
changes to testEnumFormats() and testGetFormats() to verify METADATA type. G_FMT sets node->valid_buftypes, so TRY/S_FMT does not get called for other input types, hence did not modify them. Signed-off-by: Vandana BN --- utils/v4l2-compliance/v4l2-test-formats.cpp | 17 + 1 file