[Bug 705675] New: aiffparse: invalid SSND data size

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 8 07:09:17 PDT 2013


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

           Summary: aiffparse: invalid SSND data size
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: matthieu.bouron at collabora.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


SSND data size is incorrect, actually 8 bytes (chunk header size) larger than
it should be. It also prevents the aiff demuxer from reading tags placed after
the SSND chunk (ie: ID3 chunk).

AIFF chunk size does not include the chunk header size (8 bytes), so the SSND
data size is equal to the chunk size minus the SSND header size (8 bytes).

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