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 762208 - rtpmanager: Don't warn for duplicate/reordered packets
rtpmanager: Don't warn for duplicate/reordered packets
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal minor
: 1.6.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
1.6.4
Depends on:
Blocks:
 
 
Reported: 2016-02-17 18:43 UTC by Håvard Graff (hgr)
Modified: 2016-08-10 17:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.27 KB, patch)
2016-02-17 18:43 UTC, Håvard Graff (hgr)
committed Details | Review
rtpjitterbuffer: Don't warn for duplicate packets (910 bytes, patch)
2016-08-10 17:29 UTC, GstBlub
committed Details | Review

Description Håvard Graff (hgr) 2016-02-17 18:43:57 UTC
Created attachment 321529 [details] [review]
patch

This is a normal scenario and should not be a warning.
Comment 1 Tim-Philipp Müller 2016-02-21 22:44:42 UTC
 commit 5a2cc413984a5c5c0fbe382947f8371a52415018
 Author: Stian Selnes <stian@pexip.com>
 Date:   Wed Nov 4 10:19:03 2015 +0100

    rtpmanager: Don't warn for duplicate/reordered packets
    
    This is a normal scenario and should not be a warning.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762208
Comment 2 GstBlub 2016-08-10 17:29:49 UTC
Created attachment 333073 [details] [review]
rtpjitterbuffer: Don't warn for duplicate packets

There is another spot that should probably be down-graded to debug: This can happen frequently when re-transmits of lost packets are enabled.
Comment 3 Sebastian Dröge (slomo) 2016-08-10 17:38:04 UTC
Comment on attachment 321529 [details] [review]
patch

That one was already merged ages ago.

commit 5a2cc413984a5c5c0fbe382947f8371a52415018
Author: Stian Selnes <stian@pexip.com>
Date:   Wed Nov 4 10:19:03 2015 +0100

    rtpmanager: Don't warn for duplicate/reordered packets
    
    This is a normal scenario and should not be a warning.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762208
Comment 4 Sebastian Dröge (slomo) 2016-08-10 17:39:59 UTC
Attachment 333073 [details] pushed as e7d4ad7 - rtpjitterbuffer: Don't warn for duplicate packets
Comment 5 GstBlub 2016-08-10 17:49:02 UTC
(In reply to Sebastian Dröge (slomo) from comment #3)
> Comment on attachment 321529 [details] [review] [review]
> patch
> 
> That one was already merged ages ago.

Yes, but the patch I submitted touches another spot.