GStreamer multimedia framework
Go to file
Nicolas Dufresne 45ac36ca26 glmemory: Handle upload/download flags from map
Problem was that if buffer was mapped READWRITE (state of buffers from
libav right now), mapping it READ/GL will not upload. This is because the
flag is only set when the buffer is unmapped. We can fix this by setting
the flags in map. This result in already mapped buffer that get mapped
to be read in GL will be uploaded. The problem is that if the write
mapper makes modification afterward, the modification will never get
uploaded.

https://bugzilla.gnome.org/show_bug.cgi?id=740900
2017-12-09 19:31:52 +00:00
ext/gl glfiltercube: use a shader everywhere 2017-12-09 19:31:52 +00:00
gst-libs/gst/gl glmemory: Handle upload/download flags from map 2017-12-09 19:31:52 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests gl/examples: fixup sdl example for gluPerspective removal 2017-12-09 19:31:51 +00:00