From f5c5f881e490b8902a28cebf7892552f9cf1adbd Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Tue, 2 Aug 2022 06:54:38 +0900 Subject: [PATCH] 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: --- subprojects/gst-editing-services/ges/ges-utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.7.4