v4l2bufferpool: Add missing break
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sun, 1 Mar 2015 18:48:45 +0000 (13:48 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sun, 1 Mar 2015 19:03:04 +0000 (14:03 -0500)
This is cosmetic change.

sys/v4l2/gstv4l2bufferpool.c

index 0e5c37a..e0604dc 100644 (file)
@@ -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) {