summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2016-02-08 15:31:55 +0000
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-02-08 15:35:19 +0000
commit2c521741677b02c6ea3b45e4f869bc4a0a539bca (patch)
treeb2ffaf6a13ecb535e1ca6a443f6ea975baad2e03
parent7d7074cef0272cd5155098bfc2bda6849dd89267 (diff)
downloadgstreamer-plugins-good-2c521741677b02c6ea3b45e4f869bc4a0a539bca.tar.gz
v4l2allocator: Fix spelling of reenqueueing
To match commit 7d7074cef0272cd5155098bfc2bda6849dd89267. I love the idea of aiming for the maximum number of consecutive vowels.
-rw-r--r--sys/v4l2/gstv4l2allocator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/gstv4l2allocator.c b/sys/v4l2/gstv4l2allocator.c
index 7c55eca9a..923b10f0d 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;