Add logging of decoded video frames.

This CL adds the possibility to log metainformation about
decoded frames in RTC event log, including encoding parsing
and tests. It will be wired up in a followup CL.


Bug: webrtc:8802
Change-Id: Ied598b266513d0f63fce0484d741af1782607e74
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/181061
Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31873}
This commit is contained in:
Björn Terelius
2020-08-06 12:37:08 +02:00
committed by Commit Bot
parent 82eb3cf4b5
commit 00c12f6779
15 changed files with 583 additions and 27 deletions

View File

@ -52,7 +52,8 @@ class RtcEvent {
VideoSendStreamConfig,
GenericPacketSent,
GenericPacketReceived,
GenericAckReceived
GenericAckReceived,
FrameDecoded
};
RtcEvent();