diff options
Diffstat (limited to 'src/libcamera/include/v4l2_videodevice.h')
-rw-r--r-- | src/libcamera/include/v4l2_videodevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/include/v4l2_videodevice.h b/src/libcamera/include/v4l2_videodevice.h index f21b9264..ee63d28d 100644 --- a/src/libcamera/include/v4l2_videodevice.h +++ b/src/libcamera/include/v4l2_videodevice.h @@ -270,7 +270,7 @@ private: V4L2BufferCache *cache_; std::map<unsigned int, FrameBuffer *> queuedBuffers_; - EventNotifier *fdEvent_; + EventNotifier *fdBufferNotifier_; }; class V4L2M2MDevice |