commit | c622c584ea0ffb807eb9f711aa30016eae069c92 | [log] [tgz] |
---|---|---|
author | Takahiro Aizawa <takahiro.aizawa@sonymobile.com> | Mon Jun 20 09:53:47 2016 +0900 |
committer | Robert Shih <robertshih@google.com> | Tue Jul 12 18:07:49 2016 -0700 |
tree | f2746bf2a731482f4ab207bc5c7d450b9e2bdf48 | |
parent | e37b911fbf70c15c652db8585bca2a5f035d9def [diff] |
Add null check for rtsp source During playback contents with multi audio tracks or multi video tracks, crash occurs in checkBuffering() which is added from Android-N. The reason is because instance is not set in mSource in onConnected(). This commit adds null check to prevent crash. Bug: 29520487 Change-Id: I893c11a7339e938b1f3b79805c2fb3d9be5cfc96 Signed-off-by: ZHU XINGYUE <zhu.x.xingyue@sonymobile.com>