From a12f161724835b263d20475dfb074065141eed69 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 10 Feb 2020 10:29:25 +0530 Subject: [PATCH] video-info: fix typo in doc --- gst-libs/gst/video/video-info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/video/video-info.h b/gst-libs/gst/video/video-info.h index 62c2356e83..5181b43b7b 100644 --- a/gst-libs/gst/video/video-info.h +++ b/gst-libs/gst/video/video-info.h @@ -295,9 +295,9 @@ GstVideoFieldOrder gst_video_field_order_from_string (const gchar * order); * @chroma_site: a #GstVideoChromaSite. * @colorimetry: the colorimetry info * @par_n: the pixel-aspect-ratio numerator - * @par_d: the pixel-aspect-ratio demnominator + * @par_d: the pixel-aspect-ratio denominator * @fps_n: the framerate numerator - * @fps_d: the framerate demnominator + * @fps_d: the framerate denominator * @offset: offsets of the planes * @stride: strides of the planes * @multiview_mode: delivery mode for multiple views. (Since: 1.6)