Bug 1742804 - Re-land changeset fa867b130b44. r=padenot

Differential Revision: https://phabricator.services.mozilla.com/D132501
This commit is contained in:
Andreas Pehrson 2021-12-01 12:59:44 +00:00
Родитель e36840652c
Коммит cf7d6cca2b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -139,7 +139,7 @@ void ForwardedInputTrack::ProcessInputImpl(MediaTrack* aSource,
} else if (InMutedCycle()) {
aSegment->AppendNullData(ticks);
} else if (aSource->IsSuspended()) {
aSegment->AppendNullData(aTo - aFrom);
aSegment->AppendNullData(ticks);
} else {
MOZ_ASSERT(GetEnd() == GraphTimeToTrackTimeWithBlocking(interval.mStart),
"Samples missing");