Bug 1447982 - Remove early exit when no change on Reconfigure. r=padenot

We don't want to skip all remaining steps. For now it just affects some logging,
but there may be new ones added in the future.

MozReview-Commit-ID: 7fBdgLNT780

--HG--
extra : rebase_source : dc5113298c1dbadd23c19127349a4a66cd460b4c
This commit is contained in:
Andreas Pehrson 2018-03-26 12:23:12 +02:00
Родитель deb26bcad0
Коммит 83d5534ca3
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -471,10 +471,6 @@ MediaEngineWebRTCMicrophoneSource::UpdateSingleSource(
case kStarted:
case kStopped:
if (prefs == mLastPrefs) {
return NS_OK;
}
if (prefs.mChannels != mLastPrefs.mChannels) {
// If the channel count changed, tell the MSG to open a new driver with
// the correct channel count.