[gstreamer-bugs] [Bug 595231] [pulsesink] Lowers volume after every new track
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Oct 16 07:43:15 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=595231
GStreamer | gst-plugins-good | 0.10.15
--- Comment #15 from Bastien Nocera <hadess at hadess.net> 2009-10-16 14:43:09 UTC ---
The problem happens when changing the volume in Totem once from the default.
1. Launch Totem
2. Start playing something
3. Change the volume in Totem
4. Skip track
5. Volume is changed from the pulsesink side
Commented debug output:
** Message: first volume set, ignoring
We ignore the saved volume when using PA.
** Message: got new PA volume 0.023758
** Message: finishing notifying about new PA volume
Notification from pulsesink about the "volume" property, we change our UI
** Message: setting PA volume 0.043758
User interaction, set the property on pulsesink.
** Message: got new PA volume 0.043758
** Message: finishing notifying about new PA volume
Notification from pulsesink about the "volume" property, we change our UI (eg.
do nothing)
** Message: got new PA volume 0.043758
** Message: finishing notifying about new PA volume
Another notification.
** Message: got new PA volume 0.007861
** Message: finishing notifying about new PA volume
And after the track switch, yikes!
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list