[Bug 752154] New: metainfo: handle return value properly

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 8 22:40:42 PDT 2015


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

            Bug ID: 752154
           Summary: metainfo: handle return value properly
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Return value of gst_buffer_foreach_meta states that 

 * Returns: %FALSE when @func returned %FALSE for one of the metadata.

but the return value of function in adapter is always TRUE even if the
transform_func returns TRUE.

But i feel the return value should be handled because, once we know
the transform_func is not able to handle, there is no need of re-iterating the
whole loop to just fail again.

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