DescriptionIncorrect timestamps used by video analyzer with real camera
VideoAnalyzer::IncomingCapturedFrame() takes a copy of a incoming frame
and stores it so it can be compared to the rendered output. It does
however take the copy before the timestamps have been correctly set if
a real camera is used (which typically has render time set but not ntp
time). This caused a lookup mismatch in RenderFrame() which results in
a crash.
BUG=webrtc:5348
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use RenderFrame callback instead of IncomingCapturedFrame #
Total comments: 1
Patch Set 3 : Separate callback for send-side frames rather than ts demultiplexing #Patch Set 4 : Updated to use current interfaces #
Total comments: 2
Messages
Total messages: 20 (5 generated)
|