summaryrefslogtreecommitdiff
path: root/ext/qt
Commit message (Expand)AuthorAgeFilesLines
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-131-1/+1
* qml: Add support for Vivante EGL FS windowing systemSebastian Dröge2017-02-271-1/+35
* qt: The code requires at least C++11Sebastian Dröge2017-01-251-1/+1
* gl/utils: also take care of the local GL context in query functionsMatthew Waters2017-01-132-94/+8
* qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0Haihua Hu2017-01-102-1/+50
* qt: improve element and property descriptions a bitTim-Philipp Müller2016-12-172-6/+6
* qml: Fix egl being deinitialized on display cleanupSergey Borovkov2016-12-091-2/+2
* qml/item: also unref the display on destructionMatthew Waters2016-12-071-0/+2
* qmlglsrc: some enhancements for qmlglsrcHaihua Hu2016-11-084-28/+27
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-032-3/+3
* qt: Fix failing build on RPISergey Borovkov2016-10-181-0/+5
* qmlglsink: check qt_context_ first in GstQSGTexture::bind()Haihua Hu2016-09-071-0/+4
* qt: Use wglShareLists() workaround unconditionally.Jan Schmidt2016-08-161-2/+6
* qt: Move debug statement to after the category initJan Schmidt2016-08-161-2/+1
* qt: implement qmlglsrc for qml view grabHaihua Hu2016-08-039-161/+1401
* qt: fix build some more when QPA is not availableTim-Philipp Müller2016-07-011-1/+0
* qmlglsink: Fix build error when don't have QPA installed.Haihua Hu2016-06-271-1/+1
* qmlglsink: add win32 supportMatthew Waters2016-06-222-41/+91
* qml: Enable qmlglsink for eglfsSergey Borovkov2016-06-161-3/+9
* qmlglsink: propagate GL context creation failure upwardsMatthew Waters2016-06-161-2/+8
* qmlglsink: also allow wayland-egl as a platform nameMatthew Waters2016-06-161-1/+4
* qmlglsink: Add Wayland supportHaihua Hu2016-06-162-0/+13
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* qml: Fix leak of the OpenGL contextsSergey Borovkov2016-03-031-1/+4
* qt: use a static_cast instead of dynamic oneMatthew Waters2016-02-242-2/+2
* qmlglsink: Schedule onSceneGrpahInitialized to execute on render threadSergey Borovkov2016-02-222-3/+33
* qt: specify that we currently only take 2D texturesMatthew Waters2016-01-271-2/+6
* qml: Mark material dirty when texture buffer is updatedSergey Borovkov2016-01-151-0/+1
* qtsink: Add configured GL cflags to the buildNicolas Dufresne2015-12-151-1/+2
* glmemory: base classify and add the pbo memory on topMatthew Waters2015-12-141-1/+1
* qml: reuse existing GstQSGTextureRoman Nowicki2015-11-201-2/+2
* qml: activate the wrapped context when bindingMatthew Waters2015-11-201-4/+9
* qml: proper initialization if scene is already initializedRoman Nowicki2015-11-201-1/+5
* gl: be consistent in gobject boilerpateMatthew Waters2015-10-191-1/+1
* qt: add support for building on osx/iosMatthew Waters2015-10-025-10/+44
* qtsink: explicitely fallthrough switch statementLuis de Bethencourt2015-09-291-0/+2
* qml: remove overwritten valueLuis de Bethencourt2015-09-281-2/+0
* qt: add support for building/running on androidMatthew Waters2015-09-285-4/+64
* qt: don't use CPPFLAGS for tools that cannot use themMatthew Waters2015-09-281-1/+1
* qt: rename library to include gst prefixMatthew Waters2015-09-281-7/+7
* gtk, qt: more specifically define the compile time requirementsMatthew Waters2015-09-101-2/+2
* qt: use our function table instead of directly calling gl functionsMatthew Waters2015-09-101-2/+5
* qmlsink: Ensure that at least one windowing system is availableNirbheek Chauhan2015-08-311-2/+2
* gtk, qt, gl: fix typo in debug and error messagesTim-Philipp Müller2015-08-312-5/+5
* qml: implement the required multiple GL context synchonisationMatthew Waters2015-08-083-5/+40
* qt: Don't dist files that might not existEdward Hervey2015-07-221-0/+2
* qt: Tidy up makefile a bit moreEdward Hervey2015-07-221-17/+11
* glcontext: fix get_current_gl_api on x11/nvidia driversMatthew Waters2015-07-181-2/+2
* configure/qt: Fix build without Qt5X11ExtrasEdward Hervey2015-07-101-3/+3
* new qt5 qml GL video sinkMatthew Waters2015-07-109-0/+1440