fasihul-iapp / idoubs

Automatically exported from code.google.com/p/idoubs
0 stars 0 forks source link

Stretched Video on Latest Build of Doubango & ios-ngn-stack #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Photo attached

What steps will reproduce the problem?
1. Update to latest ios-ngn-stack r181 from r179 & latest doubango r654 from 
r652
2. Initiate call between two devices (iPod Touch & iPhone 4)

What is the expected output? What do you see instead?
Non-Stretched Video

Original issue reported on code.google.com by mattvanv...@gmail.com on 9 Sep 2011 at 10:44

Attachments:

GoogleCodeExporter commented 8 years ago
I'm going to play around with MediaSessionMgr::defaultsSetScreenSize to get 
this back to normal, but any idea why this build changed it? :P Feel free to 
close this ticket as I can get it back to normal using this method.

Original comment by mattvanv...@gmail.com on 9 Sep 2011 at 11:28

GoogleCodeExporter commented 8 years ago
You MUST not call "MediaSessionMgr::defaultsSetScreenSize". Why are you using 
this function?

Original comment by boss...@yahoo.fr on 10 Sep 2011 at 11:23

GoogleCodeExporter commented 8 years ago
I'm using to have the screen size look correct for my device. Without using it, 
Pictures are stretched and narrow. 
Is there a better way to be doing this using the framework?

Original comment by mattvanv...@gmail.com on 13 Sep 2011 at 1:30

GoogleCodeExporter commented 8 years ago
Ok, the method i'm doing now is making the ImageView larger then the area 
displayed, current dimensions to make it look not stretched are 500x480. I'm 
worried about losing a lot of data transferred with this approach, so if there 
is any other approach to recommend I would be all for it.

Original comment by mattvanv...@gmail.com on 15 Sep 2011 at 12:53