From 5b720702cf192ea3c34c88ae009c74e748c9a2e4 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 2 Apr 2020 23:30:57 +1100 Subject: [PATCH] video-hdr: Fix a docs typo (x -> y) --- gst-libs/gst/video/video-hdr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/video-hdr.h b/gst-libs/gst/video/video-hdr.h index 6da876d..35765cb 100644 --- a/gst-libs/gst/video/video-hdr.h +++ b/gst-libs/gst/video/video-hdr.h @@ -32,7 +32,7 @@ typedef struct _GstVideoContentLightLevel GstVideoContentLightLevel; /** * GstVideoMasteringDisplayInfoCoordinates: * @x: the x coordinate of CIE 1931 color space in unit of 0.00002. - * @x: the y coordinate of CIE 1931 color space in unit of 0.00002. + * @y: the y coordinate of CIE 1931 color space in unit of 0.00002. * * Used to represent display_primaries and white_point of * #GstVideoMasteringDisplayInfo struct. See #GstVideoMasteringDisplayInfo -- 2.7.4