Documentation: guides: pipeline-handler: Fix spelling error
The pipeline handler writers guide incorrectly references the VividCameradata::init() impelementation with a spelling error. Fix spelling of "impelementation" in the pipeline handler development guide. Signed-off-by: Advait Dhamorikar <advaitdhamorikar@gmail.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
dbe96a2a6b
commit
cee03cd183
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ function to the V4L2 device buffer signal.
|
||||||
video_->bufferReady.connect(this, &VividCameraData::bufferReady);
|
video_->bufferReady.connect(this, &VividCameraData::bufferReady);
|
||||||
|
|
||||||
Create the matching ``VividCameraData::bufferReady`` function after your
|
Create the matching ``VividCameraData::bufferReady`` function after your
|
||||||
VividCameradata::init() impelementation.
|
VividCameradata::init() implementation.
|
||||||
|
|
||||||
The ``bufferReady`` function obtains the request from the buffer using the
|
The ``bufferReady`` function obtains the request from the buffer using the
|
||||||
``request`` function, and notifies the ``Camera`` that the buffer and
|
``request`` function, and notifies the ``Camera`` that the buffer and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue