ges: Update outdated comment

d3d11compositor is a videoaggregator subclass and no more wrapper bin
since the MR
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2631

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2825>
This commit is contained in:
Seungha Yang 2022-08-02 06:54:38 +09:00 committed by GStreamer Marge Bot
parent ce7070bf5b
commit f5c5f881e4

View file

@ -154,8 +154,7 @@ find_compositor (GstPluginFeature * feature, gpointer udata)
return FALSE;
}
/* Some hardware compositor elements (d3d11compositor for example) consist of
* bin with internal mixer elements */
/* glvideomixer consists of bin with internal mixer element */
if (g_type_is_a (gst_element_factory_get_element_type (GST_ELEMENT_FACTORY
(loaded_feature)), GST_TYPE_BIN)) {
GParamSpec *pspec;