gstreamer/gst-libs/gst/gl/win32
Matthew Waters 3addb6bbf4 glwindow: add API to request a resize event on the next draw
- glimagesink needs to be able to resize the viewport on aspect ratio
  changes resulting from either caps changes or 3d output mode changes.
- Performing a glViewport outside the GstGLWindow::resize callback
  will not have the winsys' stack of viewports required to correctly
  place the output frame.

Provide a function to request a resize on the next draw event from the
winsys.

Also track size changes inside the base GstGLWindow class rather
than in each subclass.

https://bugzilla.gnome.org/show_bug.cgi?id=755111
2015-09-17 20:26:23 +10:00
..
gstglcontext_wgl.c glcontext/wgl: implement gl3 core profile context selection 2015-08-10 15:46:13 +02:00
gstglcontext_wgl.h glcontext/wgl: implement gl3 core profile context selection 2015-08-10 15:46:13 +02:00
gstglwindow_win32.c glwindow: add API to request a resize event on the next draw 2015-09-17 20:26:23 +10:00
gstglwindow_win32.h glwindow: pass display to implementation's _new() 2015-07-27 18:23:29 +10:00
gstglwindow_win32_egl.c [793/906] add a GstGLContext object that will be the basis of OpenGL contexts 2014-03-15 18:37:01 +01:00
gstglwindow_win32_egl.h gl: keep only one occurence of '#include <EGL/egl.h>' 2014-03-19 14:43:13 +00:00
Makefile.am gl: win32: use a GMainContext to dispatch win32 messages 2015-05-21 14:33:52 -04:00
win32_message_source.c gl: win32: use a GMainContext to dispatch win32 messages 2015-05-21 14:33:52 -04:00
win32_message_source.h gl: win32: use a GMainContext to dispatch win32 messages 2015-05-21 14:33:52 -04:00