mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
video-blend: Doc fix
This commit is contained in:
parent
791163aba2
commit
1256d5ed71
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue