OSDN Git Service

TimedEventQueue is apparently important for glitch-free media playback, and so
authorMarco Nelissen <marcone@google.com>
Tue, 15 Jun 2010 19:34:50 +0000 (12:34 -0700)
committerMarco Nelissen <marcone@google.com>
Wed, 16 Jun 2010 18:09:01 +0000 (11:09 -0700)
commitcad5726e3a0920d09cac391121314e0e40f38fd2
treec4a33debff64219cfd0102c820e24382e7d819f6
parentbccedb03fad4e72c1776d2ab9e918fab4d25f222
TimedEventQueue is apparently important for glitch-free media playback, and so
having it inherit its priority from the thread that created it is a bad idea.
Instead, set the priority explicitly, and bump it to slightly higher than normal.

Change-Id: I01843f24905790ce2e2cde5d11a99346cfbf968d
media/libstagefright/TimedEventQueue.cpp