[libcamera-devel] [PATCH] gstreamer: Fix typo in comment
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Sat Mar 26 16:31:16 CET 2022
Possibly the most trivial patch.
Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
src/gstreamer/gstlibcamerasrc.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gstreamer/gstlibcamerasrc.cpp b/src/gstreamer/gstlibcamerasrc.cpp
index c7292f66b17b..46fd02d207be 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();
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list