videomixer: document as deprecated

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/878>
This commit is contained in:
Mathieu Duponchelle 2021-02-18 00:36:43 +01:00
parent 2a4c63036b
commit e71648e214
2 changed files with 6 additions and 2 deletions

View file

@ -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",

View file

@ -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 */