DescriptionFix DesktopSessioAgent crash when handling nullptr OnCaptureCompleted callback.
When DesktopSessionAgent receives a nullptr DesktopFrame, it will send an empty SerializedDesktopFrame (with dimensions equal to zero) to DesktopSessionProxy, and DesktopSessionProxy will also send a nullptr DesktopFrame.
BUG=
Committed: https://crrev.com/68440da3c34d06a6b1c48ab866c5f3f21f270d6a
Cr-Commit-Position: refs/heads/master@{#396281}
Patch Set 1 #
Total comments: 2
Patch Set 2 : DesktopSessionProxy needs to be aware of unchanged frames. #Patch Set 3 : Return an empty SerializedDesktopFrame if input DesktopFrame is nullptr #
Total comments: 2
Patch Set 4 : Share two --pending_capture_frame_requests_ calls #
Messages
Total messages: 22 (13 generated)
|