[libcamera-devel] [PATCH] libcamera: pipeline: Drop setStream() from configure() documentation

Jacopo Mondi jacopo at jmondi.org
Mon Sep 28 10:28:58 CEST 2020


There is no requirement for Stream to be assigned to StreamConfiguration
during PipelineHandler::configure(). It actually happens at validate()
time in most implementations right now.

Drop this requirement from PipelineHandler::configure() documentation.

Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
---
 src/libcamera/pipeline_handler.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/libcamera/pipeline_handler.cpp b/src/libcamera/pipeline_handler.cpp
index 918aea1e8328..713fe6d1d362 100644
--- a/src/libcamera/pipeline_handler.cpp
+++ b/src/libcamera/pipeline_handler.cpp
@@ -314,10 +314,6 @@ const ControlList &PipelineHandler::properties(const Camera *camera) const
  * perform further validation and may rely on any custom field stored in its
  * custom CameraConfiguration derived class.
  *
- * When configuring the camera the pipeline handler shall associate a Stream
- * instance to each StreamConfiguration entry in the CameraConfiguration using
- * the StreamConfiguration::setStream() method.
- *
  * \context This function is called from the CameraManager thread.
  *
  * \return 0 on success or a negative error code otherwise
-- 
2.28.0



More information about the libcamera-devel mailing list