diff --git a/spa/plugins/libcamera/libcamera-source.cpp b/spa/plugins/libcamera/libcamera-source.cpp index 76b512c97..5e934790b 100644 --- a/spa/plugins/libcamera/libcamera-source.cpp +++ b/spa/plugins/libcamera/libcamera-source.cpp @@ -476,7 +476,7 @@ color_space_to_colorimetry(const libcamera::ColorSpace& colorspace) switch (colorspace.transferFunction) { case ColorSpace::TransferFunction::Linear: - res.transfer = SPA_VIDEO_TRANSFER_UNKNOWN; + res.transfer = SPA_VIDEO_TRANSFER_GAMMA10; break; case ColorSpace::TransferFunction::Srgb: res.transfer = SPA_VIDEO_TRANSFER_SRGB;