[Bug 747438] New: doc: bufferlist: Update document for return value of gst_buffer_list_get

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 7 01:57:12 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=747438

            Bug ID: 747438
           Summary: doc: bufferlist: Update document for return value of
                    gst_buffer_list_get
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ps.gotarne at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Return buffer become invalid if it got removed from list using call 
gst_buffer_list_remove or gst_buffer_list_foreach.

As per the documentation the return value is valid as long as @list is valid.
But in case of modification of list using gst_buffer_list_remove or
gst_buffer_list_foreach function, @list is still valid but return buffer become
invalid if it got removed.

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