From 2c521741677b02c6ea3b45e4f869bc4a0a539bca Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Mon, 8 Feb 2016 15:31:55 +0000 Subject: [PATCH] v4l2allocator: Fix spelling of reenqueueing To match commit 7d7074cef0272cd5155098bfc2bda6849dd89267. I love the idea of aiming for the maximum number of consecutive vowels. --- sys/v4l2/gstv4l2allocator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/v4l2/gstv4l2allocator.c b/sys/v4l2/gstv4l2allocator.c index 7c55eca9a9..923b10f0dc 100644 --- a/sys/v4l2/gstv4l2allocator.c +++ b/sys/v4l2/gstv4l2allocator.c @@ -1371,7 +1371,7 @@ error: " returning an error, or even stop capturing."); /* have we de-queued a buffer ? */ if (!IS_QUEUED (buffer)) { - GST_DEBUG_OBJECT (allocator, "reenqueing buffer"); + GST_DEBUG_OBJECT (allocator, "reenqueueing buffer"); /* FIXME ... should we do something here? */ } break;