Bug 1207546 - Integrate WebRTC with audio channels, r=roc

This commit is contained in:
Andrea Marchesini
2015-10-01 16:22:25 +03:00
parent af63dde94e
commit 43afa04a9f
3 changed files with 75 additions and 1 deletions

View File

@@ -4730,7 +4730,8 @@ HTMLMediaElement::UpdateAudioChannelPlayingState()
(HasAttr(kNameSpaceID_None, nsGkAtoms::loop) ||
(mReadyState >= nsIDOMHTMLMediaElement::HAVE_CURRENT_DATA &&
!IsPlaybackEnded()) ||
mPlayingThroughTheAudioChannelBeforeSeek));
mPlayingThroughTheAudioChannelBeforeSeek ||
mSrcAttrStream));
if (playingThroughTheAudioChannel != mPlayingThroughTheAudioChannel) {
mPlayingThroughTheAudioChannel = playingThroughTheAudioChannel;