mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
v4l2bufferpool: Add missing break
This is cosmetic change.
This commit is contained in:
parent
76775efe71
commit
8e75acc7b7
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue