Skip to content

Commit 3a31a1a

Browse files
committed
Audio gets choppy when the device list is duplicated
Fix nwjs#1270
1 parent be56582 commit 3a31a1a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/media/media_stream_devices_controller.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@ void MediaStreamDevicesController::Accept(bool update_content_setting) {
184184
break;
185185
}
186186

187-
media::GetDefaultDevicesForProfile(
188-
has_audio_,
189-
has_video_,
190-
&devices);
191-
192187
callback_.Run(devices, scoped_ptr<content::MediaStreamUI>());
193188
}
194189

0 commit comments

Comments
 (0)