linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Simple (hardcoded) way of changing the display


From: Simon Morlat
Subject: Re: [Linphone-developers] Simple (hardcoded) way of changing the displayed image size?
Date: Tue, 6 Feb 2007 11:19:03 +0100
User-agent: KMail/1.9.5

> Can you give me the 10-second explanation of of what stream->sizeconf
> does vs stream->output?
the sizeconf MSFilter converts from any image size in the set {QVGA, QCIF, 
CIF} to what it is told to do in vsize (by default CIF).
The stream->output MSFilter displays the pictures it receives using the format 
it is told in vsize.


>
> > And normally you should have a display in 4CIF.
>
> I tried just making the changes above in videostream.c then connecting
> two linphone sessions, one with the videostream.c changes, one without.
> Upon connection, the one with the changes resizes the video window but
> then freezes (with an error coming out "Xlib: unexpected async reply
> (sequence 0x1283)!") and the other end sees nothing.
This is the symptom of a SIGSEGV. You should execute linphone from gdb to see 
where the memory fault happened.

Simon





reply via email to

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