From a8edddb3d6bac5934b3de79e28da8810514408fa Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 19 Apr 2017 11:47:30 +0200 Subject: [PATCH] video: fix typo in GstVideoAlignment doc https://bugzilla.gnome.org/show_bug.cgi?id=781490 --- gst-libs/gst/video/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h index f890eaefed..fd4813a19f 100644 --- a/gst-libs/gst/video/video.h +++ b/gst-libs/gst/video/video.h @@ -44,7 +44,7 @@ G_BEGIN_DECLS * @padding_bottom: extra pixels on the bottom * @stride_align: array with extra alignment requirements for the strides * - * Extra alignment paramters for the memory of video buffers. This + * Extra alignment parameters for the memory of video buffers. This * structure is usually used to configure the bufferpool if it supports the * #GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT. */