[Webkit-unassigned] [Bug 34933] media/video-display-aspect-ratio.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 08:52:34 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34933





--- Comment #5 from Philippe Normand <pnormand at igalia.com>  2010-02-17 08:52:34 PST ---
It is meant to test that the display aspect ratio (DAR) of the video is applied
correctly during naturalSize() calculation. 

In the GStreamer player we come with 426 by applying the PAR (4:3) to the video
resolution and rescaling against the calculated DAR. 

The GStreamer qt demuxer correctly retrieves the display resolution but doesn't
advertize it downstream in the pipeline. Instead it calculates the PAR using
this, as a int/int fraction, hence the loss of precision.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list