From 58465bc90f2ee513c633b5ab2f230174ea482bfe Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 15 Apr 2016 13:22:51 -0700 Subject: [PATCH] Drop usage of 'overlayed' to mean 'overlaid' --- gst-libs/gst/player/gstplayer-video-overlay-video-renderer.c | 2 +- gst/compositor/compositor.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/player/gstplayer-video-overlay-video-renderer.c b/gst-libs/gst/player/gstplayer-video-overlay-video-renderer.c index 72a35e0491..7764d43efb 100644 --- a/gst-libs/gst/player/gstplayer-video-overlay-video-renderer.c +++ b/gst-libs/gst/player/gstplayer-video-overlay-video-renderer.c @@ -255,7 +255,7 @@ void gst_player_video_overlay_video_renderer_expose * Configure a subregion as a video target within the window set by * gst_player_video_overlay_video_renderer_set_window_handle(). If this is not * used or not supported the video will fill the area of the window set as the - * overlay to 100%. By specifying the rectangle, the video can be overlayed to + * overlay to 100%. By specifying the rectangle, the video can be overlaid to * a specific region of that window only. After setting the new rectangle one * should call gst_player_video_overlay_video_renderer_expose() to force a * redraw. To unset the region pass -1 for the @width and @height parameters. diff --git a/gst/compositor/compositor.c b/gst/compositor/compositor.c index 1c0b39bcfe..07311b3741 100644 --- a/gst/compositor/compositor.c +++ b/gst/compositor/compositor.c @@ -75,7 +75,7 @@ * ]| A pipeline to demonstrate compositor used together with videobox. * This should show a 320x240 pixels video test source with some transparency * showing the background checker pattern. Another video test source with just - * the snow pattern of 100x100 pixels is overlayed on top of the first one on + * the snow pattern of 100x100 pixels is overlaid on top of the first one on * the left vertically centered with a small transparency showing the first * video test source behind and the checker pattern under it. Note that the * framerate of the output video is 10 frames per second.