зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1053426 - Fennec crashes when tab sharing is active r=jesup
This commit is contained in:
Родитель
a0c73ccf79
Коммит
21de6e9ef7
|
@ -1259,6 +1259,7 @@ void MediaPipelineTransmit::PipelineListener::ProcessVideoChunk(
|
|||
MOZ_ASSERT(PR_FALSE);
|
||||
}
|
||||
conduit->SendVideoFrame(yuv, buffer_size, size.width, size.height, mozilla::kVideoI420, 0);
|
||||
free(yuv);
|
||||
} else {
|
||||
MOZ_MTLOG(ML_ERROR, "Unsupported video format");
|
||||
MOZ_ASSERT(PR_FALSE);
|
||||
|
|
Загрузка…
Ссылка в новой задаче