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 617525 - Totem browser plugin mutes sound
Totem browser plugin mutes sound
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2010-05-03 13:41 UTC by Jochem
Modified: 2010-05-05 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jochem 2010-05-03 13:41:12 UTC
When playing an audio stream, the Totem Browser Plugin always starts muted. Although the sound volume can be increased, after restarting the stream, it's muted again.

(this problem occurs in Mozilla Firefox 3.6 on Ubuntu 10.04 LTS x86_64
Example stream: http://radioplayer.omroep.nl/3fm-default/asx/audioplayer.html )
Comment 1 Bastien Nocera 2010-05-03 14:14:44 UTC
My guess is that you don't use, or disabled PulseAudio, which is responsible for restoring the volume across runs.
Comment 2 Jochem 2010-05-03 14:46:08 UTC
It is a default Ubuntu install and I did not make any changes to PulseAudio (or any sound / audio system).
Comment 3 Jochem 2010-05-03 17:42:20 UTC
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/514658

So this issue can be closed
Comment 4 Bastien Nocera 2010-05-03 17:59:52 UTC
It's a bug in the browser plugin, which still uses the GConf volume key which we don't use anymore.
Comment 5 Bastien Nocera 2010-05-05 16:11:47 UTC
commit 386142b4de7d6ce15448e50b32ba714a57090df7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 5 17:10:37 2010 +0100

    Remove use of GConf volume variable
    
    Seeing as it's not set anywhere anymore, and PulseAudio is
    supposed to remember the volume of the previous stream.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617525