From 1e7ff1ac457486b3e87426e4f6f97c55bdb8fbc5 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 22 Aug 2023 01:28:47 +0000 Subject: [PATCH] gstv4l2object: fix TODO comment about HDR configure add following todo list - Missing capture (v4l2src) HDR10 configuration and/or reporting - The API is not capable of HDR to HDR conversion as controls are not specific to queues Part-of: --- subprojects/gst-plugins-good/sys/v4l2/gstv4l2object.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-good/sys/v4l2/gstv4l2object.c b/subprojects/gst-plugins-good/sys/v4l2/gstv4l2object.c index ef5e506b5f..fe9006cf3d 100644 --- a/subprojects/gst-plugins-good/sys/v4l2/gstv4l2object.c +++ b/subprojects/gst-plugins-good/sys/v4l2/gstv4l2object.c @@ -4052,7 +4052,9 @@ gst_v4l2_object_set_format_full (GstV4l2Object * v4l2object, GstCaps * caps, /* Passing HDR10 information * - * TODO: should not configure capture of v4l2transform for HDR to HDR conversion. + * TODO: + * - Missing capture (v4l2src) HDR10 configuration and/or reporting + * - The API is not capable of HDR to HDR conversion as controls are not specific to queues */ if (V4L2_TYPE_IS_OUTPUT (v4l2object->type)) { GstVideoMasteringDisplayInfo video_master_display_info;