GStreamer multimedia framework
Find a file
Alessandro Decina 0c459222f8 gstglwindow_cocoa: fix slow render rate
In gst_gl_window_cocoa_draw we used to just call setNeedsDisplay:YES. That was
creating an implicit CA transaction which was getting committed at the next
runloop iteration. Since we don't know how often the main runloop is running,
and when we run it implicitly (from gst_gl_window_cocoa_nsapp_iteration) we only
do so every 200ms, use an explicit CA transaction instead and commit it
immediately. CA transactions nest and debounce automatically so this will never
result in extra work.
2017-12-09 19:31:54 +00:00
ext/gl glimagesink: clobber the alpha channel by default 2017-12-09 19:31:54 +00:00
gst-libs/gst/gl gstglwindow_cocoa: fix slow render rate 2017-12-09 19:31:54 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests gl: update unit test for glmemory api change 2017-12-09 19:31:54 +00:00