OSDN Git Service

Workaround for track recreation bug
authorJean-Michel Trivi <jmtrivi@google.com>
Thu, 13 Sep 2012 02:42:34 +0000 (19:42 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Thu, 13 Sep 2012 02:42:34 +0000 (19:42 -0700)
commit73431968e3c5cf420b5d63c54cf72d10ff7ee7bc
tree11239e23b4a170e479addf4a102200b46e6c8ebb
parent359cf1cac2a7851a59dfe4960a1a5992ac6fdb84
Workaround for track recreation bug

Ignore thread can call Java parameter to work around bug where
 AudioTrack instance gets recreated when key clicks are enabled
 and WFD gets turned on, with the wrong parameters.

Change-Id: Ia42c8704b46fe3ffea560b05b60939fa2e4b29e1
media/libmedia/AudioTrack.cpp