From 8e75acc7b712ee85a302014f13999d1de1e40033 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sun, 1 Mar 2015 13:48:45 -0500 Subject: [PATCH] v4l2bufferpool: Add missing break This is cosmetic change. --- sys/v4l2/gstv4l2bufferpool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c index 0e5c37a8a4..e0604dcdd6 100644 --- a/sys/v4l2/gstv4l2bufferpool.c +++ b/sys/v4l2/gstv4l2bufferpool.c @@ -1222,6 +1222,7 @@ gst_v4l2_buffer_pool_dqbuf (GstV4l2BufferPool * pool, GstBuffer ** buffer) GST_FIXME_OBJECT (pool, "Unhandled enum v4l2_field %d - treating as progressive", group->buffer.field); + break; } if (GST_VIDEO_INFO_FORMAT (&obj->info) == GST_VIDEO_FORMAT_ENCODED) {