summaryrefslogtreecommitdiff
path: root/ext/qt
AgeCommit message (Expand)AuthorFilesLines
2017-05-29qt: Use GST_GL_HAVE_PLATFORM_CGL instead of GST_GL_HAVE_PLATFORM_COCOASimon Himmelbauer1-4/+4
2016-10-18qt: Fix failing build on RPISergey Borovkov1-0/+5
2016-09-07qmlglsink: check qt_context_ first in GstQSGTexture::bind()Haihua Hu1-0/+4
2016-08-16qt: Use wglShareLists() workaround unconditionally.Jan Schmidt1-2/+6
2016-08-16qt: Move debug statement to after the category initJan Schmidt1-2/+1
2016-08-03qt: implement qmlglsrc for qml view grabHaihua Hu9-161/+1401
2016-07-01qt: fix build some more when QPA is not availableTim-Philipp Müller1-1/+0
2016-06-27qmlglsink: Fix build error when don't have QPA installed.Haihua Hu1-1/+1
2016-06-22qmlglsink: add win32 supportMatthew Waters2-41/+91
2016-06-16qml: Enable qmlglsink for eglfsSergey Borovkov1-3/+9
2016-06-16qmlglsink: propagate GL context creation failure upwardsMatthew Waters1-2/+8
2016-06-16qmlglsink: also allow wayland-egl as a platform nameMatthew Waters1-1/+4
2016-06-16qmlglsink: Add Wayland supportHaihua Hu2-0/+13
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-03-03qml: Fix leak of the OpenGL contextsSergey Borovkov1-1/+4
2016-02-24qt: use a static_cast instead of dynamic oneMatthew Waters2-2/+2
2016-02-22qmlglsink: Schedule onSceneGrpahInitialized to execute on render threadSergey Borovkov2-3/+33
2016-01-27qt: specify that we currently only take 2D texturesMatthew Waters1-2/+6
2016-01-15qml: Mark material dirty when texture buffer is updatedSergey Borovkov1-0/+1
2015-12-15qtsink: Add configured GL cflags to the buildNicolas Dufresne1-1/+2
2015-12-14glmemory: base classify and add the pbo memory on topMatthew Waters1-1/+1
2015-11-20qml: reuse existing GstQSGTextureRoman Nowicki1-2/+2
2015-11-20qml: activate the wrapped context when bindingMatthew Waters1-4/+9
2015-11-20qml: proper initialization if scene is already initializedRoman Nowicki1-1/+5
2015-10-19gl: be consistent in gobject boilerpateMatthew Waters1-1/+1
2015-10-02qt: add support for building on osx/iosMatthew Waters5-10/+44
2015-09-29qtsink: explicitely fallthrough switch statementLuis de Bethencourt1-0/+2
2015-09-28qml: remove overwritten valueLuis de Bethencourt1-2/+0
2015-09-28qt: add support for building/running on androidMatthew Waters5-4/+64
2015-09-28qt: don't use CPPFLAGS for tools that cannot use themMatthew Waters1-1/+1
2015-09-28qt: rename library to include gst prefixMatthew Waters1-7/+7
2015-09-10gtk, qt: more specifically define the compile time requirementsMatthew Waters1-2/+2
2015-09-10qt: use our function table instead of directly calling gl functionsMatthew Waters1-2/+5
2015-08-31qmlsink: Ensure that at least one windowing system is availableNirbheek Chauhan1-2/+2
2015-08-31gtk, qt, gl: fix typo in debug and error messagesTim-Philipp Müller2-5/+5
2015-08-08qml: implement the required multiple GL context synchonisationMatthew Waters3-5/+40
2015-07-22qt: Don't dist files that might not existEdward Hervey1-0/+2
2015-07-22qt: Tidy up makefile a bit moreEdward Hervey1-17/+11
2015-07-18glcontext: fix get_current_gl_api on x11/nvidia driversMatthew Waters1-2/+2
2015-07-10configure/qt: Fix build without Qt5X11ExtrasEdward Hervey1-3/+3
2015-07-10new qt5 qml GL video sinkMatthew Waters9-0/+1440