summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2012-07-11 16:27:11 +0300
committerWim Taymans <wim.taymans@collabora.co.uk>2012-07-24 12:56:46 +0200
commit1256d5ed71c0e7507a43274cb6cd3e46a417a6e4 (patch)
tree9dff44cbbe8803795da512fc06ff0f4dd19ccf5e
parent791163aba2e1657d11529f83b0159df4f9ca2cca (diff)
video-blend: Doc fix
-rw-r--r--gst-libs/gst/video/video-blend.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst-libs/gst/video/video-blend.c b/gst-libs/gst/video/video-blend.c
index f79959a34..581618354 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