mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
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:
parent
fc7b776387
commit
1e7ff1ac45
1 changed files with 3 additions and 1 deletions
|
@ -4052,7 +4052,9 @@ gst_v4l2_object_set_format_full (GstV4l2Object * v4l2object, GstCaps * caps,
|
||||||
|
|
||||||
/* Passing HDR10 information
|
/* 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)) {
|
if (V4L2_TYPE_IS_OUTPUT (v4l2object->type)) {
|
||||||
GstVideoMasteringDisplayInfo video_master_display_info;
|
GstVideoMasteringDisplayInfo video_master_display_info;
|
||||||
|
|
Loading…
Reference in a new issue