summaryrefslogtreecommitdiff
path: root/ext/gtk
Commit message (Expand)AuthorAgeFilesLines
* gtk: Scroll events dispatch supportPhilippe Normand2021-07-051-1/+47
* gtk: Remove coordinates double-translationBastien Nocera2021-05-061-12/+2
* gtk: Translate navigation events coordinatesBastien Nocera2021-05-061-0/+13
* gtk: Export _display_size_to_stream_size()Bastien Nocera2021-05-062-5/+10
* gtk: allow per feature registrationStéphane Cerveau2021-03-295-9/+15
* build: update for gl pkg-config file splitMatthew Waters2020-08-071-3/+3
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-231-0/+2
* meson: Fix gstgl checks for qt and gtkNirbheek Chauhan2020-05-121-1/+2
* gtk: Use G_DECLARE_FINAL_TYPENiels De Graef2020-03-163-44/+7
* Remove autotools build systemTim-Philipp Müller2019-10-141-44/+0
* documentation: fix a number of typosAaron Boxer2019-10-051-1/+1
* gtkglsink: fix crash when widget is resized after element destructionGuillaume Desmottes2019-07-262-1/+51
* dv, gtk, qt, osxaudio, osxvideo, waveform: add to plugins listTim-Philipp Müller2019-05-291-0/+1
* gtkgl: Also try retrieving an EGL context from Gdk with X11Matthew Waters2019-03-052-16/+47
* gtk/gl: Only unbind buffers/vertex attrib arrays if we can't directly bind th...Sebastian Dröge2019-01-161-1/+2
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-1/+3
* Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-231-9/+6
* Meson: Generate pc file for all plugins in goodXavier Claessens2018-04-251-0/+1
* gtk: fix compiler warning with recent glibArnaud Bonatti2018-02-211-1/+1
* gtk: hook up to meson buildTim-Philipp Müller2018-02-121-1/+1
* gtk: hook up to autotools buildTim-Philipp Müller2018-02-101-2/+0
* gtk: don't include uninstalled headerTim-Philipp Müller2017-12-191-1/+0
* gl: update plugins to use GstGL from -baseTim-Philipp Müller2017-12-192-13/+10
* gtk: Fix possibility of NULL variableEdward Hervey2017-11-241-0/+1
* Request minimum buffer even if need_pool is FALSENicolas Dufresne2017-09-061-10/+10
* gtkglsink: expose the created display and context correctlyMatthew Waters2017-09-052-0/+7
* gl: do not include GL headers in public gstgl headersJulien Isorce2017-08-223-1/+5
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-125-3/+7
* gl: GL_ARRAY_BUFFER is not a part of VAO stateMatthew Waters2017-03-141-4/+2
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-082-9/+9
* gl/utils: also take care of the local GL context in query functionsMatthew Waters2017-01-131-31/+3
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-031-1/+1
* meson: add build files for the gtk pluginMatthew Waters2016-09-091-0/+54
* gtk: Fix logging in base widget and fix desc of GL sinkNirbheek Chauhan2016-03-273-4/+15
* gtk/gl: don't assert when gdk doesn't provide a GL contextMatthew Waters2016-03-251-1/+5
* gtkbasesink: post message to application for unhandled keyboard/mouse eventsVineeth TM2016-03-241-4/+8
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-4/+4
* gtk(gl)sink: remove the signal handlers on finalizeMatthew Waters2016-02-162-3/+12
* glsyncmeta: separate out gpu/cpu waits.Matthew Waters2016-02-091-0/+1
* gtk: add the overlaycomposition feature to the template capsMatthew Waters2015-11-101-2/+5
* gl: be consistent in gobject boilerpateMatthew Waters2015-10-191-1/+1
* gtk: separate out the widget/window destroy callbacksMatthew Waters2015-10-171-7/+10
* glshader: port to using GstGLSLStage objects for string managementMatthew Waters2015-10-151-3/+9
* gtk: add some GL debug statements to show up in GL tracesMatthew Waters2015-09-301-4/+10
* gtk: fix assertion when the element has no peerMatthew Waters2015-09-291-3/+5
* gtk: Only run from the main thread in stop() if we created the windowSebastian Dröge2015-09-241-2/+7
* gtk: When setting format check if pending format changedThibault Saunier2015-09-241-1/+1
* gtk: Do not forget to release OBJECT_LOCK on error pathThibault Saunier2015-09-241-4/+6
* gtk: Factor out a function to run a function on main threadThibault Saunier2015-09-245-103/+114