Bug 1207546 - Integrate WebRTC with audio channels, r=roc
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user