You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed. gst_element_factory_make will return glsinkbin if its installed regardless if we can realize GL context. But GStreamer 1.24 have broken playback without using it.
We probably gonna need a sink to be a bin that hotplugs GL elements only if possible...
The commit 681da9e breaks the video playback if OpenGL is not supported by the system, because it tries to use
glsinkbin
unconditionally.Please either remove this workaround, or ensure that GL context is available before using
glsinkbin
.The text was updated successfully, but these errors were encountered: