mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Drop usage of 'overlayed' to mean 'overlaid'
This commit is contained in:
parent
7597f4dd7a
commit
58465bc90f
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue