mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
videomixer: Declare as Compositor in 'klass'
This commit is contained in:
parent
e9f2d63011
commit
45b9ef1825
1 changed files with 1 additions and 1 deletions
|
@ -2290,7 +2290,7 @@ gst_videomixer2_class_init (GstVideoMixer2Class * klass)
|
||||||
gst_static_pad_template_get (&sink_factory));
|
gst_static_pad_template_get (&sink_factory));
|
||||||
|
|
||||||
gst_element_class_set_static_metadata (gstelement_class, "Video mixer 2",
|
gst_element_class_set_static_metadata (gstelement_class, "Video mixer 2",
|
||||||
"Filter/Editor/Video",
|
"Filter/Editor/Video/Compositor",
|
||||||
"Mix multiple video streams", "Wim Taymans <wim@fluendo.com>, "
|
"Mix multiple video streams", "Wim Taymans <wim@fluendo.com>, "
|
||||||
"Sebastian Dröge <sebastian.droege@collabora.co.uk>");
|
"Sebastian Dröge <sebastian.droege@collabora.co.uk>");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue