v4l2bufferpool: Add missing break

This is cosmetic change.
This commit is contained in:
Nicolas Dufresne 2015-03-01 13:48:45 -05:00
parent 76775efe71
commit 8e75acc7b7

View 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) {