DescriptionFix an issue that surface texture is not reestablished after video gets interrupted
When video gets interrupted by audio focus change, we sent an DidMediaPlayerPause IPC to WebMediaPlayer, and release the mediaplayer at the same time.
However, when we want to resume the playback, WebMediaPlayer does not know that the mediaplayer needs to reestablish the surface texture.
Instead of sending DidMediaPlayerPause, we should send MediaPlayerReleased IPC.
See internal b/12362468
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245097
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|