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)