[Bug 643301] New: Adding a buffer to a buffer list iterates the list

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 25 07:30:14 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=643301
  GStreamer | gstreamer (core) | git

           Summary: Adding a buffer to a buffer list iterates the list
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: jonas.holmberg at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
      GNOME target: ---
     GNOME version: ---


Adding a buffer to the end of a GstBufferList is supposed to be a fast
operation, but it is not since the iterator does not advance its nextpointer
when adding buffers and GList does not have a tail pointer.

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