Skip to content

glupload: Add VideoMetas and GLSyncMeta to the raw uploaded buffers

Without a VideoMeta, mapping those buffer lead to GstBuffer mapping the buffer in system memory even when specifying the GL flags (through the buffer merging mechanism) making the result totally broken.

Merge request reports