Drop usage of 'overlayed' to mean 'overlaid'
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 15 Apr 2016 20:22:51 +0000 (13:22 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 15 Apr 2016 20:39:32 +0000 (13:39 -0700)
gst-libs/gst/player/gstplayer-video-overlay-video-renderer.c
gst/compositor/compositor.c

index 72a35e0..7764d43 100644 (file)
@@ -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.
index 1c0b39b..07311b3 100644 (file)
@@ -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.