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 335948 - [0.10] refresh issue when using video effect with no effect selected
[0.10] refresh issue when using video effect with no effect selected
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
Depends on:
Blocks:
 
 
Reported: 2006-03-25 13:19 UTC by Sebastien Bacher
Modified: 2006-05-23 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-03-25 13:19:21 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/totem/+bug/34578

"System: Ubuntu Dapper Flight5
Kernel: 2.6.15-18-386
Hardware: HP Laptop model ze2355ea
Ati Mobility Radeon X200 (default open source driver)

When I click on the the various menus within totem a menu pops up but doesnt then close as expected when the mouse is moved away.

This happens whenever I try to play any multimedia file such as those which are included in the ~/Examples/Audio file.

I have taken a screenshot to show what totem looks like when you try to browse the menus and created a tiny url for it.

http://tinyurl.com/qnere

I think it may have something to do with my graphics card.
...
> Thanks for your bug. It seems that the video are is not refreshed correctly. Do you use totem-gstreamer or totem-xine? What videosink from gstreamer-properties do you use? Does trying a different one fixes the issue? What visual effects do you use (the properties have that option)?
...
It happens only when a audio file is actually playing.

One thing I noticed in this freshly created user account: In the Totem preferences, "show visual effects when audio file is played" is on by default, but the the type of visualisation is blank. If you click on the blank field, then "GOOM: what a GOOM!" appears. One you do that, and restart totem, the problem with the menus is gone, no matter if the visualisation is on or off.

So it seems initially in totem visualisation is on, but no visualisation is selected, and in that situation the menus don't close during an audio playback."
Comment 1 Tim-Philipp Müller 2006-05-23 10:25:42 UTC
This should also have been fixed by this commit (please re-open if not):

  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.