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 656580 - "Input level" progess bar doesn't do anything
"Input level" progess bar doesn't do anything
Status: RESOLVED OBSOLETE
Product: empathy
Classification: Core
Component: VoIP
2.33.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-08-15 13:39 UTC by Guillaume Desmottes
Modified: 2011-12-15 12:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2011-08-15 13:39:55 UTC
I guess it should display the level of the sound currently recorded?
Comment 1 Emilio Pozuelo Monfort 2011-08-15 23:13:59 UTC
Yes, as it happens in the sidebar in empathy-av. We should do this using libpulse.
Comment 2 Guillaume Desmottes 2011-09-01 07:40:08 UTC
Anything blocking it or that's just a matter of implementing it?
Comment 3 Emilio Pozuelo Monfort 2011-09-01 10:09:45 UTC
There's nothing blocking it.
Comment 4 Guillaume Desmottes 2011-10-12 16:14:50 UTC
Jon pointed in bug #661190 that the sound system settings has a widget to display volume that could be used instead.
Comment 5 Guillaume Desmottes 2011-12-15 12:50:51 UTC
Actually we don't need this any more as the UI to control volume has been removed:


commit ad8497cb0edb8e6801e277cecf43b0c2129e6c41
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Thu Nov 17 20:14:01 2011 +0000

    Remove call input volume configuration
    
    As we rely on pulseaudio there is no point in saving our own volume
    configuration, pulseaudio does that for us. If we do save it, then we
    have no idea which volume to pick after connecting to pulse (the one we
    save, the one pulse saved, a random value?).
    
    On top of that our configuration implementation is plain ugly, the
    level meter didn't work etc. This is all much better configured using
    the gnome-control-center sound panel, which is pretty nice for inputs
    and saves its volume on pulse for us to re-use :)