Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs in WAV playlist #86

Closed
pjsipbot opened this issue Jan 31, 2007 · 0 comments
Closed

Bugs in WAV playlist #86

pjsipbot opened this issue Jan 31, 2007 · 0 comments

Comments

@pjsipbot
Copy link
Collaborator

2007-01-31 18:16:39: @bennylp created the issue on trac ticket 86

The current_file variable is not always consistent and need to be updated
specially when the last file in the list has been played otherwise there is a
crash due to an access violation since it's used as an index for the playlist;

The statement

current_file = fport->current_file;

shall be the first statement in the while (size_left > 0) loop to fix that
array index bug ;o)

Thanks Alain Totouom for the report/fix.


2007-01-31 18:18:06: @bennylp changed status from new to closed


2007-01-31 18:18:06: @bennylp set resolution to fixed


2007-01-31 18:18:06: @bennylp commented

Fixed in r917.


2007-01-31 21:09:42: @bennylp changed title from Crash in WAV playlist to Bugs in WAV playlist


2007-01-31 21:09:42: @bennylp commented

Another problem reported and fixed by Alain Totouom, and I committed in r919:

"When x Files are set in the play list, in the first iteration all the files are
played normally. But when the first loop is over only the first file in the list
is played continuously (bug)."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants