mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
v4l2: object: Remove over indentation
This is a style fix, no functional changes. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7540>
This commit is contained in:
parent
746977b6d3
commit
7fb16f0b11
1 changed files with 89 additions and 91 deletions
|
@ -1824,8 +1824,7 @@ gst_v4l2_object_get_caps_info (GstV4l2Object * v4l2object, GstCaps * caps,
|
|||
fourcc_nc = desc->v4l2_format;
|
||||
if (fallback_desc)
|
||||
fourcc = fallback_desc->v4l2_format;
|
||||
} else {
|
||||
if (g_str_equal (mimetype, "video/mpegts")) {
|
||||
} else if (g_str_equal (mimetype, "video/mpegts")) {
|
||||
fourcc = V4L2_PIX_FMT_MPEG;
|
||||
} else if (g_str_equal (mimetype, "video/x-dv")) {
|
||||
fourcc = V4L2_PIX_FMT_DV;
|
||||
|
@ -1917,7 +1916,6 @@ gst_v4l2_object_get_caps_info (GstV4l2Object * v4l2object, GstCaps * caps,
|
|||
} else if (g_str_equal (mimetype, "video/x-pwc2")) {
|
||||
fourcc = V4L2_PIX_FMT_PWC2;
|
||||
}
|
||||
}
|
||||
|
||||
/* Prefer the non-contiguous if supported */
|
||||
v4l2object->prefered_non_contiguous = TRUE;
|
||||
|
|
Loading…
Reference in a new issue