Open Bug 1750506 Opened 3 years ago Updated 3 years ago

Verify if GMPVideoDecoderParent::RecvDecoded should handle/report corrupted frames

Categories

(Core :: Audio/Video: GMP, task)

task

Tracking

()

People

(Reporter: jstutte, Unassigned)

Details

In GMPVideoDecoderParent::RecvDecoded we used to handle the arrival of a corrupted frame as IPC_FAIL.

Given that IPC_FAIL is to be considered fatal for the caller and these seem to be frequent, patch D135238 now ignores those frames entirely as suggested by the reported error message.

We might want to consider a better handling here (like an explicit return value to the caller?).

You need to log in before you can comment on or make changes to this bug.