rtpjitterbuffer: Always estimate DTS from the current clock time
authorSebastian Dröge <sebastian@centricular.com>
Thu, 9 Jul 2015 20:59:10 +0000 (23:59 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 9 Jul 2015 21:13:22 +0000 (00:13 +0300)
commitae8acc0973a3da6546c2158ef8f61e3450155e4c
treeb91296a3f1d88ab6048a46ba3f0a5d552ccc10e3
parenta1bee6eb468997e4497622520307716ae500907f
rtpjitterbuffer: Always estimate DTS from the current clock time

Estimating it from the RTP time will give us the PTS, so in cases of PTS!=DTS
we would produce wrong DTS. As now the estimated DTS is based on the clock,
don't store it in the jitterbuffer items as it would otherwise be used in the
skew calculations and would influence the results. We only really need the DTS
for timer calculations.

https://bugzilla.gnome.org/show_bug.cgi?id=749536
gst/rtpmanager/gstrtpjitterbuffer.c