D97403 got overtaken the gtest for AudioInputTrackDisabling. This fixes the
bustage that combination resulted in.

Differential Revision: https://phabricator.services.mozilla.com/D97606
This commit is contained in:
Andreas Pehrson 2020-11-19 16:30:45 +00:00
Родитель a6033eb204
Коммит 9a68ee057c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -529,7 +529,7 @@ TEST(TestAudioTrackGraph, AudioInputTrackDisabling)
return graph->NotifyWhenDeviceStarted(inputTrack);
});
MockCubebStream* stream = WaitFor(cubeb->StreamInitEvent());
RefPtr<SmartMockCubebStream> stream = WaitFor(cubeb->StreamInitEvent());
EXPECT_TRUE(stream->mHasInput);
Unused << WaitFor(p);