linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] incorrect aspect ratio in self view window


From: Jonathan Rosser
Subject: [Linphone-developers] incorrect aspect ratio in self view window
Date: Mon, 11 Oct 2010 15:39:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8

When using the self view window before making a call, the video aspect ratio is potentially incorrect.

In my case the source is 1920x1080 (I have patched linphone to achieve this), but the parameters to ms_layout_compute look wrong.

In x11video.c I get vsize.w/h = 352x288 and lsize.w/h 352x288. This results in the size of the main rectangle being calculated as 1320x1080, giving horizontally scaled video.

Regards,
Jonathan.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]