Skip to content
  • Matthew Waters's avatar
    gl: add a base memory object · af701560
    Matthew Waters authored
    It handles the following
    - GstAllocationParams -> gst_memory_init transformation
    - Makes sure that map/unmap/create/destroy happen on the GL thread with
      a GL context current.
    - Holds a possible sysmem accessible data pointer with alignment.
    - Holds the need upload/download transfer state
    af701560