GNOME Bugzilla – Bug 401376
crash in g-s-d on mute/unmute (acme-gstreamer)
Last modified: 2007-01-30 17:28:49 UTC
In update_state "vol" is never initialized which causes crashes on my system. Patch follows.
Created attachment 81327 [details] [review] initialize vol
2007-01-30 Jens Granseuer <jensgr@gmx.net> * actions/acme-volume-gstreamer.c: (update_state): initialize 'vol' variable to prevent crashes/assertion failures trying to set ridiculously high/low volume (fixes bug #401376)