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 761961 - [PATCH] stop the player on exit
[PATCH] stop the player on exit
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
3.19.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2016-02-12 16:15 UTC by Marinus Schraal
Modified: 2016-05-07 09:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
stop the player playing on destroy (548 bytes, patch)
2016-02-12 16:15 UTC, Marinus Schraal
committed Details | Review

Description Marinus Schraal 2016-02-12 16:15:42 UTC
Created attachment 321004 [details] [review]
stop the player playing on destroy

I noticed that while exiting the window, the music could literally keep playing for seconds. This patch solves it by stopping the player on the destroy event.
Comment 1 Felipe Borges 2016-03-04 12:07:30 UTC
Review of attachment 321004 [details] [review]:

makes sense.