Merge "Widevine Delivers Frames "Much Too Late" On Startup" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
521a13b5d7
@@ -132,7 +132,7 @@ status_t WVMMediaSource::start(MetaData *)
|
||||
// Let video stream control play/pause
|
||||
if (mESSelector == WV_EsSelector_Video) {
|
||||
float speed;
|
||||
WVStatus result = WV_Play(mSession, 1.0, &speed, "now-");
|
||||
WVStatus result = WV_Play(mSession, 1.0, &speed, "00:00:00-");
|
||||
if (result != WV_Status_OK) {
|
||||
ALOGE("WV_Play returned status %d in WVMMediaSource::start\n", result);
|
||||
return ERROR_IO;
|
||||
|
||||
Reference in New Issue
Block a user