New issue
Advanced search Search tips

Issue 636071 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

WebRTC video stream with odd dimensions is not rendered properly

Project Member Reported by sergeyu@chromium.org, Aug 9 2016

Issue description

What steps will reproduce the problem?
(1) Receive a video stream with odd dimensions (e.g. 101x101)
(2) Create <video> to display the stream with exactly same size as the video stream (e.g. 101x101)

What is the expected output?
Image is rendered pixel-to-pixel the way it's decoded without scaling.

What do you see instead?
right column and bottom row of pixels are cropped and the image scaled by 1 pixel in both directions. As result the image appears blurry.


 
Owner: sergeyu@chromium.org
Status: Assigned (was: Untriaged)

Sign in to add a comment