[Bug 751026] rtpjitterbuffer: calculate elapsed time based on only clock base time

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 16 02:15:00 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751026

--- Comment #5 from Hyunjun <zzoon.ko at samsung.com> ---
(In reply to Sebastian Dröge (slomo) from comment #3)
> Related, see
> http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/
> ?id=62a7bcb3959613bcf52a8f6f92c3ed090b1c57a3

I think this patch doesn't fix this issue.

  ext_time = gst_rtp_buffer_ext_timestamp (&priv->ext_timestamp, rtp_time);
  if (ext_time < priv->ext_timestamp) {
     ext_time = priv->ext_timestamp;
  }

In gst_rtp_buffer_ext_timestamp, return value is assigned to the first param.
which means ext_time and priv->ext_timestamp is always same.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list