[Bug 668192] New: codecparsers: h264: fix ref_pic_list_modification()

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 18 08:13:04 PST 2012


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

           Summary: codecparsers: h264: fix ref_pic_list_modification()
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: gb.devel at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

codecparsers: h264: fix ref_pic_list_modification()

The entries were not filled in linearly (index `i' was never incremented) and
the termination was notr ecorded either. With the attached patch, the actual
number of modifications is now recorded similarly to dec_ref_pic_marking().
i.e. an explicit counter is used instead of storing the termination value in
the array.

Locally tested with the VA-API H.264 decoder.

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