Gary: >> If you can only get the problem to happen with the >> slider on the panel >> (and not gnome-volume-control), that would be odd. >> It's a bit harder to >> et the same debug output from a panel applet. > > Yes, that seems to be the case. Even more curiously, the problem only > happens when I move the panel slider while the audio is playing.
This is really very strange since the panel volume applet and gnome-volume-control use exactly the same GStreamer code to interact with the mixer. You can refer to the sunaudiomixer plugin code in the gst-plugins-good module. After reboot and login, but before changing the volume level try to kill the mixer2 applet. Run "ps -ef | grep mixer" and kill the mixer2 applet process. Then run the mixer applet by hand, but with the --gst-debug options set as described in my previous email.. Note applets live in /usr/lib, so you'll find the mixer applet there. Now restart gnome-panel by running "pkill gnome-panel", it should automatically start itself and the mixer applet. Does changing the volume level after doing this have the same problem? If so, you should see debug output in the terminal where you ran the mixer applet by hand. That debug output would be useful. > I get the same problem after a Live Upgrade to build 103. Brian
