video-hdr: Fix document typo
authorSeungha Yang <seungha.yang@navercorp.com>
Mon, 12 Aug 2019 13:42:10 +0000 (22:42 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Mon, 12 Aug 2019 13:47:33 +0000 (22:47 +0900)
Fix missing document update. GstVideoContentLightMeta was changed to
GstVideoContentLightLevel during code review.

gst-libs/gst/video/video-hdr.h

index a4d32af..a0b92fd 100644 (file)
@@ -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)