After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 340506 - [0.10] goom visualization is not selected on default install - so no visualiation
[0.10] goom visualization is not selected on default install - so no visualia...
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
: 342552 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-05-03 10:29 UTC by Sebastien Bacher
Modified: 2006-05-24 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
minimal fix (2.58 KB, patch)
2006-05-06 09:45 UTC, Tim-Philipp Müller
none Details | Review
new patch (3.15 KB, patch)
2006-05-22 18:30 UTC, Tim-Philipp Müller
committed Details | Review

Description Sebastien Bacher 2006-05-03 10:29:17 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
Comment 1 Tim-Philipp Müller 2006-05-06 09:45:47 UTC
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).
Comment 2 Sebastien Bacher 2006-05-06 15:38:39 UTC
The patch doesn't make a difference
Comment 3 Tim-Philipp Müller 2006-05-22 18:30:54 UTC
Created attachment 66004 [details] [review]
new patch

New patch, should fix the issue with the preferences dialog as well.
Comment 4 Tim-Philipp Müller 2006-05-23 10:23:51 UTC
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.

Comment 5 Tim-Philipp Müller 2006-05-24 08:23:02 UTC
*** Bug 342552 has been marked as a duplicate of this bug. ***