From 1c2e2d83ce6e488b8387cf90902d7ccfbf41a46e Mon Sep 17 00:00:00 2001 From: Jean-Christophe Trotin Date: Mon, 16 Jan 2017 15:40:43 +0100 Subject: [PATCH] v4l2bufferpool: remove duplicated line of code https://bugzilla.gnome.org/show_bug.cgi?id=777330 --- sys/v4l2/gstv4l2bufferpool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c index 470a07ef86..7a1b7cc0a7 100644 --- a/sys/v4l2/gstv4l2bufferpool.c +++ b/sys/v4l2/gstv4l2bufferpool.c @@ -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;