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 674472 - [patch] bugfix for rtp, rtpceltdepay mis-calculates if multiple frames in one packet
[patch] bugfix for rtp, rtpceltdepay mis-calculates if multiple frames in one...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-20 14:47 UTC by idc-dragon@gmx.de
Modified: 2012-04-24 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch which resolves the bug (539 bytes, patch)
2012-04-20 14:47 UTC, idc-dragon@gmx.de
none Details | Review

Description idc-dragon@gmx.de 2012-04-20 14:47:45 UTC
Created attachment 212426 [details] [review]
patch which resolves the bug

A summation is done wrong, causig the de-payloader to exit its loop too early, before all frames are processed.
Ironically, the same piece of code is correct a few lines above.
Comment 1 Wim Taymans 2012-04-24 14:12:13 UTC
Thanks!

commit 0d43404fc63eeaa163c82904968ed3c022880a55
Author: idc-dragon <idc-dragon at gmx.de>
Date:   Tue Apr 24 16:08:47 2012 +0200

    celtdepay: calculate size correctly
    
    The summation was done wrong, causing the de-payloader to exit its loop too
    early, before all frames are processed.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674472