GStreamer multimedia framework
Go to file
Alessandro Decina 90889bc73f libgstgl: cocoa, eagl: don't marshal GL calls to the context thread
Execute GL calls without marshalling them to the context thread. In the cocoa
and eagl backends calling gst_gl_context_activate is cheap and therefore calling
it on the current thread and serializing GL calls with a per-context lock is
more efficient (faster and has less overhead) than marshalling everything to the
context thread.

This optimization cuts a large overhead in g_poll (continuously waking up the
context thread) and in g_mutex_*/g_cond_* (waiting for results from the context
thread).
2017-12-09 19:32:17 +00:00
ext/gl glmixer: iterator didn't advance in continue statement 2017-12-09 19:32:17 +00:00
gst-libs/gst/gl libgstgl: cocoa, eagl: don't marshal GL calls to the context thread 2017-12-09 19:32:17 +00:00
pkgconfig uninstalled.pc: add support for non libtool build systems 2017-12-09 19:32:17 +00:00
tests gl: add a gstglquery object for arbitrary GL queries 2017-12-09 19:32:15 +00:00