[M120 Migration] Fixup! [WebRTC] Add TizenEsPlusPlayerRendererManager Implementation 11/309911/3
authorzhishun.zhou <zhishun.zhou@samsung.com>
Tue, 24 Oct 2023 03:53:48 +0000 (11:53 +0800)
committerBot Blink <blinkbot@samsung.com>
Fri, 19 Apr 2024 02:01:37 +0000 (02:01 +0000)
commit08cba5ce9d91575d10a867e741d43ae7fcfade13
tree811d736841bfe8593fbff513b28d4fc041061597
parent990710ba7ec1aba6d24273da9ed5d90eb328052a
[M120 Migration] Fixup! [WebRTC] Add TizenEsPlusPlayerRendererManager Implementation

When stop capture, a EOS frame deliver through MediaStreamVideoTrack.
Because EOS frame has no timestamp and empty size, use it to create black
frame or compute framerate could cause crash.

refer to:
https://review.tizen.org/gerrit/#/c/300405/

Change-Id: I7d2fc3bf96e3c9ea663309d8f78d96e821d0105c
Signed-off-by: zhishun.zhou <zhishun.zhou@samsung.com>
third_party/blink/renderer/modules/mediastream/media_stream_video_track.cc
third_party/blink/renderer/modules/mediastream/video_track_adapter.cc