am 9f98f79: Merge change 739 into donut
Merge commit '9f98f79f8eb41889dec36e0a76aaf0414b39bb3a' * commit '9f98f79f8eb41889dec36e0a76aaf0414b39bb3a': Vorbis render thread was nice 0, should be nice -16.
This commit is contained in:
committed by
The Android Open Source Project
commit
ef77be9526
@@ -67,7 +67,7 @@ void VorbisPlayer::onFirstRef()
|
||||
LOGV("onFirstRef");
|
||||
// create playback thread
|
||||
Mutex::Autolock l(mMutex);
|
||||
createThreadEtc(renderThread, this, "vorbis decoder");
|
||||
createThreadEtc(renderThread, this, "vorbis decoder", ANDROID_PRIORITY_AUDIO);
|
||||
mCondition.wait(mMutex);
|
||||
if (mRenderTid > 0) {
|
||||
LOGV("render thread(%d) started", mRenderTid);
|
||||
|
||||
Reference in New Issue
Block a user