New issue
Advanced search Search tips

Issue 737539 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Cromoting connection unittests use GenericDecoder incorrectly.

Project Member Reported by ilnik@chromium.org, Jun 28 2017

Issue description

/src/remoting/protocol/connection_unittest.cc tests
use webrtc_dummy_video_encoder.cc. In that situation after a single RequestFrame() call of a genericEncoder many OnEncodedImage will be called. 

Which breaks things. Is it possible to make dummy_video_encoder more in line with fake_encoder from webrtc opensource repository which actually takes one frame and produces one frame back?
 

Comment 1 by ilnik@chromium.org, Jun 28 2017

Owner: sergeyu@chromium.org
Sergeyu@ blame shows that you may have worked on these tetsts. Should I ask someone else?
Status: WontFix (was: Untriaged)
WebrtcDummyVideoEncoderFactory::EncoderTypeHasInternalSource() returns true, which means the encoder generates frames internally. See https://codesearch.chromium.org/chromium/src/third_party/webrtc/media/engine/webrtcvideoencoderfactory.h?type=cs&l=37

Comment 3 by ilnik@chromium.org, Jun 29 2017

Oh, I missed that, thank you!

Sign in to add a comment