After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631082 - rtpjitterbuffer: improve document reference
rtpjitterbuffer: improve document reference
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal trivial
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-01 10:05 UTC by Vladimir Eremeev
Modified: 2010-10-01 17:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Give authors and title and two correct links (1.14 KB, patch)
2010-10-01 10:07 UTC, Vladimir Eremeev
none Details | Review
Updated patch, gives the authors, the title and one more link. (35.48 KB, patch)
2010-10-01 12:25 UTC, Vladimir Eremeev
none Details | Review
One more attempt to give authors and the title. (1.15 KB, patch)
2010-10-01 12:48 UTC, Vladimir Eremeev
committed Details | Review

Description Vladimir Eremeev 2010-10-01 10:05:37 UTC
The uri to the article, describing clock skew calculation algorithm, given in comments in the rtpjitterbuffer.c, is invalid now.

Attached patch corrects this.
Comment 1 Vladimir Eremeev 2010-10-01 10:07:42 UTC
Created attachment 171476 [details] [review]
Give authors and title and two correct links
Comment 2 Thijs Vermeir 2010-10-01 11:03:01 UTC
The current uri works fine here...
Comment 3 Vladimir Eremeev 2010-10-01 11:39:45 UTC
I get error 404

$ wget --no-proxy http://www.grame.fr/pub/TR-050601.pdf
--2010-10-01 15:36:57--  http://www.grame.fr/pub/TR-050601.pdf
Resolving www.grame.fr... 69.65.24.114
Connecting to www.grame.fr|69.65.24.114|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-10-01 15:36:59 ERROR 404: Not Found.

Anyway, it worth mentioning authors and title.
Comment 4 Wim Taymans 2010-10-01 11:44:41 UTC
(In reply to comment #3)
> I get error 404
> 
> $ wget --no-proxy http://www.grame.fr/pub/TR-050601.pdf
> --2010-10-01 15:36:57--  http://www.grame.fr/pub/TR-050601.pdf
> Resolving www.grame.fr... 69.65.24.114
> Connecting to www.grame.fr|69.65.24.114|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2010-10-01 15:36:59 ERROR 404: Not Found.
> 
> Anyway, it worth mentioning authors and title.

That's not the current uri, the current uri is http://www.grame.fr/Ressources/pub/TR-050601.pdf
see: 

http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/rtpmanager/rtpjitterbuffer.c#n277
Comment 5 Vladimir Eremeev 2010-10-01 12:25:00 UTC
Created attachment 171485 [details] [review]
Updated patch, gives the authors, the title and one more link.
Comment 6 Vladimir Eremeev 2010-10-01 12:43:58 UTC
Comment on attachment 171485 [details] [review]
Updated patch, gives the authors, the title and one more link.

Oups, something wrong. Sorry.
Comment 7 Vladimir Eremeev 2010-10-01 12:48:14 UTC
Created attachment 171487 [details] [review]
One more attempt to give authors and the title.
Comment 8 Tim-Philipp Müller 2010-10-01 17:07:58 UTC
commit 8bf7381385fff70665022be0d07f8bd74d008303
Author: Vladimir Eremeev <eremeev@atlantis.ru>
Date:   Fri Oct 1 13:59:10 2010 +0400

    rtpjitterbuffer: improve article reference in comment block
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631082