video-info: fix typo in doc
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Mon, 10 Feb 2020 04:59:25 +0000 (10:29 +0530)
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>
Wed, 26 Feb 2020 16:15:59 +0000 (16:15 +0000)
gst-libs/gst/video/video-info.h

index 62c2356..5181b43 100644 (file)
@@ -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)