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

Skip to content
Commit 5859d608 authored by Naupada Dharmendra Patnaik's avatar Naupada Dharmendra Patnaik Committed by Steve Kondik
Browse files

libstagefright: avoid audio source to start before audio player after seek

If audio source is started before audio player during seek, audio source
will start allowing the audio data from the beginning (as seekTime for
Audio is maintained in AudioPlayer and is set once we start the audio player)
Once AudioPlayer is started, it sets the seektime and the data starts from seektime.

This change avoids audio source to start before starting audio player.

CRs-Fixed: 402140

Change-Id: Iad42a5235766478740966788cb9e1dd853104b57
parent 94573721
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