summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglwindow.c
Commit message (Expand)AuthorAgeFilesLines
* glwindow: Add "window-handle-changed" signalNicolas Dufresne2021-07-231-0/+23
* gst: don't use volatile to mean atomicMatthew Waters2021-03-191-1/+1
* gst/gl: Add documentation for new scroll APIPhilippe Normand2020-04-301-0/+13
* glwindow: remove unused private alive variableMatthew Waters2020-03-261-5/+0
* gl/navigation: Scroll events dispatch supportPhilippe Normand2020-03-191-0/+28
* gl/window: marshall quit to the window threadMatthew Waters2019-11-151-1/+9
* glwindow: fix racy resize updatesMatthew Waters2019-11-061-20/+29
* glwindow: remove window from display list on quit/finalizeMatthew Waters2019-11-061-0/+3
* Pass the code through codespellThibault Saunier2019-08-301-3/+3
* gstgl: Add a new window type for WinRTNirbheek Chauhan2019-08-281-0/+7
* Don't pass default GLib marshallers for signalsNiels De Graef2019-08-271-4/+4
* glwindow: Introduce new vfunc for querying output surface availabilitySeungha Yang2019-08-211-0/+41
* gl/docs: add to new docs systemMatthew Waters2019-05-211-0/+5
* gl: Add various missing Since: 1.16 markersSebastian Dröge2019-04-231-0/+24
* gl: Don't restore the viewport on function exitMatthew Waters2019-03-081-0/+14
* gl: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-231-9/+5
* gl: Add Mesa3D GBM backendCarlos Rafael Giani2018-02-231-0/+7
* glimagesink: Allow resetting render rectangleNicolas Dufresne2018-01-301-0/+7
* gl: fix up a few more #if HAVE_FOOTim-Philipp Müller2017-12-191-1/+1
* gl: make some debug categories privateTim-Philipp Müller2017-12-091-0/+1
* gl: don't export symbols that are not supposed to be publicTim-Philipp Müller2017-12-091-3/+3
* gl/viv-fb: Fix user-choice string comparisonsCarlos Rafael Giani2017-12-091-1/+1
* glcontext: add public swap_buffers functionMatthew Waters2017-12-091-3/+1
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-12-091-1/+6
* gl: Add support for Vivante EGL FB windowing systemSebastian Dröge2017-12-091-0/+8
* gl/window: remove unused priv variableMatthew Waters2017-12-091-1/+0
* gl/window: remove use of main_context_push/pop_thread_default()Matthew Waters2017-12-091-24/+8
* glwindow: move g_main_context_push/pop_thread_default() to run()Matthew Waters2017-12-091-24/+23
* glwindow: remove is_running() functionMatthew Waters2017-12-091-16/+0
* glwindow: remove the navigation threadMatthew Waters2017-12-091-217/+51
* gl/gi: some annotation updates for called functionsMatthew Waters2017-12-091-4/+4
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2017-12-091-2/+2
* glwindow: don't use g_thread_join() to join the navigation threadMatthew Waters2017-12-091-1/+12
* glwindow: marshal gst_gl_window_resize through the window loopMatthew Waters2017-12-091-2/+24
* glwindow: move unsetting queue_resize to _resize() instead of _draw()Matthew Waters2017-12-091-2/+2
* glwindow: reduce the number of GMutexes and GConds in send_message()Alessandro Decina2017-12-091-13/+16
* gstglwindow: initialize navigation_loop to NULLJulien Isorce2017-12-091-4/+7
* glwindow: Hide navigation specific internal API and add API to asynchronously...Sebastian Dröge2017-12-091-26/+81
* glwindow: Use g_thread_join() instead of a custom condition variable for wait...Sebastian Dröge2017-12-091-83/+50
* glwindow: Fix memory leak of navigation threadHaihua Hu2017-12-091-0/+3
* gl: be consistent in gobject boilerpateMatthew Waters2017-12-091-22/+22
* glwindow: remove unused draw_unlocked functionMatthew Waters2017-12-091-24/+0
* glwindow: Fix g_return_val_if_fail in a void functionJan Schmidt2017-12-091-1/+1
* glwindow: add API to request a resize event on the next drawMatthew Waters2017-12-091-13/+43
* glwindow: pass display to implementation's _new()Matthew Waters2017-12-091-6/+6
* glwindow: move main loop/context creation back to init/finalizeJulien Isorce2017-12-091-10/+22
* glwindow: fix compiler errorMatthew Waters2017-12-091-1/+1
* glwindow: handle gst_video_overlay_set_render_rectangleMatthew Waters2017-12-091-0/+32
* glwindow_x11: use parent default implementationJulien Isorce2017-12-091-1/+2
* glwindow: initialize debug in class_initJulien Isorce2017-12-091-6/+15