[Bug 736871] New: codecparsers_vc1: sequence-layer parser is broken due to endianness issue.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 18 03:20:28 PDT 2014


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

           Summary: codecparsers_vc1: sequence-layer parser is broken due
                    to endianness issue.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: aurelien.zanelli at parrot.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Current sequence-layer vc1 parser is broken due to endianmness issue.

Sequence-layer is serialized in little-endian byte-order except for STRUCT_C.
STRUCT_A and STRUCT_B are therefore serialized in little-endian byte-order but
their fields are defined as unsigned int msb first, so likely big-endian.

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