I just updated GNOME to version 42. Everything seems already smooth and stable but totem refuses to start if media-plugins/gst-plugins-gtk is not installed or if it is missing opengl USE flag. When totem is executed from the terminal the following message is shown: "Element 'gtkglsink' is missing, verify your installation". Installing the package solves the issue. Reference: https://mail.gnome.org/archives/commits-list/2022-February/msg00101.html
Hmm, I see in src/backend/meson.build: gst_good_plugins = [ 'autoaudiosink', 'scaletempo', 'gtkglsink', 'glsinkbin' ] foreach plugin: gst_good_plugins r = run_command(gst_inspect, plugin, check: false) assert(r.returncode() == 0, 'Cannot find required GStreamer-1.0 plugin "' + plugin + '". It should be part of gst-plugins-good. Please install it.') endforeach Looks like that's broken, I guess?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770afcdffc49daeebe087f27c0d4097547018a05 commit 770afcdffc49daeebe087f27c0d4097547018a05 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2022-03-30 19:29:33 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2022-03-30 19:30:03 +0000 media-video/totem: Depend on gst-plugins-gtk[opengl] Closes: https://bugs.gentoo.org/836351 Signed-off-by: Matt Turner <mattst88@gentoo.org> media-video/totem/{totem-42.0.ebuild => totem-42.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+)