gstreamer/gst-libs/gst/gl/x11
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_glx.c glcontext/wgl: implement gl3 core profile context selection 2015-08-10 15:46:13 +02:00
gstglcontext_glx.h glcontext: pass display to implentation's _new() 2015-07-27 18:23:17 +10:00
gstgldisplay_x11.c [890/906] x11: add display subclass 2014-03-15 18:37:06 +01:00
gstgldisplay_x11.h [890/906] x11: add display subclass 2014-03-15 18:37:06 +01:00
gstglwindow_x11.c glwindow: add API to request a resize event on the next draw 2015-09-17 20:26:23 +10:00
gstglwindow_x11.h glwindow: add API to request a resize event on the next draw 2015-09-17 20:26:23 +10:00
Makefile.am gl: remove commented and unsued code in x11 Makefile.am 2014-03-26 14:52:31 +00:00
x11_event_source.c [890/906] x11: add display subclass 2014-03-15 18:37:06 +01:00
x11_event_source.h [725/906] x11: use GMainContext/GMainLoop 2014-03-15 18:36:57 +01:00