GNOME Bugzilla – Bug 340506
[0.10] goom visualization is not selected on default install - so no visualiation
Last modified: 2006-05-24 08:23:02 UTC
That issue has been described on https://launchpad.net/distros/ubuntu/+source/totem/+bug/34562 What happens is that the schemas set the visual gconf key to "goom", but totem-gstreamer wants "GOOM: what a GOOM!" and doesn't understand the "goom" value
Created attachment 64914 [details] [review] minimal fix This might fix it (not committing it yet because there is something else not quite with the visualisation selection in the preferences dialog).
The patch doesn't make a difference
Created attachment 66004 [details] [review] new patch New patch, should fix the issue with the preferences dialog as well.
Committed to HEAD and 2.14 branch: 2006-05-23 Tim-Philipp Müller <tim at centricular dot net> * configure.in: Add the 'goom' plugin from gst-plugins-good to the list of required plugins for the GStreamer-0.10 backend. * src/backend/bacon-video-widget-gst-0.10.c: (bvw_stop_play_pipeline), (setup_vis_find_factory), (setup_vis): Fix visualisation factory lookup: check for short name if we don't find a match with the long name (necessary because the schema defaults to 'goom'). Use 'goom' as fallback if we can't find the visualisation originally configured. Fixes #340506.
*** Bug 342552 has been marked as a duplicate of this bug. ***