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

[PAPlayer] Fix locking issues #1160

Merged
2 commits merged into from Jul 14, 2012
Merged

[PAPlayer] Fix locking issues #1160

2 commits merged into from Jul 14, 2012

Conversation

ghost
Copy link

@ghost ghost commented Jul 14, 2012

Much better performance now - no more hammering stream locks. Also fixes bad sleep logic where it slept less when buffer was more full lol

extracted from https://github.com/xbmc/xbmc/pull/1074

….cpp require data. Much better performance now - no more hammering stream locks. Also fixes bad sleep logic where it slept less when buffer was more full lol
@ghost
Copy link
Author

ghost commented Jul 14, 2012

i have amended the commit with a change of a cstdstring to a char[21] to avoid potential threading issues.

@Memphiz
Copy link
Member

Memphiz commented Jul 14, 2012

yeah that was exactly what i've ment :) ... hopefully i'll get some time to pull some other fixes out of 1074

@jmarshallnz
Copy link
Contributor

Looks good.

ghost pushed a commit that referenced this pull request Jul 14, 2012
[PAPlayer] Fix locking issues
@ghost ghost merged commit 8909327 into xbmc:master Jul 14, 2012
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants