linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] rtpparse.c issue (reporting timestamp jump)


From: Shawn Sincoski
Subject: Re: [Linphone-developers] rtpparse.c issue (reporting timestamp jump)
Date: Fri, 6 Nov 2015 12:45:52 +0000

Or, I guess I could just extract the value in the callback handler!
Sorry about that...


From: address@hidden
To: address@hidden
Date: Fri, 6 Nov 2015 11:48:55 +0000
Subject: [Linphone-developers] rtpparse.c issue (reporting timestamp jump)

I had a problem with the value being reported when timestamp jump is observed.
It seems that the second parameter in the calls to rtp_signal_table_emit2() should
just be (long)rtp->timestamp instead of (long)&rtp->timestamp. Reporting the
address of rtp->timestamp was not really that helpful.

I was working with build ortp-0.23.0 but I see the same code in the most recent code.

Regards,
Shawn Sincoski

_______________________________________________ Linphone-developers mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/linphone-developers

reply via email to

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