Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit f66b3db7 authored by Karthik Reddy Katta's avatar Karthik Reddy Katta Committed by Steve Kondik
Browse files

libstagefright: Fix for media player error during WMV streaming

-Issue: Power suspend and resume during WMV streaming is
 resulting "Sorry cannot play" error.
-Rootcause: While resuming streaming video, the WMA decoder is
 paused to stop reading input data until a subsequent seek.
 But it is not started again after seek. Hence subsequent read()
 call fails and error is thrown.
-Fix: Check audio source state and resume it after seek.

Change-Id: If3d2dd45c5aba97cf79901d2ea05f5261e3eabd9
CRs-Fixed: 555961
parent d73cf918
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment