From 89368861923c6860c56b1ec24e69df7d2d645911 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Mon, 12 Aug 2019 22:42:10 +0900 Subject: [PATCH] video-hdr: Fix document typo Fix missing document update. GstVideoContentLightMeta was changed to GstVideoContentLightLevel during code review. --- 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 a4d32af9f7..a0b92fd28c 100644 --- a/gst-libs/gst/video/video-hdr.h +++ b/gst-libs/gst/video/video-hdr.h @@ -100,7 +100,7 @@ gboolean gst_video_mastering_display_info_add_to_caps (const GstVideoMastering GstCaps * caps); /** - * GstVideoContentLightMeta: + * GstVideoContentLightLevel: * @maxCLL_n: the numerator of Maximum Content Light Level (cd/m^2 and nit) * @maxCLL_d: the denominator of Maximum Content Light Level (cd/m^2 and nit) * @maxFALL_n: the numerator Maximum Frame-Average Light Level (cd/m^2 and nit)