diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-03-26 16:38:05 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-03-29 01:42:26 +0300 |
commit | 9bb0889bafe6269306e90db0a41a0db85fb76dfe (patch) | |
tree | 6118988fe2fbd12fd57fe013879544beecf1428a /src | |
parent | 60c3d32a89935b265eb657affa861cf30f95d348 (diff) |
gstreamer: Fix typo in comment
Possibly the most trivial patch.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/gstreamer/gstlibcamerasrc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gstreamer/gstlibcamerasrc.cpp b/src/gstreamer/gstlibcamerasrc.cpp index c7292f66..46fd02d2 100644 --- a/src/gstreamer/gstlibcamerasrc.cpp +++ b/src/gstreamer/gstlibcamerasrc.cpp @@ -284,7 +284,7 @@ gst_libcamera_src_task_run(gpointer user_data) &buffer, nullptr); if (ret != GST_FLOW_OK) { /* - * RequestWrap has ownership of the rquest, and we + * RequestWrap has ownership of the request, and we * won't be queueing this one due to lack of buffers. */ wrap.release(); |