Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
gst-plugins-base
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Merge Requests 0
    • Merge Requests 0
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Commits
  • George Kiagiadakis
  • gst-plugins-base
  • Repository

Switch branch/tag
  • gst-plugins-base
  • gst-libs
  • gst
  • allocators
  • gstdmabuf.h
Find file
BlameHistoryPermalink
  • Hyunjun Ko's avatar
    dmabufallocator: adds gst_dmabuf_allocator_alloc_with_flags · 56ab7e0e
    Hyunjun Ko authored Mar 30, 2018
    If we can guarantee the lifetime of the fd is longer than
    the memory, we can use DONT_CLOSE flag not to close when release.
    But it's not provided in gstdmabuf yet while gstfdmemory does.
    
    For example, in case of using VA-API or MSDK, we would need this api.
    Otherwise we should call dup to duplicate the fd.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=794829
    56ab7e0e
gstdmabuf.h 4.42 KB
EditWeb IDE

Replace gstdmabuf.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.