mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
video-info: fix typo in doc
This commit is contained in:
parent
ea2619aadc
commit
a12f161724
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue