mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
videomixer: document as deprecated
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/878>
This commit is contained in:
parent
2a4c63036b
commit
e71648e214
2 changed files with 6 additions and 2 deletions
|
@ -25138,7 +25138,7 @@
|
|||
"elements": {
|
||||
"videomixer": {
|
||||
"author": "Wim Taymans <wim@fluendo.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
|
||||
"description": "Mix multiple video streams",
|
||||
"description": "Deprecated by compositor. Mix multiple video streams",
|
||||
"hierarchy": [
|
||||
"GstVideoMixer2",
|
||||
"GstElement",
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
* SECTION:element-videomixer
|
||||
* @title: videomixer
|
||||
*
|
||||
* IMPORTANT: #videomixer is deprecated in favor of #compositor, please do not
|
||||
* use this element in newly-written code!
|
||||
*
|
||||
* 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
|
||||
* output parameters. Indeed output video frames will have the geometry of the
|
||||
|
@ -2230,7 +2233,8 @@ gst_videomixer2_class_init (GstVideoMixer2Class * klass)
|
|||
|
||||
gst_element_class_set_static_metadata (gstelement_class, "Video mixer 2",
|
||||
"Filter/Editor/Video/Compositor",
|
||||
"Mix multiple video streams", "Wim Taymans <wim@fluendo.com>, "
|
||||
"Deprecated by compositor. Mix multiple video streams",
|
||||
"Wim Taymans <wim@fluendo.com>, "
|
||||
"Sebastian Dröge <sebastian.droege@collabora.co.uk>");
|
||||
|
||||
/* Register the pad class */
|
||||
|
|
Loading…
Reference in a new issue