From 1256d5ed71c0e7507a43274cb6cd3e46a417a6e4 Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Wed, 11 Jul 2012 16:27:11 +0300 Subject: [PATCH] video-blend: Doc fix --- gst-libs/gst/video/video-blend.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/video/video-blend.c b/gst-libs/gst/video/video-blend.c index f79959a..5816183 100644 --- a/gst-libs/gst/video/video-blend.c +++ b/gst-libs/gst/video/video-blend.c @@ -231,9 +231,8 @@ gst_video_blend_scale_linear_RGBA (GstVideoInfo * src, GstBuffer * src_buffer, } /* video_blend: - * @dest: The #GstBlendVideoFormatInfo where to blend @src in - * @src: the #GstBlendVideoFormatInfo that we want to blend into - * @dest + * @dest: The #GstVideoFrame where to blend @src in + * @src: the #GstVideoFrame that we want to blend into * @x: The x offset in pixel where the @src image should be blended * @y: the y offset in pixel where the @src image should be blended * @global_alpha: the global_alpha each per-pixel alpha value is multiplied -- 2.7.4