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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4403>
This commit is contained in:
Nicolas Dufresne 2023-08-22 01:28:47 +00:00 committed by GStreamer Marge Bot
parent fc7b776387
commit 1e7ff1ac45

View file

@ -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;