summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglwindow.c
Commit message (Expand)AuthorAgeFilesLines
* glwindow: Fix g_return_val_if_fail in a void functionJan Schmidt2015-09-171-1/+1
* glwindow: add API to request a resize event on the next drawMatthew Waters2015-09-171-13/+43
* glwindow: pass display to implementation's _new()Matthew Waters2015-07-271-6/+6
* glwindow: move main loop/context creation back to init/finalizeJulien Isorce2015-06-011-10/+22
* glwindow: fix compiler errorMatthew Waters2015-05-311-1/+1
* glwindow: handle gst_video_overlay_set_render_rectangleMatthew Waters2015-05-311-0/+32
* glwindow_x11: use parent default implementationJulien Isorce2015-05-271-1/+2
* glwindow: initialize debug in class_initJulien Isorce2015-05-271-6/+15
* glwindow: provides some default implementations to factorize with all backendsJulien Isorce2015-05-271-109/+121
* glwindow: track context activation properlyMatthew Waters2015-04-211-3/+19
* glwindow: remove unused gl_thread fieldJulien Isorce2015-03-221-1/+0
* gl: Fix context leaksEdward Hervey2015-03-031-0/+2
* glwindow: Deactivate window before changing handleEdward Hervey2015-02-241-1/+35
* glwindow: Remove assertion in gst_gl_window_show() for subclasses not impleme...Sebastian Dröge2015-02-171-1/+0
* glwindow: make showing a window explicitMatthew Waters2015-01-291-0/+21
* glwindow: remove width/height from _draw()Matthew Waters2015-01-231-24/+30
* gl: Correct invalid comment textHyunjun Ko2014-11-121-5/+5
* gl: do not raise a critical msg if the backend does not handle window eventsJulien Isorce2014-11-121-2/+2
* glimagesink: implement gst_video_overlay_handle_eventsLubosz Sarnecki2014-11-061-0/+23
* gl: fix Since marker for gst_gl_window_run_navigation()Tim-Philipp Müller2014-11-031-1/+1
* gl: sprinkle some Since markersMatthew Waters2014-10-311-1/+36
* GstGLWindow: Introduce navigation threadVasilis Liaskovitis2014-09-091-1/+126
* GstGLWindow, GstGLImagesink, x11: Scale navigation events on resized windowsVasilis Liaskovitis2014-08-071-0/+27
* glwindow: Constify string parameters to the send_*_event() functionsSebastian Dröge2014-07-241-3/+3
* GstGLWindow : Add mouse-event and key-event signals for navigationVasilis Liaskovitis2014-07-241-0/+56
* glfeature: remove GST_GL_API_GLES3Matthew Waters2014-05-301-5/+5
* gl: make all GObjects inherit from GstObjectMatthew Waters2014-05-081-1/+1
* gl/window: fix string length check for eaglMatthew Waters2014-05-061-1/+1
* gl: Add support for iOS EAGL platformSebastian Dröge2014-04-121-0/+7
* gl/window: add a dummy window classMatthew Waters2014-03-171-3/+189
* [890/906] x11: add display subclassMatthew Waters2014-03-151-1/+1
* [863/906] window: hold a ref to our GstGLDisplayMatthew Waters2014-03-151-7/+4
* [862/906] window: remove set_need_lockMatthew Waters2014-03-151-45/+2
* [859/906] window: provide some documetationMatthew Waters2014-03-151-3/+124
* [841/906] osx: allow x11/glx backend and set default runtime to cocoa/nsglJulien Isorce2014-03-151-5/+4
* [835/906] gstglwindow: remove unused fieldsJulien Isorce2014-03-151-12/+0
* [834/906] gstglwindow: clear mutexJulien Isorce2014-03-151-0/+2
* [831/906] glimagesink: avoid to overload the drawer if already drawingJulien Isorce2014-03-151-0/+9
* [820/906] gstglwindow: if available use wayland instead dispmanx on rpiJulien Isorce2014-03-151-4/+4
* [818/906] window: add send_message_async vmethodMatthew Waters2014-03-151-1/+69
* [803/906] raspberrypi: add support for dispmanxJulien Isorce2014-03-151-0/+7
* [794/906] context: add subclasses for the different platforms (egl, glx, wgl,...Matthew Waters2014-03-151-51/+26
* [793/906] add a GstGLContext object that will be the basis of OpenGL contextsMatthew Waters2014-03-151-353/+8
* [752/906] glwindow: Add destroy notifies for the data of the callbacksSebastian Dröge2014-03-151-16/+27
* [735/906] gl: Add support for AndroidSebastian Dröge2014-03-151-0/+7
* [732/906] build: fix repeated typedefsJulien Isorce2014-03-151-2/+1
* [723/906] gstglwindow: close has to be called in the glthread.Julien Isorce2014-03-151-5/+4
* [710/906] window: fail if the user specifies an GL api that we cannot work withMatthew Waters2014-03-151-4/+13
* [708/906] display: a cleanup and removal of old codeMatthew Waters2014-03-151-8/+1
* [705/906] x11: don't shutdown in _finalizeMatthew Waters2014-03-151-34/+18