This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8124 - Playback resumes when shutting down after pause and ff/rew
Attached to Project:
Rockbox
Opened by Dmitri (DiscoSuperstar00) - Friday, 09 November 2007, 18:46 GMT+1
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 22 October 2008, 12:00 GMT+1
Opened by Dmitri (DiscoSuperstar00) - Friday, 09 November 2007, 18:46 GMT+1
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 22 October 2008, 12:00 GMT+1
|
DetailsGigabeat resumes playback for a short period of time when shutting down if the player is currently paused.
To recreate: 1. Play a track partway through 2. Pause the track with the 'a' button 3. Rewind to the beginning so that the track will play from the beginning when turned on next time. 4. Shutdown the player While the "Shhutting down" text is displayed, the trac will start playing again until the gigabeat turns off completely. However, when starting up again, playback resumes from the very beginning, as expected. The issue is minor, I guess it's just a little odd that the player start playing again. I assume the shutdown code toggles play/pause instead of stopping playback. SVN version r15515-071107 |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Wednesday, 22 October 2008, 12:00 GMT+1
Reason for closing: Fixed
Additional comments about closing: fixed in svn
Wednesday, 22 October 2008, 12:00 GMT+1
Reason for closing: Fixed
Additional comments about closing: fixed in svn
I havnt done much testing so I dont know if this causes any odd sideeffects... (I dont think it will because the only thing it changes is 1 call to pcmbuf_pause() which happens about 4 times between pressing STOP music actually stopping)