GStreamer multimedia framework
Find a file
Matthew Waters 6bb113f685 gl: add a sync meta for synchronizing across GL contexts
A context can create a GLsync object that can be waited on in order
to ensure that GL resources created in one context are able to be
used in another shared context without any chance of reading invalid
data.

This meta would be placed on buffers that are known to cross from
one context to another.  The receiving element would then wait
on the sync object to ensure that the data to be used is complete.
2017-12-09 19:31:51 +00:00
ext/gl gl: add a sync meta for synchronizing across GL contexts 2017-12-09 19:31:51 +00:00
gst-libs/gst/gl gl: add a sync meta for synchronizing across GL contexts 2017-12-09 19:31:51 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests glupload: rearchitecture for non GLMemory inputs/outputs 2017-12-09 19:31:50 +00:00