mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
videomixer: drop reference to videomixer 2
Fix a small grammar mistake on "overlayed" while at it.
This commit is contained in:
parent
4103f3d7f3
commit
6b209acf28
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:element-videomixer
|
* SECTION:element-videomixer
|
||||||
*
|
*
|
||||||
* Videomixer2 can accept AYUV, ARGB and BGRA video streams. For each of the requested
|
* Videomixer can accept AYUV, ARGB and BGRA video streams. For each of the requested
|
||||||
* sink pads it will compare the incoming geometry and framerate to define the
|
* sink pads it will compare the incoming geometry and framerate to define the
|
||||||
* output parameters. Indeed output video frames will have the geometry of the
|
* output parameters. Indeed output video frames will have the geometry of the
|
||||||
* biggest incoming video stream and the framerate of the fastest incoming one.
|
* biggest incoming video stream and the framerate of the fastest incoming one.
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
* ]| A pipeline to demonstrate videomixer used together with videobox.
|
* ]| A pipeline to demonstrate videomixer used together with videobox.
|
||||||
* This should show a 320x240 pixels video test source with some transparency
|
* This should show a 320x240 pixels video test source with some transparency
|
||||||
* showing the background checker pattern. Another video test source with just
|
* 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
|
* the left vertically centered with a small transparency showing the first
|
||||||
* video test source behind and the checker pattern under it. Note that the
|
* video test source behind and the checker pattern under it. Note that the
|
||||||
* framerate of the output video is 10 frames per second.
|
* framerate of the output video is 10 frames per second.
|
||||||
|
|
Loading…
Reference in a new issue