From 6547985f27d93d3b80ee7f42aaf7112f5c2070d7 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 24 Oct 2014 11:35:31 +0200 Subject: [PATCH] video-chroma: fix typo --- gst-libs/gst/video/video-chroma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/video-chroma.c b/gst-libs/gst/video/video-chroma.c index 1fdf3e5..d2eac06 100644 --- a/gst-libs/gst/video/video-chroma.c +++ b/gst-libs/gst/video/video-chroma.c @@ -909,7 +909,7 @@ static const VertResampler v_resamplers[] = { * @v_factor: vertical resampling factor * * Create a new resampler object for the given parameters. When @h_factor or - * @v_factoris > 0, upsampling will be used, otherwise subsampling is + * @v_factor is > 0, upsampling will be used, otherwise subsampling is * performed. * * Returns: a new #GstVideoChromaResample that should be freed with -- 2.7.4