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

This commit is contained in:
Andrea Marchesini
2015-10-14 11:32:23 +05:30
parent 687f930aed
commit 838597d936
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;