[Bug 765600] gst_memory_map: delegate logging traces to subclass on failure

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 21 21:28:47 UTC 2016


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

Julien Isorce <julien.isorce at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #340188|none                        |committed
             status|                            |

--- Comment #24 from Julien Isorce <julien.isorce at gmail.com> ---
Comment on attachment 340188
  --> https://bugzilla.gnome.org/attachment.cgi?id=340188
gstfdmemory: log with GST_INFO instead of GST_ERROR on permission denied

commit b68d9bbe436d6d62b75572a563853d86783660e0
Author: Julien Isorce <j.isorce at samsung.com>
Date:   Fri Oct 7 15:08:37 2016 +0100

    gstfdmemory: log with GST_INFO instead of GST_ERROR on permission denied

    For example mmap can fail with EACCES if the the fd has been open
    with read only mode. And mapping the memory might be the only way
    to check that. So no need to print out an error.

    Ex: ioctl(dev, DRM_IOCTL_PRIME_HANDLE_TO_FD, flags & ~DRM_RDWR)

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

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