GNOME Bugzilla – Bug 569895
Show sources DISPLAY width/height in the sourcelist.
Last modified: 2009-02-17 07:25:44 UTC
This is a regression from 0.11.3; the current git trunk misdetects my videos' width (see http://jeff.ecchi.ca/public/test%20HD%205.MOV for a test case), resulting in a letterboxed image.
Created attachment 127580 [details] screenshot The video is detected as 960x720 in the library, and shown as such in the preview pane.
Created attachment 127581 [details] debug log
It's more likely a video with a Pixel Aspect Ratio (PAR) of 4/3, which applied to a 960x720 pixels video comes out with a display of (960*4/3=)1280 pixels wide. I'm guessing the DAR/PAR code code dropped in the conversion OR the UI code isn't using it.
*** This bug has been marked as a duplicate of 572099 ***