[Bug 697463] rtpsbcdebay: incorrect frame length calculation for mono and full stereo modes

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 9 15:23:23 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=697463
  GStreamer | gst-plugins-good | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.1
            Summary|rtpsbcdebay: incorrect      |rtpsbcdebay: incorrect
                   |frame length calculation    |frame length calculation
                   |for dual  channel.          |for mono and full stereo
                   |                            |modes

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-09 22:23:18 UTC ---
Pushed, thanks (changed it a bit though):

 commit 20d3ec881019a10bd669c1bb909817cf45abd3be
 Author: Andreas Fenkart <andreas.fenkart at streamunlimited.com>
 Date:   Tue Apr 9 23:13:18 2013 +0100

    rtpsbcdepay: fix sbc frame length calculation for mono and stereo modes

    https://bugzilla.gnome.org/show_bug.cgi?id=697463


The +4 /*round up*/ bits are a bit curious - I guess it works because the bit
before that will always be a multiple of 4 because blocks is 4, 8, 12 or 16.

Don't think the other elements don't do the rounding up part here, fwiw.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list