mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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:
parent
7d7074cef0
commit
2c52174167
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue