mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
v4l2bufferpool: remove duplicated line of code
https://bugzilla.gnome.org/show_bug.cgi?id=777330
This commit is contained in:
parent
2b80cd14b0
commit
1c2e2d83ce
1 changed files with 0 additions and 1 deletions
|
@ -1868,7 +1868,6 @@ gst_v4l2_buffer_pool_process (GstV4l2BufferPool * pool, GstBuffer ** buf)
|
|||
|
||||
GST_LOG_OBJECT (pool, "processing buffer %i from our pool", index);
|
||||
|
||||
index = group->buffer.index;
|
||||
if (pool->buffers[index] != NULL) {
|
||||
GST_LOG_OBJECT (pool, "buffer %i already queued, copying", index);
|
||||
goto copying;
|
||||
|
|
Loading…
Reference in a new issue