v4l2allocator: Fix spelling of reenqueueing

To match commit 7d7074cef0. I love the idea
of aiming for the maximum number of consecutive vowels.
This commit is contained in:
Luis de Bethencourt 2016-02-08 15:31:55 +00:00
parent 7d7074cef0
commit 2c52174167

View file

@ -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;