diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c index e0999b2df1..0f51106db6 100644 --- a/sys/v4l2/gstv4l2object.c +++ b/sys/v4l2/gstv4l2object.c @@ -3680,6 +3680,8 @@ gst_v4l2_object_acquire_format (GstV4l2Object * v4l2object, GstVideoInfo * info) goto unsupported_field; } + gst_v4l2_object_get_colorspace (&fmt, &info->colorimetry); + gst_v4l2_object_save_format (v4l2object, fmtdesc, &fmt, info, &align); /* Shall we setup the pool ? */