[libcamera-devel] [PATCH] libcamera: v4l2_device: Remove completed todos

Kieran Bingham kieran.bingham at ideasonboard.com
Fri Apr 26 17:28:39 CEST 2019


The queueBuffer function has now implemented support for output devices
and dmabufs.

Remove the old todo notes.

Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
 src/libcamera/v4l2_device.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp
index 9e92b442c6aa..df0e4d83cfab 100644
--- a/src/libcamera/v4l2_device.cpp
+++ b/src/libcamera/v4l2_device.cpp
@@ -924,9 +924,6 @@ int V4L2Device::releaseBuffers()
  * processed by the device. Once the device has finished processing the buffer,
  * it will be available for dequeue.
  *
- * \todo Support output devices (bytesused, ...)
- * \todo Support imported buffers (dmabuf fd)
- *
  * \return 0 on success or a negative error code otherwise
  */
 int V4L2Device::queueBuffer(Buffer *buffer)
-- 
2.19.1



More information about the libcamera-devel mailing list