<p>mattf has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/11215">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res/res_rtp_asterisk: Enable rxjitter calculation for video<br><br>It looks like we're not properly calculating jitter values on received<br>video streams.  This patch enables the code that does jitter calculations<br>for those streams.<br><br>Change-Id: Iaac985808829c8f034db8c57318789c4c8c11392<br>---<br>M res/res_rtp_asterisk.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/15/11215/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c</span><br><span>index 909d82a..e384c23 100644</span><br><span>--- a/res/res_rtp_asterisk.c</span><br><span>+++ b/res/res_rtp_asterisk.c</span><br><span>@@ -5847,6 +5847,7 @@</span><br><span>              /* Video -- samples is # of samples vs. 90000 */</span><br><span>             if (!rtp->lastividtimestamp)</span><br><span>                      rtp->lastividtimestamp = timestamp;</span><br><span style="color: hsl(120, 100%, 40%);">+                calc_rxstamp(&rtp->f.delivery, rtp, timestamp, mark);</span><br><span>                 ast_set_flag(&rtp->f, AST_FRFLAG_HAS_TIMING_INFO);</span><br><span>            rtp->f.ts = timestamp / (rtp_get_rate(rtp->f.subclass.format) / 1000);</span><br><span>                 rtp->f.samples = timestamp - rtp->lastividtimestamp;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/11215">change 11215</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/11215"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-Change-Id: Iaac985808829c8f034db8c57318789c4c8c11392 </div>
<div style="display:none"> Gerrit-Change-Number: 11215 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: mattf <creslin@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>