rtpjitterbuffer: improve article reference in comment block
authorVladimir Eremeev <eremeev@atlantis.ru>
Fri, 1 Oct 2010 09:59:10 +0000 (13:59 +0400)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 1 Oct 2010 17:07:03 +0000 (18:07 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=631082

gst/rtpmanager/rtpjitterbuffer.c

index b0107a8..2dee30c 100644 (file)
@@ -274,8 +274,12 @@ update_buffer_level (RTPJitterBuffer * jbuf, gint * percent)
 }
 
 /* For the clock skew we use a windowed low point averaging algorithm as can be
- * found in http://www.grame.fr/Ressources/pub/TR-050601.pdf. The idea is that
- * the jitter is composed of:
+ * found in Fober, Orlarey and Letz, 2005, "Real Time Clock Skew Estimation
+ * over Network Delays":
+ * http://www.grame.fr/Ressources/pub/TR-050601.pdf
+ * http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.102.1546
+ *
+ * The idea is that the jitter is composed of:
  *
  *  J = N + n
  *