[gstreamer-bugs] [Bug 599154] New: RtpAudioPayload can send out buffers that are not exact multiple of the frame size

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 21 09:05:58 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=599154
  GStreamer | gst-plugins-base | git

           Summary: RtpAudioPayload can send out buffers that are not
                    exact multiple of the frame size
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: tester at tester.ca
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=145937)
 View: https://bugzilla.gnome.org/attachment.cgi?id=145937
 Review: https://bugzilla.gnome.org/review?bug=599154&attachment=145937

rtpaudiopayload: Only sent exact multiple of the frame size

If the amount if incoming data + content of the adapter get over the maximum
frame size (ie, the minimum of the mtu and the max-ptime), then the current
class just cuts it there without first aligning it with the frame size. The
attached patch first cuts it to the max frame size, then cuts it down to the
alignment.

Btw, this is a serious regression in 0.10.25, for anyone using framed audio
codecs with RTP..

-- 
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