summaryrefslogtreecommitdiff
path: root/src/libcamera/stream.cpp
diff options
context:
space:
mode:
authorPaul Elder <paul.elder@ideasonboard.com>2020-07-04 21:12:44 +0900
committerPaul Elder <paul.elder@ideasonboard.com>2020-07-10 16:11:41 +0900
commite52cc8c916a61e0e09cbdd9002b9a90cfcc4f611 (patch)
tree8828e3a7bb91a139ba4de200391e3eaf218451f3 /src/libcamera/stream.cpp
parent7c3831d2d1dafdba5c70d7488db7f094e303cb1d (diff)
libcamera: StreamConfiguration: Update stride documentation
Now that all the pipeline handlers fill in the stride information at validation time, update the documentation accordingly. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/libcamera/stream.cpp')
-rw-r--r--src/libcamera/stream.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp
index a3c015fe..4d0ab90d 100644
--- a/src/libcamera/stream.cpp
+++ b/src/libcamera/stream.cpp
@@ -309,11 +309,8 @@ StreamConfiguration::StreamConfiguration(const StreamFormats &formats)
*
* The stride value reports the number of bytes between the beginning of
* successive lines in an image buffer for this stream. The value is
- * valid after successfully configuring the camera with this
- * configuration with a call to Camera::Configure().
- *
- * \todo Update this value when configuration is validated instead of when
- * the camera is configured.
+ * valid after successfully validating the configuration with a call to
+ * CameraConfiguration::validate().
*/
/**