From 220106b1fe32518c2c7fe7a9609638d957cd240f Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 7 Feb 2019 10:37:33 +0100 Subject: test: v4l2_device: Provide buffer sharing test Obtain two V4L2Devices and use one to obtain a BufferPool. Propagate the formats from the first to the second device and then commence sending buffers between the two devices in a ping-pong fashion. Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- test/v4l2_device/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/v4l2_device/meson.build') diff --git a/test/v4l2_device/meson.build b/test/v4l2_device/meson.build index ec2c7f9f..9f7a7545 100644 --- a/test/v4l2_device/meson.build +++ b/test/v4l2_device/meson.build @@ -5,6 +5,7 @@ v4l2_device_tests = [ [ 'request_buffers', 'request_buffers.cpp' ], [ 'stream_on_off', 'stream_on_off.cpp' ], [ 'capture_async', 'capture_async.cpp' ], + [ 'buffer_sharing', 'buffer_sharing.cpp' ], ] foreach t : v4l2_device_tests -- cgit v1.2.1