gstreamer/ext/qt
Jan Schmidt b7fc75c883 qt: Use a proxy object for access to the QML widget
QML can destroy the video widget at any time, leaving
us with a dangling pointer. Use a lock and a proxy
object to cope with that, and block in the widget
destructor if there are ongoing calls into the widget.
2017-07-12 15:51:11 +10:00
..
.gitignore new qt5 qml GL video sink 2015-07-10 15:25:26 +10:00
gstplugin.cc qmlgl: Make the plugin name match the pugin file name 2017-05-09 09:47:10 -04:00
gstqsgtexture.cc qmlglsink: Add dummy texture that is shown as placeholder for NULL buffers 2017-05-21 16:52:23 +02:00
gstqsgtexture.h qmlglsink: Add dummy texture that is shown as placeholder for NULL buffers 2017-05-21 16:52:23 +02:00
gstqtgl.h qt: add support for building/running on android 2015-09-28 16:47:00 +10:00
gstqtglutility.cc qt: Use GST_GL_HAVE_PLATFORM_CGL instead of GST_GL_HAVE_PLATFORM_COCOA 2017-05-18 15:24:13 +03:00
gstqtglutility.h qt: implement qmlglsrc for qml view grab 2016-08-03 22:11:11 +10:00
gstqtsink.cc qt: Use a proxy object for access to the QML widget 2017-07-12 15:51:11 +10:00
gstqtsink.h qt: Use a proxy object for access to the QML widget 2017-07-12 15:51:11 +10:00
gstqtsrc.cc gl/format: use our own GL format enum's instead of gstvideo's 2017-03-13 21:10:58 +11:00
gstqtsrc.h qmlglsrc: some enhancements for qmlglsrc 2016-11-08 02:05:20 +11:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
qtitem.cc qt: Use a proxy object for access to the QML widget 2017-07-12 15:51:11 +10:00
qtitem.h qt: Use a proxy object for access to the QML widget 2017-07-12 15:51:11 +10:00
qtplugin.pro qmlglsink: add win32 support 2016-06-22 14:26:05 +10:00
qtwindow.cc glframebuffer: check frame buffer status need use specific fbo target 2017-05-25 12:34:04 +03:00
qtwindow.h qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0 2017-01-10 21:34:30 +11:00