summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-02-10 10:29:25 +0530
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2020-02-26 16:16:55 +0000
commitec15d3c12160d21f1e90957768b816a39d990b54 (patch)
tree18bfc9ee4c87ff4eb3adae9540f9022632e2e89d
parent545b817eaffbb8ff5ed6420a10d7485e8e53afc3 (diff)
downloadgstreamer-plugins-base-ec15d3c12160d21f1e90957768b816a39d990b54.tar.gz
video-info: fix typo in doc
-rw-r--r--gst-libs/gst/video/video-info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/video/video-info.h b/gst-libs/gst/video/video-info.h
index 6df82028f..44d27fab2 100644
--- a/gst-libs/gst/video/video-info.h
+++ b/gst-libs/gst/video/video-info.h
@@ -284,9 +284,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)