mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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:
parent
ce7070bf5b
commit
f5c5f881e4
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue