GNOME Bugzilla – Bug 674472
[patch] bugfix for rtp, rtpceltdepay mis-calculates if multiple frames in one packet
Last modified: 2012-04-24 14:34:13 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.
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