summaryrefslogtreecommitdiff
path: root/test/v4l2_device/buffer_sharing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/v4l2_device/buffer_sharing.cpp')
-rw-r--r--test/v4l2_device/buffer_sharing.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/v4l2_device/buffer_sharing.cpp b/test/v4l2_device/buffer_sharing.cpp
index 09695239..e63ddff8 100644
--- a/test/v4l2_device/buffer_sharing.cpp
+++ b/test/v4l2_device/buffer_sharing.cpp
@@ -23,9 +23,8 @@ class BufferSharingTest : public V4L2DeviceTest
{
public:
BufferSharingTest()
- : output_(nullptr), framesCaptured_(0), framesOutput_(0)
- {
- }
+ : V4L2DeviceTest("vivid", "vivid-000-vid-cap"),
+ output_(nullptr), framesCaptured_(0), framesOutput_(0) {}
protected:
int init()