From 2c2c90a7235f3adfa71a1249b8f7e2ffa1233d6a Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Thu, 30 Sep 2010 12:08:49 +0200 Subject: [PATCH] rtpjitterbuffer: update link to documentation --- gst/rtpmanager/rtpjitterbuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtpmanager/rtpjitterbuffer.c b/gst/rtpmanager/rtpjitterbuffer.c index ab2f86b..b0107a8 100644 --- a/gst/rtpmanager/rtpjitterbuffer.c +++ b/gst/rtpmanager/rtpjitterbuffer.c @@ -274,8 +274,8 @@ 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/pub/TR-050601.pdf. The idea is that the jitter is - * composed of: + * found in http://www.grame.fr/Ressources/pub/TR-050601.pdf. The idea is that + * the jitter is composed of: * * J = N + n * -- 2.7.4