From: Seungha Yang Date: Mon, 1 Aug 2022 21:54:38 +0000 (+0900) Subject: ges: Update outdated comment X-Git-Tag: 1.22.0~1180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5c5f881e490b8902a28cebf7892552f9cf1adbd;p=platform%2Fupstream%2Fgstreamer.git 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: --- diff --git a/subprojects/gst-editing-services/ges/ges-utils.c b/subprojects/gst-editing-services/ges/ges-utils.c index 3694068..4b594b8 100644 --- a/subprojects/gst-editing-services/ges/ges-utils.c +++ b/subprojects/gst-editing-services/ges/ges-utils.c @@ -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;