commit | 27243b75722c077699a593cb64947f1d763a177f | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Tue Feb 05 13:16:39 2013 -0800 |
committer | Andreas Huber <andih@google.com> | Tue Feb 05 13:17:17 2013 -0800 |
tree | 45f2fba07da11e72ed27d1ef9d34bcc1ea6438f5 | |
parent | ec29a2bfb5364a5968b77559fd13821b827d173a [diff] [blame] |
Fix a typo in MediaPlayerFactory that would prevent us from opting in to nuplayer for general media playback. Change-Id: I050f5178aadbb0b8bf422861ef885745c0b9006a
diff --git a/media/libmediaplayerservice/MediaPlayerFactory.cpp b/media/libmediaplayerservice/MediaPlayerFactory.cpp index bb441cc..1fb8b1a 100644 --- a/media/libmediaplayerservice/MediaPlayerFactory.cpp +++ b/media/libmediaplayerservice/MediaPlayerFactory.cpp
@@ -100,7 +100,7 @@ } \ \ if (0.0 == bestScore) { \ - bestScore = getDefaultPlayerType(); \ + ret = getDefaultPlayerType(); \ } \ \ return ret;